0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 10:58:52 +01:00

Update 0.9.rst

This commit is contained in:
Karl Hobley 2015-01-29 10:40:47 +00:00
parent 365821c2d9
commit a0fcc74398

View File

@ -26,12 +26,12 @@ Minor features
* Remove dependency on `LOGIN_URL` and `LOGIN_REDIRECT_URL` settings
* Password reset view names namespaced to wagtailadmin
* Remove the need to add permission check on admin views (now automated)
* Reversing `django.contrib.auth.admin.login` will no longer lead to Wagtails login view (making it easier to have front end views)
Bug fixes
~~~~~~~~~
* Wagtail no longer reverse Django login view to Wagtail login view (making it easier to have front end views)
Upgrade considerations
======================