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-25 13:13:28 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
c68f5d83c0
django
/
tests
/
model_formsets
History
Download ZIP
Download TAR.GZ
Jon Dufresne
21046e7773
Fixed
#28249
-- Removed unnecessary dict.keys() calls.
...
iter(dict) is equivalent to iter(dict.keys()).
2017-05-27 19:08:46 -04:00
..
__init__.py
models.py
Refs
#23919
-- Removed six.<various>_types usage
2017-01-18 20:18:46 +01:00
test_uuid.py
tests.py
Fixed
#28249
-- Removed unnecessary dict.keys() calls.
2017-05-27 19:08:46 -04:00