db.models.NullBooleanField
  • References/Python/Django/API/Models/Model field reference

class NullBooleanField(**options) [source] Like a BooleanField, but allows NULL

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

ModelAdmin.save_model(request, obj, form, change) [source] The save_model method

2025-01-10 15:47:30
views.generic.list.MultipleObjectTemplateResponseMixin.template_name_suffix
  • References/Python/Django/API/Multiple object mixins

template_name_suffix The suffix to append to the auto-generated candidate template name. Default suffix is _list

2025-01-10 15:47:30
staticfiles.testing.StaticLiveServerTestCase
  • References/Python/Django/API/contrib packages/The staticfiles app

class testing.StaticLiveServerTestCase This unittest TestCase subclass extends

2025-01-10 15:47:30
contenttypes.fields.GenericRelation
  • References/Python/Django/API/contrib packages/The contenttypes framework

class GenericRelation related_query_name The relation on the related object

2025-01-10 15:47:30
core.files.storage.Storage.delete()
  • References/Python/Django/API/File handling/File storage API

delete(name) [source] Deletes the file referenced by name. If deletion is not

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

ModelAdmin.get_list_filter(request) [source] The get_list_filter method is given

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

y Returns the Y coordinate of this point: >>>

2025-01-10 15:47:30
gis.widgets.BaseGeometryWidget.map_height
  • References/Python/Django/API/GeoDjango Forms API

BaseGeometryWidget.map_height

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

QueryDict.iteritems() Just like the standard dictionary iteritems() method. Like QueryDict.items()

2025-01-10 15:47:30