core.files.storage.Storage.get_accessed_time()
  • References/Python/Django/API/File handling/File storage API

get_accessed_time(name) [source] New in Django

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

to_esri() Morphs this SpatialReference to ESRI’s format.

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

date_format Similar to DateInput.format

2025-01-10 15:47:30
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
db.models.query.QuerySet.earliest()
  • References/Python/Django/API/Models/QuerySet API reference

earliest(field_name=None) Works otherwise like latest() except the direction is changed.

2025-01-10 15:47:30
views.generic.detail.SingleObjectMixin.context_object_name
  • References/Python/Django/API/Single object mixins

context_object_name Designates the name of the variable to use in the context.

2025-01-10 15:47:30
utils.feedgenerator.SyndicationFeed.item_attributes()
  • References/Python/Django/API/Django Utils

item_attributes(item) [source] Return extra attributes to place on each item (i.e. item/entry)

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

get_user_model() [source] Instead of referring to

2025-01-10 15:47:30
auth.models.PermissionsMixin.get_all_permissions()
  • References/Python/Django/Guides

get_all_permissions(obj=None) Returns a set of permission strings that the user has, both through group and user permissions

2025-01-10 15:47:30
apps.apps.get_model()
  • References/Python/Django/API/Applications

apps.get_model(app_label, model_name) Returns the

2025-01-10 15:47:30