django1/django/utils/translation
Aymeric Augustin 7eefdbf7ab Cleaned up the django.template namespace.
Since this package is going to hold both the implementation of the Django
Template Language and the infrastructure for Multiple Template Engines,
it should be untied from the DTL as much as possible within our
backwards-compatibility policy.

Only public APIs (i.e. APIs mentioned in the documentation) were left.
2014-12-28 14:47:31 +01:00
..
__init__.py Fixed #22820 -- Treated int and long types alike in lazy_number 2014-08-30 18:51:12 +02:00
trans_null.py Fixed #24045 -- Removed useless mark_safe() call in trans_null.py 2014-12-26 07:42:49 -05:00
trans_real.py Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00