This website requires JavaScript.
Explore
Help
Sign In
Briq
/
django-polymorphic
Watch
8
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
fe7de17ecfbb3a317ecac85f986796cbe912459e
django-polymorphic
/
polymorphic
/
tests
T
History
Diederik van der Boor
874b60ec40
Added
get_base_polymorphic_model()
to detect the common base class for a polymorphic model.
...
(cherry picked from commit
04d4181e17
)
2018-04-16 11:21:51 +02:00
..
__init__.py
fix error with .defer and child models that use the same parent
2018-04-16 11:08:27 +02:00
test_admin.py
Added plain tests for admin importing
2017-02-03 22:05:13 +01:00
test_multidb.py
Drop support for Django <1.8, Python <2.7
2017-07-10 09:08:11 +03:00
test_orm.py
Small Django 1.8/19 difference for .only()
2018-04-16 11:21:39 +02:00
test_regression.py
Moved polymorphic models back to tests/__init__.py, for Django 1.6-
2017-01-09 15:12:26 +01:00
test_utils.py
Added
get_base_polymorphic_model()
to detect the common base class for a polymorphic model.
2018-04-16 11:21:51 +02:00