diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2014-09-03 23:49:47 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2014-09-03 23:49:47 +0200 |
commit | 25bd44c30007d5babecefed651827431569ee1ee (patch) | |
tree | 784a3c8a26dd0567e9904f8f751516414c730a4f /tests/djapp | |
parent | 5e4edb44daf54a4c34703319bdb9467ca7b3de8d (diff) | |
download | factory-boy-25bd44c30007d5babecefed651827431569ee1ee.tar factory-boy-25bd44c30007d5babecefed651827431569ee1ee.tar.gz |
Fix support for Django 1.7.
Diffstat (limited to 'tests/djapp')
-rw-r--r-- | tests/djapp/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/djapp/settings.py b/tests/djapp/settings.py index c1b79b0..c051faf 100644 --- a/tests/djapp/settings.py +++ b/tests/djapp/settings.py @@ -41,5 +41,6 @@ INSTALLED_APPS = [ 'tests.djapp' ] +MIDDLEWARE_CLASSES = () SECRET_KEY = 'testing.' |