views.generic.list.MultipleObjectMixin.ordering
  • References/Python/Django/API/Multiple object mixins

ordering A string or list of strings specifying the ordering to apply to the queryset. Valid values are the same

2025-01-10 15:47:30
views.generic.base.ContextMixin.get_context_data()
  • References/Python/Django/API/Simple mixins

get_context_data(**kwargs) Returns a dictionary representing the template context. The keyword arguments provided will make

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

name Returns the name of this field: >>>

2025-01-10 15:47:30
Many-to-many relationships
  • References/Python/Django/Guides

To define a many-to-many relationship, use

2025-01-10 15:47:30
utils.translation.ugettext_noop()
  • References/Python/Django/API/Django Utils

ugettext_noop(message) Marks strings for translation but doesn’t translate them now. This can be used to store strings in global

2025-01-10 15:47:30
gis.db.models.PolygonField
  • References/Python/Django/API/GeoDjango Model API

class PolygonField

2025-01-10 15:47:30
db.transaction.get_rollback()
  • References/Python/Django/Guides

get_rollback(using=None) [source]

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

regex A regular expression specified either as a string or a compiled regular expression object. Also

2025-01-10 15:47:30
admin.ModelAdmin.list_select_related
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.list_select_related Set list_select_related to tell Django to use

2025-01-10 15:47:30
Writing your first Django app, part 2
  • References/Python/Django/Guides: Intro

This tutorial begins where Tutorial 1 left off. We’ll setup the database, create your first model, and get a quick introduction to Django’s automatically-generated

2025-01-10 15:47:30