http.HttpRequest.path_info
  • References/Python/Django/API/Request and response objects

HttpRequest.path_info Under some Web server configurations, the portion of the URL after the host name is split up into a script

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

class GenericRelation related_query_name The relation on the related object

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

name The name of the source which is equivalent to the input file path or the name provided upon instantiation.

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

parse_date(value) [source] Parses a string and returns a

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

urlquote(url, safe='/') [source] A version of Python’s urllib.quote() function

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

ModelAdmin.readonly_fields By default the admin shows all fields as editable. Any fields in this option (which should be a list

2025-01-10 15:47:30
forms.PasswordInput
  • References/Python/Django/API/Forms/Widgets

class PasswordInput [source] Password input: <input type='password' ...>

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

HttpRequest.readline() [source]

2025-01-10 15:47:30
db.models.Options.label
  • References/Python/Django/API/Models/Model Meta options

Options.label New in Django 1.9. Representation

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

get_lookup(lookup_name) Must return the lookup named lookup_name. For instance, by returning self.output_field

2025-01-10 15:47:30