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

app_names New in Django 1.9. The list

2025-01-10 15:47:30
middleware.locale.LocaleMiddleware
  • References/Python/Django/API/Middleware

class LocaleMiddleware [source] Enables language selection based on data from the request

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

npgettext(context, singular, plural, number) [source] Translates singular and

2025-01-10 15:47:30
core.validators.RegexValidator.message
  • References/Python/Django/API/Validators

message The error message used by ValidationError if validation fails. Defaults to "Enter a valid value"

2025-01-10 15:47:30
http.QueryDict
  • References/Python/Django/API/Request and response objects

class QueryDict [source] In an HttpRequest object, the GET and

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

codename Required. 100 characters or fewer. Example: 'can_vote'.

2025-01-10 15:47:30
db.models.Field.description
  • References/Python/Django/API/Models/Model field reference

description A verbose description of the field, e.g. for the django.contrib.admindocs application.

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

ModelAdmin.fields Use the fields option to make simple layout changes in the forms on the “add” and “change” pages

2025-01-10 15:47:30
gis.db.models.functions.Scale
  • References/Python/Django/API/Geographic Database Functions

class Scale(expression, x, y, z=0.0, **extra) Availability: PostGIS, SpatiaLite Accepts

2025-01-10 15:47:30
views.generic.list.MultipleObjectMixin.paginator_class
  • References/Python/Django/API/Multiple object mixins

paginator_class The paginator class to be used for pagination. By default,

2025-01-10 15:47:30