django1/django/db
Anssi Kääriäinen bac187c0d8 [1.5.x] Fixed prefetch_related + pickle regressions
There were a couple of regressions related to field pickling. The
regressions were introduced by QuerySet._known_related_objects caching.

The regressions aren't present in master, the fix was likely in
f403653cf1.

Fixed #20157, fixed #20257. Also made QuerySets with model=None
picklable.
2013-05-21 11:45:24 +03:00
..
backends [1.5.x] Fixed #20025 -- Pointed to a MySQLdb fork for Python 3. 2013-05-10 10:23:15 +02:00
models [1.5.x] Fixed prefetch_related + pickle regressions 2013-05-21 11:45:24 +03:00
__init__.py [1.5.x] Removed try-except in django.db.close_connection() 2013-02-13 00:22:10 +02:00
transaction.py [1.5.x] Fixed #19707 -- Reset transaction state after requests 2013-02-10 14:09:58 +02:00
utils.py [1.5.x] Removed try-except in django.db.close_connection() 2013-02-13 00:22:10 +02:00