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

raw(raw_query, params=None, translations=None) Takes a raw SQL query, executes it, and returns a django.db.models.query

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

QueryDict.__setitem__(key, value) [source] Sets the given key to [value] (a

2025-01-10 15:47:30
contenttypes.admin.GenericInlineModelAdmin
  • References/Python/Django/API/contrib packages/The contenttypes framework

class GenericInlineModelAdmin The GenericInlineModelAdmin class inherits all properties from an

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

context_object_name Designates the name of the variable to use in the context.

2025-01-10 15:47:30
utils.feedgenerator.SyndicationFeed.add_item_elements()
  • References/Python/Django/API/Django Utils

add_item_elements(handler, item) [source] Add elements on each item (i.e. item/entry) element

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

class BigAutoField(**options) [source] New in

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

class PreparedGeometry All methods on PreparedGeometry take an other argument, which must be a

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

get_username() Returns the username for the user. Since the User model can be swapped out, you should use this method instead

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

get_internal_type() [source] Returns a string naming this field for backend specific purposes

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

class ContentFile(File) [source] The ContentFile class inherits from File

2025-01-10 15:47:30