db.models.functions.datetime.ExtractMinute
  • References/Python/Django/API/Models/Database Functions

class ExtractMinute(expression, tzinfo=None, **extra) [source] lookup_name

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

get_ordering() Returns a string (or iterable of strings) that defines the ordering that will be applied to the queryset

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

class GenericIPAddressField(protocol='both', unpack_ipv4=False, **options) [source] An IPv4

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
admin.ModelAdmin.history_view()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.history_view(request, object_id, extra_context=None) [source] Django view for

2025-01-10 15:47:30
db.models.as_sql()
  • References/Python/Django/API/Models/Lookup API reference

as_sql(self, compiler, connection) Responsible for producing the query string and parameters for the expression. The compiler

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

SET() [source] Set the ForeignKey to the value passed to SET()

2025-01-10 15:47:30
db.models.lookups.RegisterLookupMixin.get_lookup()
  • References/Python/Django/API/Models/Lookup API reference

get_lookup(lookup_name) Returns the Lookup named lookup_name registered in the class. The default

2025-01-10 15:47:30
db.backends.base.schema.SchemaEditor.connection
  • References/Python/Django/API/SchemaEditor

SchemaEditor.connection A connection object to the database. A useful attribute of the connection is alias which

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

strip New in Django 1.9. If True

2025-01-10 15:47:30