diff options
| author | Michael Farrell <micolous+git@gmail.com> | 2012-07-12 11:13:15 +0930 |
|---|---|---|
| committer | Preston Holmes <preston@ptone.com> | 2012-09-30 22:34:50 -0700 |
| commit | 7cc4068c4470876c526830778cbdac2fdfd6dc26 (patch) | |
| tree | ee837a8ccbbece0e83e2846f1ad5343f5e3d6b93 /docs/releases | |
| parent | 8bd7b598b6de1be1e3f72f3a1ee62803b1c02010 (diff) | |
Fixed #18616 -- added user_login_fail signal to contrib.auth
Thanks to Brad Pitcher for documentation
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt index d87efda0af..546170b2a8 100644 --- a/docs/releases/1.5.txt +++ b/docs/releases/1.5.txt @@ -191,6 +191,10 @@ Django 1.5 also includes several smaller improvements worth noting: recommended as good practice to provide those templates in order to present pretty error pages to the user. +* :mod:`django.contrib.auth` provides a new signal that is emitted + whenever a user fails to login successfully. See + :data:`~django.contrib.auth.signals.user_login_failed` + Backwards incompatible changes in 1.5 ===================================== |
