Changes
== == == =

developement
- - - - - - - - - - - -

1.1.5
- - - - -
Simplified admin ignore pattern settings.

1.1.4
- - - - -
Fixed logging into Django admin when maintenance mode is enabled.

1.1.3
- - - - -
Converstion of README.md to .rst for better compatibility with PyPi

1.1.2
- - - - -
- Documentation updates.
- Added setting for 503.html template path

1.1.1
- - - - -
- Deleted

1.1.0
- - - - -
- Updated testproject
- Django 1.8 compatibility.

0.9.3
- - - - -
- Moved maintenance mode and ignored url patterns from settings.py to database backed storage.


0.9.2
- - - - -
- Fixed an issue with setuptools, thanks for reporting this ksato9700

0.9.1
- - - - -

- Tested django - maintenancemode with django - 1.0 release (following the 1.0.X release branch)
- Bundled buildout.cfg and bootstrap with the source version of the project, allowing repeatable buildout
- The middleware now uses its own default config file, thanks to a patch by semente
- Use INTERNAL_IPS to check for users that need access. user.is_staff will stay in place for backwards incompatibility. Thanks for the idea Joshua Works
- Have setup.py sdist only distribute maintenancemode itself, no longer distribute tests and buildout stuff
- Use README and CHANGES in setup.py's long_description, stolen from Jeroen's djangorecipe :)
- Updated the documentation and now use pypi as the documentation source (link there from google code)

0.9
- - - - -

First release
