- Made sure the app runs on Django 3.2, dropped support for Django < 2.x. It may still work with Django 1.11, but this is no longer tested.
0.11.4
~~~~~~
- Changed the middleware to not fetch the user instance if both ``MAINTENANCE_ALLOW_STAFF`` and ``MAINTENANCE_ALLOW_SUPERUSER`` are ``False``. - Added support for django 3.1.
0.11.3
~~~~~~
- Added support for django 2.x, dropped support for django < 1.11. It may still work with django 1.8, but this is no longer tested.
0.11.2
~~~~~~
- Getting ready for Django 1.10 release. - Dropped support for Django 1.3 and older.