1
0
mirror of https://github.com/django/django.git synced 2024-12-24 18:16:19 +00:00
django/django
2005-11-24 05:20:27 +00:00
..
bin made the message when locale/ or conf/locale/ could not be found a bit more clear 2005-11-23 16:14:24 +00:00
conf Fixed #603 -- Added template debugging errors to pretty error-page output, if TEMPLATE_DEBUG setting is True. Also refactored FilterParser for a significant speed increase and changed the template_loader interface so that it returns information about the loader. Taken from new-admin. Thanks rjwittams and crew 2005-11-23 23:10:17 +00:00
contrib Fixed missing {% load i18n %} tag in comments FREE_COMMENT_FORM template 2005-11-23 21:56:21 +00:00
core Fixed #603 -- Added template debugging errors to pretty error-page output, if TEMPLATE_DEBUG setting is True. Also refactored FilterParser for a significant speed increase and changed the template_loader interface so that it returns information about the loader. Taken from new-admin. Thanks rjwittams and crew 2005-11-23 23:10:17 +00:00
middleware Added SESSION_SAVE_EVERY_REQUEST setting. 2005-11-20 17:16:13 +00:00
models Fixed small typo in User object; thanks David Ascher 2005-11-24 05:20:27 +00:00
parts Fixed #796 -- Gave AnonymousUser a has_module_perms method. 2005-11-15 14:43:56 +00:00
templatetags added missing docstring to the blocktrans template tag 2005-11-15 13:51:31 +00:00
utils Updated django.utils.translation due to template changes from [1379]. From new-admin. 2005-11-24 03:32:26 +00:00
views changed the linebreaks_iter function to use str.find instead of re.finditer, because the latter one has problems with Python 2.3 2005-11-24 00:06:36 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00