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-07-22 20:55:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
5e710cf4a5
django
/
tests
/
model_inheritance
History
Download ZIP
Download TAR.GZ
chillaranand
d6eaf7c018
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
..
__init__.py
models.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
test_abstract_inheritance.py
Refs
#23919
-- Removed str() conversion of type and method __name__.
2017-01-19 11:31:07 -05:00
tests.py
Refs
#23919
-- Removed six.<various>_types usage
2017-01-18 20:18:46 +01:00