This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-08-02 10:02:41 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
8119b679eb
django
/
tests
/
model_inheritance
History
Download ZIP
Download TAR.GZ
Mads Jensen
0c1f71635f
Fixed
#27203
-- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual().
2016-09-13 10:07:37 -04:00
..
__init__.py
models.py
Avoided uncessary table creation in model_inheritance tests.
2016-05-31 15:15:54 -04:00
test_abstract_inheritance.py
Fixed
#24305
-- Allowed overriding fields on abstract models.
2016-05-16 07:32:21 -04:00
tests.py
Fixed
#27203
-- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual().
2016-09-13 10:07:37 -04:00