forms.Field.disabled
  • References/Python/Django/API/Forms/Form fields

Field.disabled New in Django 1.9. The

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

Field.required By default, each Field class assumes the value is required, so if you pass an empty value – either

2025-01-10 15:47:30
postgres.search.SearchVectorField
  • References/Python/Django/API/Full text search

class SearchVectorField [source] If this approach becomes too slow, you can add a

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

StreamingHttpResponse.status_code The

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

string_concat(*strings) Lazy variant of string concatenation, needed for translations that are constructed from multiple parts

2025-01-10 15:47:30
views.generic.edit.FormMixin.get_context_data()
  • References/Python/Django/API/Editing mixins

get_context_data(**kwargs) New in Django 1.9. Calls

2025-01-10 15:47:30
shortcuts.redirect()
  • References/Python/Django/Guides

redirect(to, permanent=False, *args, **kwargs) [source] Returns an

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

class models.CustomUser USERNAME_FIELD A string describing the name of the

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

class MultiPoint(*args, **kwargs) MultiPoint objects may be instantiated by passing in Point objects

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