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-04-07 15:06:47 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
apps
History
Nick Pope
24b82cd201
Fixed
#30159
-- Removed unneeded use of OrderedDict.
...
Dicts preserve order since Python 3.6.
2019-02-06 13:48:39 -05:00
..
__init__.py
Sorted imports in __init__.py files.
2015-06-27 11:53:33 -04:00
config.py
Fixed
#29768
-- Improved error message when an AppConfig has a typo in INSTALLED_APPS.
2018-09-26 16:12:21 -04:00
registry.py
Fixed
#30159
-- Removed unneeded use of OrderedDict.
2019-02-06 13:48:39 -05:00