7

adds automatic rule subclass checks in the middleware

This commit is contained in:
Boris Besemer
2016-11-07 17:11:15 +01:00
parent 59aec0871e
commit 35a8bd5c8e
6 changed files with 15 additions and 18 deletions

View File

@ -28,6 +28,7 @@ setup(
'Topic :: Internet :: WWW/HTTP :: Site Management',
],
install_requires=[
'django-model-utils==2.6',
'wagtail>=1.7',
]
)
)