forms.Form.errors.as_json()
  • References/Python/Django/API/Forms/The Forms API

Form.errors.as_json(escape_html=False) Returns the errors serialized as JSON.

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

class MultiLineString(*args, **kwargs) MultiLineString objects may be instantiated by passing in LineString

2025-01-10 15:47:30
postgres.fields.RangeField.range_type
  • References/Python/Django/API/PostgreSQL specific model fields

range_type The psycopg2 range type to use.

2025-01-10 15:47:30
gis.geoip.GeoIP.country_name_by_name()
  • References/Python/Django/API/Geolocation with GeoIP

GeoIP.country_name_by_name(query)

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
forms.ChoiceField.choices
  • References/Python/Django/API/Forms/Form fields

choices Either an iterable (e.g., a list or tuple) of 2-tuples to use as choices for this field, or a callable that returns

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

output_field Defines the type of class returned by the get_lookup() method. It must be a

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

class IntegerField(**kwargs) [source] Default widget:

2025-01-10 15:47:30
auth.models.User
  • References/Python/Django/API/contrib packages/django.contrib.auth

class models.User User objects have the following fields:

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