django1/django/contrib/contenttypes
Anssi Kääriäinen 1c5cbf5e5d Fixed #24002 -- GenericRelation filtering targets related model's pk
Previously Publisher.objects.filter(book=val) would target
book.object_id if book is a GenericRelation. This is inconsistent to
filtering over reverse foreign key relations, where the target is the
related model's primary key.
2014-12-17 10:04:52 +02:00
..
locale Updated translations from Transifex 2014-09-30 20:55:50 +02:00
migrations Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
tests Added database migration for contrib.contenttypes. 2014-06-16 15:03:00 -04:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
admin.py Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() hooks to GenericInlineModelAdmin. 2014-09-24 06:32:42 -04:00
apps.py Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.ready(). 2014-11-27 13:06:35 -05:00
checks.py Fixed #19774 -- Deprecated the contenttypes.generic module. 2014-01-26 14:42:30 -05:00
fields.py Fixed #24002 -- GenericRelation filtering targets related model's pk 2014-12-17 10:04:52 +02:00
forms.py Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin. 2014-05-15 07:25:35 -04:00
generic.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
management.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
models.py Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
views.py Fixed #15089 -- Allowed contrib.sites to lookup the current site based on request.get_host(). 2014-10-01 16:23:20 -04:00