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
forms.SplitDateTimeField
  • References/Python/Django/API/Forms/Form fields

class SplitDateTimeField(**kwargs) [source] Default widget:

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

Field.localize The localize argument enables the localization of form data input, as well as the rendered output

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

Model.get_FOO_display() For every field that has

2025-01-10 15:47:30
gis.admin.OSMGeoAdmin
  • References/Python/Django/API/GeoDjango’s admin site

class OSMGeoAdmin A subclass of GeoModelAdmin that uses a spherical mercator projection with

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

ModelAdmin.save_as_continue New in Django 1.10. When

2025-01-10 15:47:30
forms.models.inlineformset_factory()
  • References/Python/Django/API/Forms/Model Form Functions

inlineformset_factory(parent_model, model, form=ModelForm, formset=BaseInlineFormSet, fk_name=None, fields=None, exclude=None, extra=3, can_order=False, can_delete=True

2025-01-10 15:47:30
gis.geos.GEOSGeometry.ogr
  • References/Python/Django/API/GEOS API

GEOSGeometry.ogr Returns an

2025-01-10 15:47:30
gis.geos.GEOSGeometry.srid
  • References/Python/Django/API/GEOS API

GEOSGeometry.srid Property that may be used to retrieve or set the SRID associated with the geometry. For example:

2025-01-10 15:47:30