coalition.regions.models ======================== .. py:module:: coalition.regions.models Classes ------- .. autoapisummary:: coalition.regions.models.Region Module Contents --------------- .. py:class:: Region(*args, **kwargs) Bases: :py:obj:`django.db.models.Model` Make subclasses preserve the alters_data attribute on overridden methods. .. py:attribute:: REGION_TYPE_CHOICES .. py:attribute:: parent .. py:attribute:: geoid .. py:attribute:: name .. py:attribute:: label .. py:attribute:: abbrev .. py:attribute:: type .. py:attribute:: coords .. py:attribute:: geom .. py:attribute:: geojson .. py:class:: Meta .. py:attribute:: db_table :value: 'region' .. py:attribute:: constraints .. py:method:: __str__() -> str .. py:method:: natural_key() -> tuple[str]