django1/django
Georg Bauer eda3e2c99a fixed a bug that happened only if the very first gettext call was an ngettext
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-16 12:13:28 +00:00
..
bin Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tests to confirm. Thanks, Robin Munn and Sune. 2005-11-14 01:44:35 +00:00
conf Changed 'django-admin.py startapp' application template to use views.py instead of views package, for simplicity. Updated tutorial to reflect the change. 2005-11-16 02:00:23 +00:00
contrib Fixed #787 -- High-level syndication framework now picks up author details. Also updated documentation. Thanks, mattycakes 2005-11-14 05:15:40 +00:00
core Changed FormWrapper.fields (from [1253]) to be a property, so that it's only called when needed. 2005-11-16 00:33:50 +00:00
middleware BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone apps in django.contrib that are NOT installed by default. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for full migration information. 2005-11-11 04:45:05 +00:00
models Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tests to confirm. Thanks, Robin Munn and Sune. 2005-11-14 01:44:35 +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 fixed a bug that happened only if the very first gettext call was an ngettext 2005-11-16 12:13:28 +00:00
views Added django.views.generic.simple.redirect_to view for issuing simple redirects. Also updated direct_to_template to use render_to_response to be consistant with coding style, and documented the simple generic views. 2005-11-15 17:19:33 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00