ericholscher / django-test-utils

Utilities for testing Django applications
http://django-test-utils.readthedocs.org/
MIT License
343 stars 69 forks source link

fix an error when making fixtures #31

Closed ernop closed 11 years ago

ernop commented 12 years ago

when slice is '' in mkfixture.py, I was getting an error. Making it take the other path fixes it.

I was getting the error in https://github.com/ericholscher/django-test-utils/issues/28 and this fixed it for me.