1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/tests/user_commands/management/commands
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
dance.py Fixed #28249 -- Removed unnecessary dict.keys() calls. 2017-05-27 19:08:46 -04:00
hal.py Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
leave_locale_alone_false.py
leave_locale_alone_true.py
reverse_url.py
transaction.py