postgres.operations.TrigramExtension
  • References/Python/Django/API/Database migration operations

class TrigramExtension [source] New in Django

2025-01-10 15:47:30
gis.geos.PreparedGeometry.disjoint()
  • References/Python/Django/API/GEOS API

disjoint(other)

2025-01-10 15:47:30
postgres.forms.SimpleArrayField.max_length
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

max_length This is an optional argument which validates that the array does not exceed the stated length.

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

date_field The name of the DateField or DateTimeField in the QuerySet’s model that the

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

get_context_data(**kwargs) Returns context data for displaying the list of objects.

2025-01-10 15:47:30
db.models.Options.required_db_features
  • References/Python/Django/API/Models/Model Meta options

Options.required_db_features New in Django 1.9. List

2025-01-10 15:47:30
staticfiles.storage.StaticFilesStorage.post_process()
  • References/Python/Django/API/contrib packages/The staticfiles app

storage.StaticFilesStorage.post_process(paths, **options) This method is called by the collectstatic management

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

identify_epsg() This method inspects the WKT of this SpatialReference and will add EPSG authority nodes where an

2025-01-10 15:47:30
forms.Widget.value_omitted_from_data()
  • References/Python/Django/API/Forms/Widgets

value_omitted_from_data(data, files, name) [source] New

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

formfield(form_class=None, choices_form_class=None, **kwargs) [source] Returns the default

2025-01-10 15:47:30