views.generic.base.RedirectView.query_string
  • References/Python/Django/API/Built-in class-based views API/Base views

query_string Whether to pass along the GET query string to the new location. If True, then the query string is

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

GenericIPAddressField.protocol Limits valid inputs to the specified protocol. Accepted values are 'both' (default)

2025-01-10 15:47:30
auth.backends.RemoteUserBackend.clean_username()
  • References/Python/Django/API/contrib packages/django.contrib.auth

RemoteUserBackend.clean_username(username) Performs any cleaning on the username (e.g. stripping LDAP DN information)

2025-01-10 15:47:30
views.generic.dates.YearMixin.year
  • References/Python/Django/API/Date-based mixins

year Optional The value for the year, as a string. By default, set to None, which means the year

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

page_kwarg A string specifying the name to use for the page parameter. The view will expect this parameter to be available either

2025-01-10 15:47:30
gis.gdal.SpatialReference.pretty_wkt
  • References/Python/Django/API/GDAL API

pretty_wkt Returns the ‘pretty’ representation of the WKT.

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
gis.geos.GEOSGeometry.empty
  • References/Python/Django/API/GEOS API

GEOSGeometry.empty Returns whether or not the set of points in the geometry is empty.

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

lookup_name The name of the lookup, used for identifying it on parsing query expressions. It cannot contain the string "__"

2025-01-10 15:47:30
gis.gdal.OGRGeometry.point_count
  • References/Python/Django/API/GDAL API

point_count Returns the number of points used to describe this geometry:

2025-01-10 15:47:30