urls.ResolverMatch
  • References/Python/Django/API/django.urls utility functions

class ResolverMatch [source] func The

2025-01-10 15:47:30
auth.models.AnonymousUser
  • References/Python/Django/API/contrib packages/django.contrib.auth

class models.AnonymousUser django.contrib.auth.models.AnonymousUser is a class that implements the django

2025-01-10 15:47:30
utils.encoding.smart_str()
  • References/Python/Django/API/Django Utils

smart_str(s, encoding='utf-8', strings_only=False, errors='strict') Alias of smart_bytes() on Python 2 and

2025-01-10 15:47:30
db.models.Lookup.process_rhs()
  • References/Python/Django/API/Models/Lookup API reference

process_rhs(compiler, connection) [source] Behaves the same way as process_lhs()

2025-01-10 15:47:30
forms.Field.widget
  • References/Python/Django/API/Forms/Form fields

Field.widget The widget argument lets you specify a Widget class to use when rendering this Field

2025-01-10 15:47:30
admin.ModelAdmin.has_add_permission()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.has_add_permission(request) Should return True if adding an object is permitted, False

2025-01-10 15:47:30
forms.SplitDateTimeWidget.date_format
  • References/Python/Django/API/Forms/Widgets

date_format Similar to DateInput.format

2025-01-10 15:47:30
db.migrations.operations.SeparateDatabaseAndState
  • References/Python/Django/API/Migration Operations

class SeparateDatabaseAndState(database_operations=None, state_operations=None) [source] A

2025-01-10 15:47:30
forms.TypedChoiceField
  • References/Python/Django/API/Forms/Form fields

class TypedChoiceField(**kwargs) [source] Just like a ChoiceField, except

2025-01-10 15:47:30
admin.ModelAdmin.actions_on_bottom
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.actions_on_bottom Controls where on the page the actions bar appears. By default, the admin changelist displays actions

2025-01-10 15:47:30