views.generic.detail.SingleObjectMixin.slug_field
  • References/Python/Django/API/Single object mixins

slug_field The name of the field on the model that contains the slug. By default, slug_field is 'slug'

2025-01-10 15:47:30
forms.ComboField.fields
  • References/Python/Django/API/Forms/Form fields

fields The list of fields that should be used to validate the field’s value (in the order in which they are provided).

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

class SplitHiddenDateTimeWidget [source] Similar to SplitDateTimeWidget, but

2025-01-10 15:47:30
gis.db.models.GeoQuerySet.envelope()
  • References/Python/Django/API/GeoQuerySet API Reference

GeoQuerySet.envelope(**kwargs) Deprecated since version 1.9: Use

2025-01-10 15:47:30
core.files.storage.FileSystemStorage.location
  • References/Python/Django/API/File handling/File storage API

location Absolute path to the directory that will hold the files. Defaults to the value of your MEDIA_ROOT setting

2025-01-10 15:47:30
gis.feeds.Feed
  • References/Python/Django/API/Geographic Feeds

class Feed [source] In addition to methods provided by the

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

class storage.ManifestStaticFilesStorage A subclass of the StaticFilesStorage storage backend which stores the

2025-01-10 15:47:30
postgres.forms.DateTimeRangeField
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

class DateTimeRangeField [source] Based on

2025-01-10 15:47:30
gis.geos.PreparedGeometry.covers()
  • References/Python/Django/API/GEOS API

covers(other)

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

get_valid_name(name) [source] Returns a filename based on the name parameter

2025-01-10 15:47:30