summaryrefslogtreecommitdiff
path: root/docs/topics/auth/default.txt
AgeCommit message (Expand)Author
2014-06-10Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-06-10Fixed #17431 -- Added send_mail() method to PasswordResetForm.Jorge C. Leitão
2014-06-10Corrected some indentation in docs/topics/auth/default.txt.Tim Graham
2014-05-17Fixed #22647 -- Documented redirect_field_name keyword argument for user_pass...Víðir Valberg Guðmundsson
2014-04-22Updated grammar in description of django.contrib.auth.Ray Ashman
2014-04-16Added a note regarding django.contrib.auth.authenticate.Tim Graham
2014-04-05Fixed #21649 -- Added optional invalidation of sessions when user password ch...Tim Graham
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-17Fixed #22006 -- Documented how to write a login_required mixin for CBVs.Tim Graham
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-22Fixed #20834 -- Described how caching of user permissions works.Tim Graham
2014-01-17Removed some unnecessary __exact operators in filters.Tim Graham
2014-01-16Fixed #21727 -- Added some links to help clarify topics/auth/default.txtTim Graham
2013-10-30Fixed #21294 -- Clarified the logout next_page argument.Tim Graham
2013-10-25Fixed #21325 -- Added missing argument to permission_required decorator.Tim Graham
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-10Fixed #20828 -- Allowed @permission_required to take a list of permissionsersran9
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-05Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek
2013-08-04Fixed #20855 -- Added documentation of current_app and extra_context params t...Justin Michalicek
2013-07-31Fixed #12103 -- Added AuthenticationForm.confirm_login_allowed to allow custo...Tim Graham
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-13Fixes grammatical error in auth docsDavid Binetti
2013-07-11Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-05-17Fixed #20426 -- Added some extra info to the auth forms.Florian Apolloner
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-02-24Fixed #19394 --Added note about auth forms and custom user models.Ben Konrath
2013-02-23Fixed #19758 -- Avoided leaking email existence through the password reset form.Horst Gutmann
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-18Fixed #19632 -- Bug in code sample.Aymeric Augustin
2013-01-15Fixed #19614 -- Missing request argument in render call.Aymeric Augustin
2013-01-02Fixed #19549 - Typo in docs/topics/auth/default.txtTim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes