gis.forms.GeometryCollectionField
  • References/Python/Django/API/GeoDjango Forms API

class GeometryCollectionField

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

aggregate(*args, **kwargs) Returns a dictionary of aggregate values (averages, sums, etc.) calculated over the QuerySet

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

desc() Returns the expression ready to be sorted in descending order.

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

FieldFile.url A read-only property to access the file’s relative URL by calling the

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

ModelAdmin.form By default a ModelForm is dynamically created for your model. It is used to create the form presented

2025-01-10 15:47:30
core.files.uploadedfile.UploadedFile.name
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

UploadedFile.name The name of the uploaded file (e.g. my_file.txt).

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

class FloatField(**options) [source] A floating-point number represented in Python by a float

2025-01-10 15:47:30
syndication.Feed.get_context_data()
  • References/Python/Django/API/contrib packages/The syndication feed framework

Feed.get_context_data(**kwargs) There is also a way to pass additional information to title and description templates, if you

2025-01-10 15:47:30
views.generic.dates.DayMixin.get_next_day()
  • References/Python/Django/API/Date-based mixins

get_next_day(date) [source] Returns a date object containing the next valid day after the

2025-01-10 15:47:30
forms.Form.has_changed()
  • References/Python/Django/API/Forms/The Forms API

Form.has_changed() Use the has_changed() method on your Form when you need to check if the form data

2025-01-10 15:47:30