class documentation

class CurrentSiteManager(models.Manager):

View In Hierarchy

Use this to limit objects to those associated with the current site.
Method __init__ Undocumented
Method ​_check​_field​_name Undocumented
Method ​_get​_field​_name Return self.__field_name or 'site' or 'sites'.
Method check Undocumented
Method get​_queryset Undocumented
Class Variable use​_in​_migrations Undocumented
Instance Variable __field​_name Undocumented
def __init__(self, field_name=None):

Undocumented

def _check_field_name(self):

Undocumented

def _get_field_name(self):
Return self.__field_name or 'site' or 'sites'.
def check(self, **kwargs):

Undocumented

def get_queryset(self):

Undocumented

use_in_migrations: bool =

Undocumented

__field_name: str =

Undocumented