class documentation

class CurrentSiteManager(models.Manager): (source)

View In Hierarchy

Use this to limit objects to those associated with the current site.

Method __init__ Undocumented
Method check Undocumented
Method get_queryset Undocumented
Class Variable use_in_migrations Undocumented
Method _check_field_name Undocumented
Method _get_field_name Return self.__field_name or 'site' or 'sites'.
Instance Variable __field_name Undocumented
def __init__(self, field_name=None): (source)

Undocumented

def check(self, **kwargs): (source)

Undocumented

def get_queryset(self): (source)

Undocumented

use_in_migrations: bool = (source)

Undocumented

def _check_field_name(self): (source)

Undocumented

def _get_field_name(self): (source)

Return self.__field_name or 'site' or 'sites'.

__field_name = (source)

Undocumented