gis.geos.GEOSGeometry.area
  • References/Python/Django/API/GEOS API

GEOSGeometry.area This property returns the area of the Geometry.

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

http_date(epoch_seconds=None) [source] Formats the time to match the

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

class TimeField(auto_now=False, auto_now_add=False, **options) [source] A time, represented

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
forms.Field.help_text
  • References/Python/Django/API/Forms/Form fields

Field.help_text The help_text argument lets you specify descriptive text for this Field. If you provide

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

HttpResponse.__delitem__(header) Deletes the header with the given name. Fails silently if the header doesn’t exist. Case-insensitive

2025-01-10 15:47:30
db.migrations.operations.SeparateDatabaseAndState
  • References/Python/Django/API/Migration Operations

class SeparateDatabaseAndState(database_operations=None, state_operations=None) [source] A

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
Clickjacking Protection
  • References/Python/Django/API/Clickjacking Protection

The clickjacking middleware and decorators provide easy-to-use protection against

2025-01-10 15:47:30
postgres.fields.DateRangeField
  • References/Python/Django/API/PostgreSQL specific model fields

class DateRangeField(**options) [source] Stores a range of dates. Based on a

2025-01-10 15:47:30