forms.Form.changed_data
  • References/Python/Django/API/Forms/The Forms API

Form.changed_data The changed_data attribute returns a list of the names of the fields whose values in the form’s

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

QueryDict.getlist(key, default=None) Returns the data with the requested key, as a Python list. Returns an empty list if the

2025-01-10 15:47:30
views.generic.detail.SingleObjectMixin.query_pk_and_slug
  • References/Python/Django/API/Single object mixins

query_pk_and_slug If True, causes get_object() to perform its lookup using both the primary key and

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

int_to_base36(i) [source] Converts a positive integer to a base 36 string. On Python 2 i

2025-01-10 15:47:30
redirects.models.Redirect
  • References/Python/Django/API/contrib packages/The redirects app

class models.Redirect Redirects are represented by a standard Django model, which lives in

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

class HttpResponsePermanentRedirect [source] Like HttpResponseRedirect, but

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

QueryDict.setlist(key, list_) [source] Sets the given key to list_ (unlike

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

class TimeInput [source] Time input as a simple text box: <input type='text' ..

2025-01-10 15:47:30
forms.Widget.value_omitted_from_data()
  • References/Python/Django/API/Forms/Widgets

value_omitted_from_data(data, files, name) [source] New

2025-01-10 15:47:30
gis.gdal.Layer.get_geoms()
  • References/Python/Django/API/GDAL API

get_geoms(geos=False) A method that returns a list containing the geometry of each feature in the layer. If the optional argument

2025-01-10 15:47:30