ericholscher / django-test-utils

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

Fix ADMIN_FOR in 1.8 #41

Closed anderoonies closed 8 years ago

anderoonies commented 8 years ago

ADMIN_FOR was removed in 1.8. this prevents the AttributeError.

ericholscher commented 8 years ago

Thanks!