------ * Templates have been completely refactored. * All forms now use crispy forms for templating. * Base versions of all templates with more blocks to make overwriting templates easier by targetting blocks.
0.8.5
------ * Support new hotness {% url 'tag' %}.
0.8.4
------ * Make LOGIN_EXEMPT_URLS and LOGIN_PROTECTED_URLS translatable.
0.8.3
------ * Fix the borken urls.
0.8.2
------ * Mark urls as translatable.
0.8.1
------ * Allow the login required message to be disabled. * Add reset url to password reset fail template.