db.models.prefetch_related_objects()
  • References/Python/Django/API/Models/QuerySet API reference

prefetch_related_objects(model_instances, *related_lookups) [source]

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

fields Returns a list of the names of the fields of data associated with the feature. This will be the same for all features

2025-01-10 15:47:30
core.management.BaseCommand.requires_migrations_checks
  • References/Python/Django/Guides: How-tos

BaseCommand.requires_migrations_checks New in Django 1.10.

2025-01-10 15:47:30
Managing files
  • References/Python/Django/Guides

This document describes Django’s file access APIs for files such as those uploaded by a user. The lower level APIs are general enough that you could use them for other purposes

2025-01-10 15:47:30
db.models.options.Options.get_field()
  • References/Python/Django/API/Models/Model _meta API

Options.get_field(field_name) [source] Returns the field instance given a name of a field

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
auth.update_session_auth_hash()
  • References/Python/Django/Guides

update_session_auth_hash(request, user) [source] This function takes the current request

2025-01-10 15:47:30
auth.models.User.date_joined
  • References/Python/Django/API/contrib packages/django.contrib.auth

date_joined A datetime designating when the account was created. Is set to the current date/time by default when the account

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

num_fields Returns the number of fields in the layer, i.e the number of fields of data associated with each feature in the layer:

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

choices This attribute is optional when the form field does not have a choices attribute. If it does, it will override

2025-01-10 15:47:30