Added ----- * Add a help_text to pattern of ServicePattern * Add a timeout to SLO requests * Add logging capabilities (see README.rst for instruction) * Add management commands that should be called on a regular basis to README.rst
0.3.5
Not secure
===================
commit: 51fa0861f550723171e52d58025fa789dccb8cde
Added ----- * Add badges to README.rst * Document settings parameter in README.rst * Add a "Features" section in README.rst
Changed ------- * Add a AuthUser auth class and use it as auth classes base class instead of DummyAuthUser
Fixed ----- * Fix minor errors and typos in README.rst
0.3.4
Not secure
===================
commit: 9fbfe19c550b147e8d0377108cdac8231cf0fb27
Added ----- * Add static files, templates and locales to the PyPi release by adding them to MANIFEST.in * Add a Makefile with the build/install/clean/dist targets
0.3.3
Not secure
===================
commit: 16b700d0127abe33a1eabf5d5fe890aeb5167e5a
Added ----- * Add management commands and migrations to the package by adding there packages to setup.py packages list.
0.3.2
============================
commit: eef9490885bf665a53349573ddb9cbe844319b3e
Added ----- * Add migrations to setup.py package_data
0.3.1
Not secure
===================
commit: d0f6ed9ea3a4b3e2bf715fd218c460892c32e39f
Added ----- * Add a forgotten migration (remove auto_now_add=True from the User model)