django/docs/ref
2018-08-25 18:36:00 -04:00
..
class-based-views
contrib Polished the admin overview docs. 2018-08-21 11:35:50 -04:00
files
forms Fixed #29646 -- Doc'd the validators that each model and form field uses. 2018-08-16 17:03:28 -04:00
models Fixed #29048 -- Added **extra_context to database function as_vendor() methods. 2018-08-23 11:52:09 -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
databases.txt Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure. 2018-08-25 18:36:00 -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
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