views.defaults.bad_request()
  • References/Python/Django/API/Built-in Views

defaults.bad_request(request, exception, template_name='400.html') When a SuspiciousOperation is raised in Django

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

class HStoreField [source] A field which accepts JSON encoded data for an

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

ForeignKey.db_constraint Controls whether or not a constraint should be created in the database for this foreign key. The default

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

class MultiPolygon(*args, **kwargs) MultiPolygon objects may be instantiated by passing Polygon objects

2025-01-10 15:47:30
forms.CheckboxInput.check_test
  • References/Python/Django/API/Forms/Widgets

check_test A callable that takes the value of the CheckboxInput and returns True if the checkbox should

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

name Returns the name of this layer in the data source.

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

HttpResponse.__init__(content='', content_type=None, status=200, reason=None, charset=None) [source]

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

HttpResponse.writable() [source] Always True. This method makes an HttpResponse

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

choices Either an iterable (e.g., a list or tuple) of 2-tuples to use as choices for this field, or a callable that returns

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

class Polygon shell Returns the shell or exterior

2025-01-10 15:47:30