django/docs/topics
Sergey Kolosov 8c98f39624 Fixed #15318 -- Added settings for language cookie max-age, path, domain
Introduced a number of settings to configure max-age, path, and domain
for the language cookie: LANGUAGE_COOKIE_AGE, LANGUAGE_COOKIE_PATH and
LANGUAGE_COOKIE_DOMAIN.

Thanks sahid for the suggestion.
2014-03-01 07:52:45 -05:00
..
auth Fixed doc typos. 2014-02-28 11:44:03 -05:00
class-based-views Fixed spelling mistakes in docs. 2014-02-28 21:03:46 -05:00
db Fixed doc typos. 2014-02-28 11:44:03 -05:00
forms Fixed spelling mistakes in docs. 2014-02-28 21:03:46 -05:00
http Fixed #12670 -- Added a note about permissions of files stored in FILE_UPLOAD_TEMP_DIR. 2014-02-25 11:19:31 -05:00
i18n Fixed #15318 -- Added settings for language cookie max-age, path, domain 2014-03-01 07:52:45 -05:00
testing Fixed spelling mistakes in docs. 2014-02-28 21:03:46 -05:00
cache.txt Fixed doc typos. 2014-02-28 11:44:03 -05:00
conditional-view-processing.txt
email.txt
files.txt
index.txt
install.txt
localflavor.txt
logging.txt
migrations.txt Fixed spelling mistakes in docs. 2014-02-28 21:03:46 -05:00
pagination.txt
performance.txt Fixed doc typos. 2014-02-28 11:44:03 -05:00
python3.txt
security.txt
serialization.txt Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded responses. 2014-02-14 18:25:19 -05:00
settings.txt
signals.txt
signing.txt Fixed #18745 - Documentation change explaining tuple to list with signing. 2014-02-16 13:12:49 +01:00
templates.txt