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-03 10:34:04 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
6805c0f99f
django
/
tests
/
extra_regress
History
Download ZIP
Download TAR.GZ
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
models.py
Refs
#23919
-- Replaced kwargs.pop() with keyword-only arguments.
2017-02-01 11:41:56 -05:00
tests.py
Fixed
#30159
-- Removed unneeded use of OrderedDict.
2019-02-06 13:48:39 -05:00