1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/docs/ref
2016-06-27 09:07:18 -04:00
..
class-based-views [1.10.x] Fixed #26695 -- Clarified return value of View.options(). 2016-06-01 08:29:28 -04:00
contrib [1.10.x] Fixed broken links in docs and comments. 2016-06-15 21:20:38 -04:00
files
forms [1.10.x] Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt. 2016-06-27 09:07:18 -04:00
models [1.10.x] Fixed #26787 -- Documented deleting and reloading of model instance fields. 2016-06-21 15:25:16 -04:00
templates [1.10.x] Fixed #26754 -- Documented django.template.context_processors.tz 2016-06-14 11:58:50 +02:00
applications.txt
checks.txt Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation() 2016-05-19 21:33:36 -04:00
clickjacking.txt
csrf.txt [1.10.x] Fixed #26596 -- Added Jinja2 {{ csrf_input }} documentation. 2016-06-03 15:25:50 -04:00
databases.txt
django-admin.txt [1.10.x] Fixed broken links in docs and comments. 2016-06-15 21:20:38 -04:00
exceptions.txt
index.txt
middleware.txt Fixed #20869 -- made CSRF tokens change every request by salt-encrypting them 2016-05-19 05:02:19 +03:00
migration-operations.txt
request-response.txt [1.10.x] Fixed #26704 -- Documented DjangoJSONEncoder. 2016-06-07 14:58:30 -04:00
schema-editor.txt
settings.txt Refs #26601 -- Deprecated old-style middleware. 2016-05-17 07:22:26 -04:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt [1.10.x] Fixed #26776 -- Documented url()'s view argument. 2016-06-20 11:57:58 -04:00
utils.txt
validators.txt
views.txt