class BaseManager:
Undocumented
Class Method | from_queryset |
Undocumented |
Class Method | _get_queryset_methods |
Undocumented |
Method | __class_getitem__ |
Undocumented |
Method | __eq__ |
Undocumented |
Method | __hash__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | __new__ |
Undocumented |
Method | __str__ |
Return "app_label.model_label.manager_name". |
Method | _set_creation_counter |
Set the creation counter value for this instance and increment the class-level copy. |
Method | all |
Undocumented |
Method | check |
Undocumented |
Method | contribute_to_class |
Undocumented |
Method | db_manager |
Undocumented |
Method | deconstruct |
Return a 5-tuple of the form (as_manager (True), manager_class, queryset_class, args, kwargs). |
Method | get_queryset |
Return a new QuerySet object. Subclasses can override this method to customize the behavior of the Manager. |
Class Variable | auto_created |
Undocumented |
Class Variable | use_in_migrations |
Undocumented |
Instance Variable | _db |
Undocumented |
Instance Variable | _hints |
Undocumented |
Instance Variable | creation_counter |
Undocumented |
Instance Variable | model |
Undocumented |
Instance Variable | name |
Undocumented |
Property | db |
Undocumented |
Return a 5-tuple of the form (as_manager (True), manager_class, queryset_class, args, kwargs).
Raise a ValueError if the manager is dynamically generated.