django/docs/ref
2017-10-25 19:03:21 -04:00
..
class-based-views Fixed #28627 -- Added slug converter to some path() examples in docs. 2017-09-25 13:06:11 -04:00
contrib Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() dict. 2017-10-25 10:07:37 -04:00
files
forms Fixed #28474 -- Made DurationField raise ValidationError for inputs that raised OverflowError. 2017-10-25 18:05:13 -04:00
models Fixed typo in docs/ref/models/querysets.txt. 2017-10-25 19:03:21 -04:00
templates
applications.txt Fixed #27857 -- Dropped support for Python 3.4. 2017-09-25 17:11:03 -04:00
checks.txt Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable defaults. 2017-10-20 13:17:22 -04:00
clickjacking.txt
csrf.txt
databases.txt Fixed #28626 -- Dropped support for PostgreSQL 9.3. 2017-09-27 11:00:04 -04:00
django-admin.txt
exceptions.txt
index.txt
middleware.txt
migration-operations.txt
request-response.txt
schema-editor.txt
settings.txt Refs #28248 -- Clarified the precision of PASSWORD_RESET_TIMEOUT_DAYS. 2017-10-12 14:58:18 -04:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Refs #23919 -- Corrected django.utils.http.urlencode()'s documented signature. 2017-10-09 08:54:44 -04:00
validators.txt
views.txt