0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/docs/topics
Bouke Haarsma 0d0f4f020a Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.
The old 'django_language' variable will still be read from in order
to migrate users. The backwards-compatability shim will be removed in
Django 1.8.

Thanks to jdunck for the report and stugots for the initial patch.
2013-10-22 09:24:42 -04:00
..
auth Added docs for the hasher's iteration count changes. 2013-10-21 20:32:02 +02:00
class-based-views Fixed #21264 -- Incorrect RST usage in docs 2013-10-14 08:14:27 -04:00
db
forms Improvement on InlineFormSet doc, refs #21006 2013-10-15 14:51:45 +01:00
http Added a warning regarding session security and subdomains. 2013-10-18 09:42:45 -04:00
i18n Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'. 2013-10-22 09:24:42 -04:00
testing
cache.txt
conditional-view-processing.txt
email.txt
files.txt
index.txt
install.txt
localflavor.txt
logging.txt
migrations.txt
pagination.txt
performance.txt
python3.txt
security.txt Added a warning regarding session security and subdomains. 2013-10-18 09:42:45 -04:00
serialization.txt
settings.txt
signals.txt
signing.txt
templates.txt