django1/django/db/models/fields
Anssi Kääriäinen c9a96075fa Fixed #20378 -- regression in GenericRelation on abstract model
When a GenericRelation was defined on abstract model, queries on childs
of the abstract model didn't work. The problem was in the way fields and
in particular field.rel was copied from models to their children.

The regression was likely caused by #19385. Thanks to Gavin Wahl for
spotting the regression.
2013-05-20 18:02:10 +03:00
..
__init__.py Fixed #20378 -- regression in GenericRelation on abstract model 2013-05-20 18:02:10 +03:00
files.py Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
proxy.py Fixed #13328 -- Ensured that querysets on models with callable defaults can be pickled. No, really this time. Thanks to Alex for his help brainstorming the solution. 2010-04-21 16:34:33 +00:00
related.py Remove unnecessary check on __set__ parameters. 2013-05-07 21:50:59 -07:00
subclassing.py [py3] Removed a remaining use of __metaclass__. 2012-08-14 23:45:12 +02:00