summaryrefslogtreecommitdiff
path: root/docs/topics/auth
AgeCommit message (Expand)Author
2014-02-28Fixed doc typos.Tim Graham
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-19Fixed #22093 -- Made Form.Meta.fields examples consistent.Tim Graham
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
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-22Fixed #21726 -- Clarified that password should not be included in REQUIRED_FI...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
2014-01-04Fixed #21730 -- Removed superfluous db_index in custom auth docsClaude Paroz
2013-11-24Fixed #21391 -- Allow model signals to lazily reference their senders.Simon Charette
2013-11-07Removed no longer relevant wordSylvain Bellemare
2013-11-01Fixed typo -- "a" user, not "an" userSylvain Bellemare
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-10-21Added docs for the hasher's iteration count changes.Tim Graham
2013-10-09Fixed grammar/typos in auth customization docsClaude Paroz
2013-10-08Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
2013-09-06Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDSTim 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-15Fixed some ReST errors regarding backticksTim 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-18Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelAdmin att...Tim Graham
2013-07-13Fixes grammatical error in auth docsDavid Binetti
2013-07-11Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-07-04Fixed #20134 -- Correct list of fields that UserManager requires.Tim Graham
2013-06-28Removed custom profile model functionality as per deprecation TL.Ramiro Morales
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