db.models.Model.get_next_by_FOO()
  • References/Python/Django/API/Models/Model instance reference

Model.get_next_by_FOO(**kwargs)

2025-01-10 15:47:30
gis.forms.MultiPolygonField
  • References/Python/Django/API/GeoDjango Forms API

class MultiPolygonField

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

ll The lower-left coordinate, as a tuple.

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

width Returns the width of this field: >>>

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

Model.__str__() [source] The __str__() method is called whenever you call str()

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

class CheckboxInput [source] Checkbox: <input type='checkbox' ...>

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

Model.get_deferred_fields() [source] A helper method that returns a set containing the attribute

2025-01-10 15:47:30
gis.db.models.GeoManager
  • References/Python/Django/API/GeoDjango Model API

class GeoManager The GeoManager is required in order to use the legacy GeoQuerySet Methods

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

ugettext(message) [source] Translates message and returns it in a unicode string

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

HttpRequest.META A standard Python dictionary containing all available HTTP headers. Available headers depend on the client

2025-01-10 15:47:30