debian-django-import-export/tests
Jon Dufresne 3b0948fabb Remove unnecessary calls to dict.keys()
iter(dict) is identical to iter(dict.keys()). The call to .keys() is
unnecessary and only adds noise. Remove these unnecessary calls.

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

https://www.youtube.com/watch?v=V5-JH23Vk0I
2017-11-24 04:46:07 -08:00
..
core Remove unnecessary calls to dict.keys() 2017-11-24 04:46:07 -08:00
database.db update test db - add superadmin 2016-04-06 10:46:58 +02:00
manage.py Add admin import action and lot of other work 2012-11-16 08:51:32 +01:00
settings.py Add auth context_processor needed for example admin. 2016-03-04 12:39:55 +01:00
urls.py fix for Django 2.0 2017-10-21 17:06:09 +02:00