:py:mod:`oioioi.ipauthsync.models` ================================== .. py:module:: oioioi.ipauthsync.models Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: oioioi.ipauthsync.models.IpAuthSyncConfigManager oioioi.ipauthsync.models.IpAuthSyncConfig oioioi.ipauthsync.models.IpAuthSyncedUser oioioi.ipauthsync.models.IpAuthSyncRegionMessages .. py:class:: IpAuthSyncConfigManager Bases: :py:obj:`django.db.models.Manager` .. py:method:: get_active(timestamp) .. py:class:: IpAuthSyncConfig(*args, **kwargs) Bases: :py:obj:`django.db.models.Model` Make subclasses preserve the alters_data attribute on overridden methods. .. py:class:: Meta Bases: :py:obj:`object` .. py:attribute:: verbose_name .. py:attribute:: verbose_name_plural .. py:attribute:: contest .. py:attribute:: enabled .. py:attribute:: start_date .. py:attribute:: end_date .. py:attribute:: objects .. py:method:: __str__() Return str(self). .. py:method:: clean() Hook for doing any extra model-wide validation after clean() has been called on every field by self.clean_fields. Any ValidationError raised by this method will not be associated with a particular field; it will have a special-case association with the field defined by NON_FIELD_ERRORS. .. py:class:: IpAuthSyncedUser(*args, **kwargs) Bases: :py:obj:`django.db.models.Model` Make subclasses preserve the alters_data attribute on overridden methods. .. py:attribute:: entry .. py:class:: IpAuthSyncRegionMessages(*args, **kwargs) Bases: :py:obj:`django.db.models.Model` Make subclasses preserve the alters_data attribute on overridden methods. .. py:class:: Meta Bases: :py:obj:`object` .. py:attribute:: verbose_name .. py:attribute:: verbose_name_plural .. py:attribute:: region .. py:attribute:: warnings .. py:attribute:: mapping