django-constance/constance
Jon Dufresne 3a1f8a898b Remove unnecessary calls to dict.keys
iter(dict) is equivalent to iter(dict.keys()). Can simply act on the
dict instead. Provides a more concise, Pythonic syntax and avoids an
unnecessary function call.

Inspired by Lennart Regebro's presentation "Prehistoric Patterns in
Python" at PyCon 2017. Available at:

https://www.youtube.com/watch?v=V5-JH23Vk0I
2017-06-02 10:23:21 +02:00
..
backends Remove unnecessary calls to dict.keys 2017-06-02 10:23:21 +02:00
locale Added .mo file too 2017-04-10 14:03:19 +03:00
management Removed unnecessary bytes encode. 2017-01-31 18:08:04 +01:00
templates/admin/constance Fix *Reset to default* to work with boolean/checkboxes (#191) 2017-01-13 08:14:18 +01:00
test Remove unnecessary calls to dict.keys 2017-06-02 10:23:21 +02:00
__init__.py Bump version 2017-02-17 08:16:34 -05:00
admin.py Remove unnecessary calls to dict.keys 2017-06-02 10:23:21 +02:00
apps.py Fix create_perm in apps.py to use database alias given by the post_migrate signal 2017-02-05 13:27:07 +01:00
base.py allow to override field config_type and set custom additional fields 2015-06-14 17:34:53 +02:00
context_processors.py Please the PEP8 gods. 2013-04-12 17:39:10 +02:00
settings.py Improved coding styles 2016-09-14 12:21:43 -05:00
signals.py Added the old value to the config_updated signal 2017-01-31 10:41:55 -05:00
utils.py Merge remote-tracking branch 'vinnyrose/compat_changes' 2015-09-24 11:02:45 +02:00