django1/django/views
Sergey Kolosov 244404227e Fixed #22404 -- Added a view that exposes i18n catalog as a JSON
Added django.views.i18n.json_catalog() view, which returns a JSON
response containing translations, formats, and a plural expression
for the specified language.
2015-08-05 09:05:21 -04:00
..
decorators Fixed typos in HTTP decorator docs. 2015-05-25 07:38:08 -04:00
generic Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
csrf.py Fixed #24389 -- Isolated the CSRF view from the TEMPLATES setting. 2015-02-22 15:46:35 +01:00
debug.py Fixed #25147 -- Fixed debug view copy-paste/interactive toggle. 2015-07-20 11:52:21 -04:00
defaults.py Fixed #24733 -- Passed the triggering exception to 40x error handlers 2015-05-11 22:02:14 +02:00
i18n.py Fixed #22404 -- Added a view that exposes i18n catalog as a JSON 2015-08-05 09:05:21 -04:00
static.py Fixed a few uses of Template that relied on a default engine. 2015-02-22 23:13:55 +01:00