django1/django/views
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
..
decorators Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
generic Fixed #22113 -- changed object_name to model_name in CBV docs. 2014-02-22 23:36:54 +01:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
csrf.py Fixed #21322 -- Error message when CSRF cookie is missing 2013-11-03 20:05:10 +01:00
debug.py Corrected a pair of flake8 violations 2014-02-15 10:42:12 -08:00
defaults.py Fixed #20822 -- Set content type of default error pages to 'text/html'. 2013-08-04 11:04:37 +02:00
i18n.py Fixed #15318 -- Added settings for language cookie max-age, path, domain 2014-03-01 07:52:45 -05:00
static.py Merge pull request #1821 from Bouke/tickets/14170 2013-11-04 13:50:21 -08:00