Upgrading templates to Django 1.8
  • References/Python/Django/API/Templates/Upgrading templates to Django 1.8

Django’s template system was overhauled in Django 1.8 when it gained support for multiple template engines. This document complements the release notes

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

Form.use_required_attribute New in Django 1.10. When

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

username_validator New in Django 1.10. Points

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

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

2025-01-10 15:47:30
middleware.security.SecurityMiddleware
  • References/Python/Django/API/Middleware

class SecurityMiddleware [source] The django.middleware.security.SecurityMiddleware

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

HttpRequest.get_full_path() [source] Returns the path, plus an appended query

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

precision New in Django 1.10. This property

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

ungettext(singular, plural, number) [source] Translates singular and plural

2025-01-10 15:47:30
views.generic.list.MultipleObjectMixin.context_object_name
  • References/Python/Django/API/Multiple object mixins

context_object_name Designates the name of the variable to use in the context.

2025-01-10 15:47:30
db.models.DateField
  • References/Python/Django/API/Models/Model field reference

class DateField(auto_now=False, auto_now_add=False, **options) [source] A date, represented

2025-01-10 15:47:30