This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-28 16:16:12 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
ab0df82b408c8c92c694a1b0e1ec2eccc989f6dd
django
/
tests
/
model_inheritance_regress
History
Tim Graham
f9a4593376
[1.11.x]
Fixed
#28175
-- Fixed __in lookups on a foreign key when using the foreign key's parent model as the lookup value.
...
Thanks Simon Charette for review. Backport of
d66378a8b2
from master
2017-05-05 18:36:09 -04:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
models.py
Refs
#27392
-- Removed "Tests that", "Ensures that", etc. from test docstrings.
2016-11-10 21:30:21 -05:00
tests.py
[1.11.x]
Fixed
#28175
-- Fixed __in lookups on a foreign key when using the foreign key's parent model as the lookup value.
2017-05-05 18:36:09 -04:00