db.models.ForeignKey.related_query_name
  • References/Python/Django/API/Models/Model field reference

ForeignKey.related_query_name The name to use for the reverse filter name from the target model. It defaults to the value of

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

width Width of the image in pixels.

2025-01-10 15:47:30
db.models.functions.Greatest
  • References/Python/Django/API/Models/Database Functions

class Greatest(*expressions, **extra) [source] New

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

ugettext_lazy(message)

2025-01-10 15:47:30
db.models.Expression.set_source_expressions()
  • References/Python/Django/API/Models/Query Expressions

set_source_expressions(expressions) Takes a list of expressions and stores them such that get_source_expressions()

2025-01-10 15:47:30
db.migrations.operations.CreateModel
  • References/Python/Django/API/Migration Operations

class CreateModel(name, fields, options=None, bases=None, managers=None) [source] Creates

2025-01-10 15:47:30
gis.db.models.functions.IsValid
  • References/Python/Django/API/Geographic Database Functions

class IsValid(expr) New in Django 1.10.

2025-01-10 15:47:30
views.generic.dates.DayArchiveView
  • References/Python/Django/API/Built-in class-based views API/Generic date views

class DayArchiveView [source] A day archive page showing all objects in a given day. Days

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

min_y The value of the maximum X coordinate.

2025-01-10 15:47:30
views.generic.edit.ProcessFormView.put()
  • References/Python/Django/API/Editing mixins

put(*args, **kwargs) The PUT action is also handled and just passes all parameters through to post()

2025-01-10 15:47:30