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-11-23 12:26:57 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
d2e40dd8c2
django
/
tests
/
serializers
/
models
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
Fixed
#24607
-- Serialized natural keys in multi-table inheritance models.
2016-10-12 20:04:57 -04:00
base.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
data.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
multi_table.py
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
2017-01-17 20:52:04 -05:00
natural.py