utils.translation.ugettext_lazy()
  • References/Python/Django/API/Django Utils

ugettext_lazy(message)

2025-01-10 15:47:30
views.generic.dates.BaseDateListView.get_dated_queryset()
  • References/Python/Django/API/Date-based mixins

get_dated_queryset(**lookup) [source] Returns a queryset, filtered using the query arguments

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

apps.get_app_configs() Returns an iterable of AppConfig instances.

2025-01-10 15:47:30
core.files.File.file
  • References/Python/Django/API/File handling/The File object

file The underlying

2025-01-10 15:47:30
core.files.uploadedfile.UploadedFile.content_type_extra
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

UploadedFile.content_type_extra A dictionary containing extra parameters passed to the content-type header. This

2025-01-10 15:47:30
gis.geoip.GeoIP.geos()
  • References/Python/Django/API/Geolocation with GeoIP

GeoIP.geos(query) Returns a

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

time_format Similar to TimeInput.format

2025-01-10 15:47:30
core.validators.RegexValidator.message
  • References/Python/Django/API/Validators

message The error message used by ValidationError if validation fails. Defaults to "Enter a valid value"

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

class django.contrib.postgres.forms.BaseRangeField Base class for form range fields.

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

paginate_orphans An integer specifying the number of “overflow” objects the last page can contain. This extends the paginate_by

2025-01-10 15:47:30