forms.Textarea
  • References/Python/Django/API/Forms/Widgets

class Textarea [source] Text area: <textarea>...</textarea>

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

get_year() [source] Returns the year for which this view will display data, as a string.

2025-01-10 15:47:30
core.validators.RegexValidator.flags
  • References/Python/Django/API/Validators

flags The flags used when compiling the regular expression string regex. If regex is a pre-compiled

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

class GenericInlineModelAdmin The GenericInlineModelAdmin class inherits all properties from an

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

HttpResponse.has_header(header) Returns True or False based on a case-insensitive check for a header

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

coerce A function that takes one argument and returns a coerced value. Examples include the built-in int, float

2025-01-10 15:47:30
gis.db.models.GeoQuerySet.reverse_geom()
  • References/Python/Django/API/GeoQuerySet API Reference

GeoQuerySet.reverse_geom(**kwargs) Deprecated since version 1.9: Use

2025-01-10 15:47:30
gis.geoip2.GeoIP2
  • References/Python/Django/API/Geolocation with GeoIP2

class GeoIP2(path=None, cache=0, country=None, city=None) The GeoIP object does not require any parameters to use

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

GEOSGeometry.contains(other) Returns True if other.within(this) returns True.

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

set_password(raw_password) Sets the user’s password to the given raw string, taking care of the password hashing. Doesn’t save

2025-01-10 15:47:30