get_dated_queryset(**lookup) [source] Returns a queryset, filtered using the query arguments
paginate_orphans An integer specifying the number of “overflow” objects the last page can contain. This extends the paginate_by
get_ordering() Returns a string (or iterable of strings) that defines the ordering that will be applied to the queryset
__getitem__(target) Returns the value of the given string attribute node, None if the node doesn’t exist. Can also
has_perm(perm, obj=None) Returns True if the user has the specified permission, where perm is in the
raise_exception If this attribute is set to True, a PermissionDenied exception will be raised instead
set_source_expressions(expressions) Takes a list of expressions and stores them such that get_source_expressions()
escape(text) [source] Returns the given text with ampersands, quotes and angle brackets encoded
DiscoverRunner.teardown_test_environment(**kwargs) Restores the pre-test environment.
ForeignKey.swappable Controls the migration framework’s reaction if this ForeignKey is pointing at a swappable
Page 1 of 100