1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/django
Ramiro Morales cfdad9ed86 Fixed #14223 -- Extended unification of exception raised in presence of integrity constraint violations.
The unification had been introduced in r12352 and native backend exceptions still
slipped through in cases that end in connection.commit() call. Thanks Alex,
Jacob and Carl for reviewing.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14320 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-23 00:01:22 +00:00
..
bin
conf Polish translation updated 2010-10-20 09:26:53 +00:00
contrib Fixing a few cosmetic bugs. Thanks for the hint, Alex Gaynor. 2010-10-21 03:16:58 +00:00
core Fixed 14513 -- check fields with underscores for validity when ordering. Bonus points to Klaas van Schelven. 2010-10-21 21:17:07 +00:00
db Fixed #14223 -- Extended unification of exception raised in presence of integrity constraint violations. 2010-10-23 00:01:22 +00:00
dispatch Fixed #9015 -- added a signal decorator for simplifying signal connections 2010-09-12 19:58:05 +00:00
forms Fixed #12074 -- Adding .as_p and as_ul methods to FormSet. Thanks arthurdebert and dpn for the patch. 2010-10-18 04:44:49 +00:00
http Consistent imports for parse_qsl function, avoiding the PendingDeprecationWarning under Python 2.6 and later 2010-10-20 13:07:06 +00:00
middleware Fixed #14445 - Use HMAC and constant-time comparison functions where needed. 2010-10-14 20:54:30 +00:00
shortcuts
template Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code. 2010-10-11 12:20:07 +00:00
templatetags Fixed #14126 -- Fixed an issue with changes to the blocktrans tag introduced in r13967 related to multiple plural forms. Thanks, mark0978, svetlyak40wt and Ramiro. 2010-10-16 20:40:17 +00:00
test Fixed #14520 -- fixed a memory leak when running the test suite. 2010-10-21 17:36:38 +00:00
utils Fixed a bug with method_decorator not preserving the attributes of the wrapped method, which is important for decorators like csrf_exempt 2010-10-21 14:56:49 +00:00
views Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support. 2010-10-20 01:33:24 +00:00
__init__.py Django is now 1.3 pre-alpha. 2010-06-19 21:14:56 +00:00