1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/django
2010-02-11 12:10:11 +00:00
..
bin
conf Fixed #12723 -- Updated Irish translation. Thanks to Kevin Scannell. 2010-01-29 00:05:33 +00:00
contrib Fixed #12804 - regression with decorating admin views. 2010-02-09 15:02:39 +00:00
core Fixed #12189 -- Corrected rollback behavior in database cache backend. Thanks to Lakin Wecker for the report. 2010-02-11 12:10:11 +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 #12698. Model.clean() used with a ModelForm no longer causes a KeyError when raising a ValidationError. 2010-02-10 00:34:45 +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 #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
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 Removed a stray debug statement. Thanks to Ramiro Morales for the report. 2010-02-02 13:01:27 +00:00
utils Fixed #12804 - regression with decorating admin views. 2010-02-09 15:02:39 +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