1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/ref
Aaron Elliot Ross 19a5f6da32 Fixed #25469 -- Added autoescape option to DjangoTemplates backend.
Thanks Aymeric for the initial patch and Carl for review.
2015-11-12 19:14:23 -05:00
..
class-based-views
contrib Fixed #25728 -- Fixed description of GEOSGeometry.contains(). 2015-11-11 09:34:58 -05:00
files
forms
models Replaced "inbuilt" with more common "built-in". 2015-11-12 17:29:03 -05:00
templates Fixed #25469 -- Added autoescape option to DjangoTemplates backend. 2015-11-12 19:14:23 -05:00
applications.txt Fixed #16734 -- Set script prefix even outside of requests 2015-10-29 20:12:38 +01:00
checks.txt
clickjacking.txt
csrf.txt
databases.txt Removed obsolete note about installing psycopg2 on Windows. 2015-11-10 09:59:23 -05:00
django-admin.txt
exceptions.txt
index.txt
middleware.txt
migration-operations.txt
request-response.txt
schema-editor.txt
settings.txt Fixed #25489 -- Documented that SESSION_SAVE_EVERY_REQUEST doesn't create empty sessions. 2015-10-29 17:28:37 -04:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt Fixed #25473 -- Changed underscores in url() names to dashes in docs. 2015-11-07 21:58:45 +01:00
urls.txt
utils.txt
validators.txt
views.txt