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
auth.password_validation.UserAttributeSimilarityValidator
  • References/Python/Django/Guides

class UserAttributeSimilarityValidator(user_attributes=DEFAULT_USER_ATTRIBUTES, max_similarity=0.7) [source]

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

Form.fields You can access the fields of Form instance from its fields attribute:

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

class Envelope(*args) Represents an OGR Envelope structure that contains the minimum and maximum X, Y coordinates for a rectangle

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

GEOSGeometry.json Returns the GeoJSON representation of the geometry. Note that the result is not a complete GeoJSON structure

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

root_attributes() [source] Return extra attributes to place on the root (i.e. feed/channel)

2025-01-10 15:47:30
postgres.search.SearchVector
  • References/Python/Django/API/Full text search

class SearchVector(*expressions, config=None, weight=None) [source] Searching against a single

2025-01-10 15:47:30
postgres.search.SearchRank
  • References/Python/Django/API/Full text search

class SearchRank(vector, query, weights=None) [source] So far, we’ve just returned the results

2025-01-10 15:47:30
gis.widgets.OSMWidget
  • References/Python/Django/API/GeoDjango Forms API

class OSMWidget This widget uses an OpenStreetMap base layer (Mapnik) to display geographic objects on. template_name

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