summaryrefslogtreecommitdiff
path: root/docs/topics/auth
AgeCommit message (Expand)Author
2014-01-22[1.6.x] Fixed #20834 -- Described how caching of user permissions works.Tim Graham
2014-01-22[1.6.x] Fixed #21726 -- Clarified that password should not be included in REQ...Tim Graham
2014-01-16[1.6.x] Fixed #21727 -- Added some links to help clarify topics/auth/default.txtTim Graham
2014-01-04[1.6.x] Fixed #21730 -- Removed superfluous db_index in custom auth docsClaude Paroz
2013-11-07[1.6.x] Removed no longer relevant wordSylvain Bellemare
2013-11-01[1.6.x] Fixed typo -- "a" user, not "an" userSylvain Bellemare
2013-10-30[1.6.x] Fixed #21294 -- Clarified the logout next_page argument.Tim Graham
2013-10-25[1.6.x] Fixed #21325 -- Added missing argument to permission_required decorator.Tim Graham
2013-10-21[1.6.x] Added docs for the hasher's iteration count changes.Tim Graham
2013-10-09[1.6.x] Fixed grammar/typos in auth customization docsClaude Paroz
2013-10-08[1.6.x] Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
2013-09-25[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-09-06[1.6.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDSTim Graham
2013-08-04[1.6.x] Fixed #20855 -- Added documentation of current_app and extra_context ...Justin Michalicek
2013-07-18[1.6.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelA...Tim Graham
2013-07-14[1.6.x] Fixed grammatical error in auth docsDavid Binetti
2013-07-11[1.6.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
2013-07-05[1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-07-04[1.6.x] Fixed #20134 -- Correct list of fields that UserManager requires.Tim Graham
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-19Fixed broken reference in documentation.Baptiste Mispelon
2013-06-18Fixed #20593 -- Allow blank passwords in check_password() and set_password()Erik Romijn
2013-05-29Don't hard-code class names when calling static methodsGavin Wahl
2013-05-19Fixed some line wrapping, refs #20233Tim Graham
2013-05-19refs #20233 - Full custom user model example isn't really fullpostrational
2013-05-17Fixed #20426 -- Added some extra info to the auth forms.Florian Apolloner
2013-05-13Recommend using the bcrypt library instead of py-bcryptDonald Stufft
2013-05-11Update customizing.txtzhongqi
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-26Fix a missing " character in the password documentationDonald Stufft
2013-03-26Fixed #20138 -- Added BCryptSHA256PasswordHasherDonald Stufft
2013-03-23Fixed #20119 -- Fixed typo in auth docsClaude Paroz
2013-03-22Added missing markup to docs.Tim Graham
2013-02-24Fixed #19394 --Added note about auth forms and custom user models.Ben Konrath
2013-02-23Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDSTim Graham
2013-02-23Fixed #19758 -- Avoided leaking email existence through the password reset form.Horst Gutmann
2013-02-20Fixed #19868 -- Clarified purpose of custom user examplePreston Holmes
2013-02-19Updated a couple admonitions to use the warning directive.Tim Graham
2013-02-16Refs #14881 -- Document that User models need to have an integer primary key.Russell Keith-Magee
2013-02-15Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom U...Russell Keith-Magee
2013-02-06Fixed #19743 - Documented some limitations of contrib.auth.Tim Graham
2013-02-03Fixed a typo in docs/topics/auth/customizing.txtTim Graham
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-18Fixed #19628 - Noted that app for custom user model must be in INSTALLED_APPSTim 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-04Fixed #19562 -- cleaned up password storage docsPreston Holmes
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-02Fixed #19549 - Typo in docs/topics/auth/default.txtTim Graham