django1/django
Russell Keith-Magee 398415fc23 Fixed #13821 -- Added a double-quoting to the PostgreSQL sequence reset code. Thanks to PaulM for the report, and to PaulM and Simon Meers for their work on the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13450 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-30 02:43:01 +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 #13577 - wrong thousands separator in Polish formats file. Thanks sero for report. 2010-06-07 14:47:10 +00:00
contrib Fixed #13967 -- MySQL spatial backend now respects when `spatial_index=False`. Thanks, Simon Law, for bug report and patch. 2010-07-21 15:23:18 +00:00
core Fixed #12619 -- Added support for the --noinput flag to testserver. Thanks to clouserw for the suggestion, and darkrho for the patch. 2010-06-21 12:09:25 +00:00
db Fixed #13821 -- Added a double-quoting to the PostgreSQL sequence reset code. Thanks to PaulM for the report, and to PaulM and Simon Meers for their work on the patch. 2010-07-30 02:43:01 +00:00
dispatch Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
forms Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 when localization is enabled. Thanks for the report and patch, magnus. 2010-05-23 10:38:23 +00:00
http Fixed #13572: copies of QueryDicts now have their encoding set correctly. 2010-05-28 16:39:52 +00:00
middleware Added proper code comments for the HTTPS CSRF protection. 2010-06-30 22:30:37 +00:00
shortcuts Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc 2010-01-10 18:44:39 +00:00
template Refs #13573 -- Modified the key technique added in r13295 to be more robust against potential key collisions while keeping key names human-readable. Thanks to Alex for being finicky. 2010-05-21 14:25:26 +00:00
templatetags Fixed #13453: Corrected typo in template syntax error message. Thanks jheasly. 2010-05-01 02:29:32 +00:00
test Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a flush, which speeds up the tests overall. 2010-05-28 11:15:36 +00:00
utils Fixed #13653: Fixed django.utils.hashcompat to support running on Python 2.4 with standalone hashlib. 2010-05-28 11:46:03 +00:00
views Fixed #13624: added SIGNATURE to the list of settings to hide on debug pages. 2010-05-28 17:25:43 +00:00
__init__.py Django is now 1.3 pre-alpha. 2010-06-19 21:14:56 +00:00