django1/django
Georg Bauer 5319f285a6 fixes bug with blocktrans and parameters not actually doing the translation (thx. nesh for the report)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-14 13:29:38 +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 added the missing icenlandic message file (didn't svn add last time and didn't notice) 2005-11-14 13:28:42 +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 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
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 #783 -- Added AnonymousUser.id = None. Thanks, EABinGA 2005-11-13 23:33:05 +00:00
templatetags fixes bug with blocktrans and parameters not actually doing the translation (thx. nesh for the report) 2005-11-14 13:29:38 +00:00
utils Fixed #787 -- High-level syndication framework now picks up author details. Also updated documentation. Thanks, mattycakes 2005-11-14 05:15:40 +00:00
views Completely refactored legacy RSS framework to the new django.contrib.syndication package. Also added Atom support, changed the way feeds are registered and added documentation for the whole lot. This is backwards-incompatible, but the RSS framework had not yet been documented, so this should only affect tinkerers and WorldOnline. Fixes #329, #498, #502 and #554. Thanks for various patches/ideas to alastair, ismael, hugo, eric moritz and garthk 2005-11-12 03:44:53 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00