1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/django
2005-11-27 14:07:04 +00:00
..
bin
conf fixes #910, #918 and #922 - updated 'sk', 'ru' and 'zh_CN' translations 2005-11-26 17:04:35 +00:00
contrib Fixed #911 -- Made template system scoped to the parser instead of the template module. Also changed the way tags/filters are registered and added support for multiple arguments to {% load %} tag. Thanks, rjwittams. This is a backwards-incompatible change for people who've created custom template tags or filters. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade instructions. 2005-11-26 22:46:31 +00:00
core Fixed bug in [1443] -- slice filter was registered as 'slice_' 2005-11-27 01:55:55 +00:00
middleware
models
parts
templatetags Fixed #911 -- Made template system scoped to the parser instead of the template module. Also changed the way tags/filters are registered and added support for multiple arguments to {% load %} tag. Thanks, rjwittams. This is a backwards-incompatible change for people who've created custom template tags or filters. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade instructions. 2005-11-26 22:46:31 +00:00
utils
views Added robots meta tag to views.static.serve to block robots from indexing and archiving the directory-index static view. 2005-11-27 14:07:04 +00:00
__init__.py