1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/docs/ref
2018-08-22 12:07:29 -04:00
..
class-based-views
contrib Polished the admin overview docs. 2018-08-21 11:35:50 -04:00
files Fixed word choice in ContentFile example. 2018-07-07 17:20:02 -04:00
forms Fixed #29646 -- Doc'd the validators that each model and form field uses. 2018-08-16 17:03:28 -04:00
models Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup. 2018-08-18 13:09:15 -04:00
templates Fixed #29654 -- Made text truncation an ellipsis character instead of three dots. 2018-08-21 17:46:45 +02:00
applications.txt
checks.txt Fixed #26352 -- Made system check allow ManyToManyField to target the same model if through_fields differs. 2018-08-22 12:07:29 -04:00
clickjacking.txt
csrf.txt Removed duplicate words in docs. 2018-07-18 11:24:06 -04:00
databases.txt Refs #28584 -- Documented removal of support for SQLite < 3.7.15. 2018-08-03 14:42:26 -04:00
django-admin.txt Fixed #29198 -- Added migrate --plan option. 2018-08-03 15:22:42 -04:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Fixed #11964 -- Added support for database check constraints. 2018-07-10 15:32:33 -04:00
request-response.txt
schema-editor.txt
settings.txt
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt Refs #24733 -- Documented arguments for custom error views. 2018-07-31 17:02:40 -04:00
utils.txt Fixed utils.html.escape()'s docs with regards to string coercion. 2018-07-18 14:15:42 -04:00
validators.txt
views.txt