1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/tests/view_tests
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
..
app0
app1
app2
app3
app4
app5
locale
media
templates
templatetags
tests Fixed #22404 -- Added a view that exposes i18n catalog as a JSON 2015-08-05 09:05:21 -04:00
__init__.py
default_urls.py
generic_urls.py
models.py Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
regression_21530_urls.py
urls.py Fixed #22404 -- Added a view that exposes i18n catalog as a JSON 2015-08-05 09:05:21 -04:00
views.py