django1/django
Jannis Leidel 2e91309c55 Fixed #12675 - Add the admin app to the project template settings.py for consistency with the urls.py. Thanks, stephanhoyer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12464 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-21 23:39:45 +00:00
..
bin Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Scott for the report 2009-03-14 05:18:02 +00:00
conf Fixed #12675 - Add the admin app to the project template settings.py for consistency with the urls.py. Thanks, stephanhoyer. 2010-02-21 23:39:45 +00:00
contrib Fixed #12705 -- Date/time and select filter widgets now work again with newly added inline forms in the admin. 2010-02-17 18:54:02 +00:00
core Fixed #12655 - diffsettings command now returns the diff instead of printing. Thanks, jobscry. 2010-02-21 23:39:27 +00:00
db Fixed #11535: Corrected SQL generated for queries involving generic relations and ORed Q objects. Thanks to brianglass for report, tobias for fix and test, and Alex for review. 2010-02-10 19:21:52 +00:00
dispatch Fixed #11134: signals recievers that disconnect during their processing no longer mess things up for other handlers. Thanks, Honza Kral. 2009-05-20 16:13:55 +00:00
forms Fixed #6054: work around PIL's installation brokeness by detecting either of the two ways it can end up being installed. 2010-02-14 18:28:28 +00:00
http Fixed #12470 - django.contrib.messages CookieStorage failing silently in safari when comma is used in message 2010-01-23 23:13:00 +00:00
middleware Removed an 'assert False' I stupidly committed in [12165] 2010-01-10 17:37:48 +00:00
shortcuts Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc 2010-01-10 18:44:39 +00:00
template Fixed #7876 - Improved template error message to include expected end tag. Thanks to Matthias Kestenholz for the initial patch. 2010-02-21 23:38:33 +00:00
templatetags Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks to Øyvind Satvik and Andrew Badr for their work on this patch. 2010-01-26 01:38:50 +00:00
test Fixed #12011 -- Modified the test client to preserve the request scheme on a redirect. Thanks to tgardner for the report and patch. 2010-02-13 12:01:14 +00:00
utils Fixed #11384 - Make sure translations in the project directory really override translations in apps as specified in the docs. 2010-02-16 12:17:17 +00:00
views Fixed #12804 - regression with decorating admin views. 2010-02-09 15:02:39 +00:00
__init__.py Bump version info to 1.2 beta. 2010-02-06 06:05:44 +00:00