django1/django
Anssi Kääriäinen 9ed82154bd Fixed #23791 -- Corrected object type check for pk__in=qs
When the pk was a relation field, qs.filter(pk__in=qs) didn't work.

In addition, fixed Restaurant.objects.filter(place=restaurant_instance),
where place is an OneToOneField and the primary key of Restaurant.

A big thank you to Josh for review and to Tim for review and cosmetic
edits.

Thanks to Beauhurst for commissioning the work on this ticket.
2015-06-29 07:49:31 -04:00
..
apps Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
contrib Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig and ESLint) 2015-06-27 16:36:26 -04:00
core Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
db Fixed #23791 -- Corrected object type check for pk__in=qs 2015-06-29 07:49:31 -04:00
dispatch Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
forms Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children. 2015-06-26 09:09:09 -04:00
http Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
middleware Fixed #25017 -- Allowed customizing the DISALLOWED_USER_AGENTS response 2015-06-27 08:46:23 -04:00
template Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
templatetags Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
test Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
utils Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
views Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00