summaryrefslogtreecommitdiff
path: root/docs/topics/auth.txt
AgeCommit message (Expand)Author
2011-10-30Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...Ramiro Morales
2011-10-10Removed use of non-standard indentation rules in docs, and the custom transfo...Luke Plant
2011-10-10Fixed a bunch of ReST errors that resulted in interpretation as block quotationsLuke Plant
2011-09-24Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py.Ramiro Morales
2011-09-21Switch a few examples in the docs to use newstyle classes.Alex Gaynor
2011-09-18Fixed #13211 -- Added the `Group` API reference and a `Permission` API exampl...Julien Phalip
2011-09-16Fixed #16094 -- Added missing colon in custom permissions docs.Carl Meyer
2011-09-11Fixed #16094: Added clear example of how to refer to custom permissions.James Bennett
2011-09-10Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_...Alex Gaynor
2011-08-21Fixed #16610 - Added more docs for template contexts in contrib.auth views; t...Timo Graham
2011-08-12Fixed #4617 -- Added `raise_exception` option to `permission_required` decora...Jannis Leidel
2011-06-28Make the email parameter of User.objects.create_user optional.Chris Beaven
2011-06-26Fixed #14390 and #16262 -- Moved password related functions from auth models ...Jannis Leidel
2011-06-26Fixed #14674 -- Prevent user accounts with an unusable password from resettin...Jannis Leidel
2011-06-25Fixed #16207 -- Enhanced documentation about user profile model instance crea...Ramiro Morales
2011-06-25Its always good to get it's apostophe right.Andrew Godwin
2011-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...Jannis Leidel
2011-06-11Fixed #15949 - Clarified the docs for password_reset_done view; thanks cyclop...Timo Graham
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-04Fixed #15827 - Documented that OneToOneField in Profile should be named 'user...Timo Graham
2011-05-03Fixed #15942 - removed duplicate module id in docs; thanks magopian.Timo Graham
2011-04-30Fixed #6581 -- Moved documentation of django.contrib.auth.views.redirect_to_l...Jannis Leidel
2011-04-28Fixed #15885 -- Update auth view docs re: TemplateResponse. Thanks prestontim...Simon Meers
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-02-23Fixed #15299 -- Started the process of migrating the auth context processor s...Russell Keith-Magee
2011-02-16Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent...Gabriel Hurley
2011-02-07Fixed #15236 -- corrected a typo and added a versionadded directive for the u...Gabriel Hurley
2011-01-22Fixed #15133 - Some markup issues in the docs; thanks Aryeh Leib Taurog for t...Timo Graham
2011-01-14Change the lack of supports_inactive_user on an auth backend to aChris Beaven
2011-01-03Fixed #14994 - Add attributes to example auth backend which would emit Deprec...Timo Graham
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-21Fixed #14249 -- Added support for inactive users to the auth backend system. ...Jannis Leidel
2010-12-04Fixed #14764 -- specified that a set is returned by User.get_..._permissions ...Simon Meers
2010-12-02Updated example login template to be best-practice and use the url tag from '...Luke Plant
2010-11-26Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi...Jannis Leidel
2010-11-07Fixed #8325 -- Reorganization and expansion of the login_required decorator d...Gabriel Hurley
2010-10-31Fixed #13503 -- Corrected misleading custom permission example in the docs.Ramiro Morales
2010-10-23Fixed #14173 -- Added sections about contrib apps-provided commands to django...Ramiro Morales
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-09-12Permit custom from-email address in auth forms email.Malcolm Tredinnick
2010-09-10Added login_url argument to login_required decorator. Thanks mhlakhani and er...Jannis Leidel
2010-09-07Fixed #13853 - line with csrf_token too wideLuke Plant
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-07Fixed #10952 -- Corrected the documentation for the behavior of password rese...Russell Keith-Magee
2010-06-24Fixed error in AnonymousUser docs since [12316]Luke Plant
2010-05-10Fixed #13158 -- Clarified that OneToOneField is a better option for User prof...Russell Keith-Magee
2010-05-08Added hyperlinks for builtin template tags and filters to code samples in docs.Luke Plant
2010-05-07Fixed typo and small formatting mistake in docsLuke Plant
2010-03-27Fixed #13226 -- Corrected typo in authentication docs, thanks rokclimb15.Gary Wilson Jr