auth.models.AbstractBaseUser.is_authenticated
  • References/Python/Django/Guides

is_authenticated Read-only attribute which is always True (as opposed to AnonymousUser.is_authenticated

2025-01-10 15:47:30
forms.formsets.BaseFormSet.total_error_count()
  • References/Python/Django/Guides

BaseFormSet.total_error_count() [source] To check how many errors there are in the formset

2025-01-10 15:47:30
auth.models.CustomUser.get_short_name()
  • References/Python/Django/Guides

get_short_name() A short, informal identifier for the user. A common interpretation would be the first name of the user, but

2025-01-10 15:47:30
test.runner.DiscoverRunner.setup_test_environment()
  • References/Python/Django/Guides

DiscoverRunner.setup_test_environment(**kwargs) Sets up the test environment by calling setup_test_environment()

2025-01-10 15:47:30
test.LiveServerTestCase
  • References/Python/Django/Guides

class LiveServerTestCase [source] LiveServerTestCase does basically the same

2025-01-10 15:47:30
db.transaction.rollback()
  • References/Python/Django/Guides

rollback(using=None) [source] These functions take a using argument which should

2025-01-10 15:47:30
core.paginator.Page.number
  • References/Python/Django/Guides

Page.number The 1-based page number for this page.

2025-01-10 15:47:30
core.paginator.Page.start_index()
  • References/Python/Django/Guides

Page.start_index() [source] Returns the 1-based index of the first object on the page, relative

2025-01-10 15:47:30
dispatch.Signal.disconnect()
  • References/Python/Django/Guides

Signal.disconnect(receiver=None, sender=None, dispatch_uid=None) [source] To disconnect a

2025-01-10 15:47:30
auth.models.PermissionsMixin.get_group_permissions()
  • References/Python/Django/Guides

get_group_permissions(obj=None) Returns a set of permission strings that the user has, through their groups.

2025-01-10 15:47:30