admin.InlineModelAdmin.can_delete
  • References/Python/Django/API/contrib packages/The Django admin site

InlineModelAdmin.can_delete Specifies whether or not inline objects can be deleted in the inline. Defaults to True

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

origin Coordinates of the top left origin of the raster in the spatial reference system of the source, as a point object with

2025-01-10 15:47:30
messages.storage.cookie.CookieStorage
  • References/Python/Django/API/contrib packages/The messages framework

class storage.cookie.CookieStorage This class stores the message data in a cookie (signed with a secret hash to prevent manipulation)

2025-01-10 15:47:30
test.Client.session
  • References/Python/Django/Guides

Client.session A dictionary-like object containing session information. See the session documentation

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

Options.db_table The name of the database table to use for the model:

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

Options.app_label If a model is defined outside of an application in INSTALLED_APPS, it must declare which app

2025-01-10 15:47:30
admin.models.LogEntry.action_flag
  • References/Python/Django/API/contrib packages/The Django admin site

LogEntry.action_flag The type of action logged: ADDITION, CHANGE, DELETION.

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
db.migrations.Migration.initial
  • References/Python/Django/Guides

Migration.initial New in Django 1.9. The

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

class Point x Returns the X coordinate of this

2025-01-10 15:47:30