1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/django
2010-02-21 23:42:57 +00:00
..
bin
conf Fixed #12853 - Updated Brazilian portuguese translation. Thanks, Guilherme Gondim. 2010-02-21 23:42:30 +00:00
contrib Fixed #12066 - Moved auth context processor from core to the auth app. Thanks, Rob Hudson. 2010-02-21 23:40:47 +00:00
core Fixed #12066 - Moved auth context processor from core to the auth app. Thanks, Rob Hudson. 2010-02-21 23:40:47 +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
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 #5971 - Fixed inconsistent behaviour of the TokenParser when parsing filters that follow constant strings or variables. Thanks Dmitri Fedortchenko, Adam Vandenberg and Ramiro Morales. 2010-02-21 23:42:57 +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