django1/django/core/template
Adrian Holovaty dc3f6e4113 Changed internal variable names in django.core.template.loaders.eggs to be consistent with filesystem
git-svn-id: http://code.djangoproject.com/svn/django/trunk@889 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 01:53:22 +00:00
..
loaders Changed internal variable names in django.core.template.loaders.eggs to be consistent with filesystem 2005-10-17 01:53:22 +00:00
__init__.py Fixed #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader. 2005-10-14 20:10:13 +00:00
defaultfilters.py Redid [865], which got lost in [867] 2005-10-14 20:12:16 +00:00
defaulttags.py Fixed #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader. 2005-10-14 20:10:13 +00:00
loader.py Fixed small namespace bug in [867] 2005-10-14 22:29:13 +00:00