django/django
Jacob Kaplan-Moss 7cbbd782e1 [1.0.X] Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now have the beginnings of a test suite for FormWizard. Thanks, Keith Bussell. Backport of r10316 and r10319 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10321 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-01 15:07:31 +00:00
..
bin [1.0.X] Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Scott for the report 2009-03-18 12:02:25 +00:00
conf [1.0.X] Updated Polish translation 2009-03-31 08:01:24 +00:00
contrib [1.0.X] Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default manager. Thanks, Alex Gaynor. Backport of r10314 from trunk. 2009-04-01 15:07:13 +00:00
core [1.0.X]: Fixed #10018 -- Fixed typo in `BaseCommand` docstring, patch from dswistowski. 2009-03-31 16:58:24 +00:00
db [1.0.X] Fixed #10413: RelatedManager.add no longer fails silenty when trying to add an object of the wrong type. Thanks, dgouldin. 2009-03-31 21:42:47 +00:00
dispatch Fixed #8285: signal handlers that aren't functions work under DEBUG. This slightly loosens the sanity check, but things that are valid under production shouldn't fail under debug. 2008-08-25 18:24:05 +00:00
forms [1.0.X] Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now have the beginnings of a test suite for FormWizard. Thanks, Keith Bussell. Backport of r10316 and r10319 from trunk. 2009-04-01 15:07:31 +00:00
http [1.0.X] Fixed #10184: QueryDicts with multiple values can now be safely pickled. Thanks, Alex Gaynor. 2009-03-31 19:34:08 +00:00
middleware [1.0.X] Fixed #9199 -- We were erroneously only prepending "www" to the domain 2008-10-07 08:26:31 +00:00
shortcuts Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exception, rather than an assertion error. Thanks, Gary Wilson and cheeming. 2007-12-02 18:21:07 +00:00
template [1.0.X] Fixed #10513: floatformat now works with floatish things, not just real floats. Thanks, Alex. Backport of [10278] from trunk. 2009-03-31 22:04:15 +00:00
templatetags Fixed #7460 -- Made the "cache" template tag always generate keys that can be 2008-08-25 04:52:55 +00:00
test [1.0.X]: Fixed #9978 -- Fixed a KeyError exception that was being raised when using the logout method on the test client on an unauthenticated user, based on patch from ericholscher. 2009-03-30 23:20:10 +00:00
utils [1.0.X] Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399]. Thanks, James Turk and rfk. Backport of r10241 from trunk. 2009-03-31 22:02:37 +00:00
views [1.0.X] Revised r9567 slightly to be backwards compatible with versions 1.0 - 1.0.2. 2009-01-09 12:42:35 +00:00
__init__.py [1.0.X] With 1.0.2 out, this branch is now 1.0.3 pre-alpha 2008-11-19 06:01:45 +00:00