django1/django
Anssi Kääriäinen f105fbe52b [1.5.x] Fixed #18823 -- Ensured m2m.clear() works when using through+to_field
There was a potential data-loss issue involved -- when clearing
instance's m2m assignments it was possible some other instance's
m2m data was deleted instead.

This commit also improved None handling for to_field cases.

Backpatch of 611c4d6f1c
2012-10-28 17:34:14 +02:00
..
bin [1.5.x] Fixed #18978 -- Moved cleanup command to sessions. 2012-10-27 18:38:32 +02:00
conf [1.5.x] Reverted unintentional change in aff9b2f. 2012-10-28 12:34:24 +01:00
contrib [1.5.x] Fixed #19203 -- Added isolation to a humanize test 2012-10-28 09:35:04 +01:00
core [1.5.x] Fixed #18978 -- Moved cleanup command to sessions. 2012-10-27 18:38:32 +02:00
db [1.5.x] Fixed #18823 -- Ensured m2m.clear() works when using through+to_field 2012-10-28 17:34:14 +02:00
dispatch Added a way to check if a signal has listeners 2012-09-28 18:10:52 +03:00
forms [1.5.x] Fixed #16820 -- Treated '0' value as True for checkbox inputs 2012-10-26 20:48:57 +02:00
http Fixed #18796 -- Refactored conversion to bytes in HttpResponse 2012-10-25 08:49:51 +02:00
middleware Fixed #7581 -- Added streaming responses. 2012-10-20 20:05:11 +02:00
shortcuts Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
template Fixed #18484 -- Removed the div around the csrf token input 2012-10-13 11:30:09 +02:00
templatetags Fixed #19088 -- Always escape % inside blocktrans tag 2012-10-23 18:49:22 +02:00
test Fixed #13222 -- Made HttpResponse iterable once 2012-10-24 17:19:56 +02:00
utils [1.5.x] Properly support pickling of LazyObjects in Python 3.3 2012-10-26 02:40:19 +01:00
views [1.5.x] PEP 302 source loaders already decode appropriately 2012-10-26 02:38:15 +01:00
__init__.py [1.5.x] Bump version information and classifiers for 1.5 alpha release. 2012-10-25 14:18:06 -05:00