summaryrefslogtreecommitdiff
path: root/docs/topics/auth/customizing.txt
AgeCommit message (Expand)Author
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-01Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham
2014-08-19Fixed #23314 -- Tempered recommendation of storing profile data on custom user.Tim Graham
2014-07-21Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-08Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD s...Anubhav Joshi
2014-07-03Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.Anubhav Joshi
2014-07-01Fixed #22932: Documented circular dependency issues with swappable userAndrew Godwin
2014-06-19Fixed #22874: Document that AUTH_USER_MODEL must be in first migrationAndrew Godwin
2014-06-17Fixed #22853: Swapped models are now ignored for migration operations.Andrew Godwin
2014-05-16Fixed #15716 - Authentication backends can short-circuit authorization.Jorge C. Leitão
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-10Fixed #21875 -- Clarified that get_user_model() only works at run time.Aymeric Augustin
2014-03-02Fixed some typos in the documentation.Baptiste Mispelon
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-22Fixed #21726 -- Clarified that password should not be included in REQUIRED_FI...Tim 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-09Fixed grammar/typos in auth customization docsClaude Paroz
2013-10-08Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
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-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-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-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-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-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-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