index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
template
Age
Commit message (
Expand
)
Author
2005-11-03
i18n: readded constant string translations, needed for template tags with str...
Georg Bauer
2005-11-03
i18n: updated unittests and fixed bugs in the tags, removed the old tags and ...
Georg Bauer
2005-11-03
i18n: implemented the proposed syntax change to {% trans %} and {% blocktrans %}
Georg Bauer
2005-11-02
i18n: added get_available_languages tag and added a default view for switchin...
Georg Bauer
2005-10-31
i18n: merged to [1025] from trunk
Georg Bauer
2005-10-28
Fixed #488 -- removetags template filter now removes tags without a space bef...
Adrian Holovaty
2005-10-25
Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. ...
Adrian Holovaty
2005-10-23
i18n: merged to [992] from trunk
Georg Bauer
2005-10-20
Fixed #663 -- app_directories template loader no longer assumes a dot in the ...
Adrian Holovaty
2005-10-17
i18n: fixed a bug with the i18n template tag that crept in with the last merg...
Georg Bauer
2005-10-17
i18n: merged to [897] from trunk
Georg Bauer
2005-10-17
Fixed #583 -- Added app_directories template loader, which searches for templ...
Adrian Holovaty
2005-10-17
Fixed typo in filesystem template-loader error message
Adrian Holovaty
2005-10-17
Changed internal variable names in django.core.template.loaders.eggs to be co...
Adrian Holovaty
2005-10-14
i18n: merged to [873] from trunk
Georg Bauer
2005-10-14
Fixed small namespace bug in [867]
Adrian Holovaty
2005-10-14
Fixed #582 -- Added support for loading templates from Python eggs, and a TEM...
Adrian Holovaty
2005-10-14
i18n: merged up to r868
Georg Bauer
2005-10-14
Redid [865], which got lost in [867]
Adrian Holovaty
2005-10-14
Fixed #626 -- Moved template modules to django.core.template package. django....
Adrian Holovaty