joke2k / django-faker

Django-faker uses fake-factory to generate test data for Django models and templates
MIT License
245 stars 48 forks source link

Fix #15 Python 3 Support #16

Closed kostyll closed 8 years ago

kostyll commented 9 years ago

In py3.x dict.keys() returns a set like view object, not list(so, indexing is not possible).