Commit History

Author SHA1 Message Date
  Jorge C. Leitão 2e364a0aac Fixed #15716 - Authentication backends can short-circuit authorization. 10 years ago
  Tim Graham fd23c06023 Fixed #21649 -- Added optional invalidation of sessions when user password changes. 10 years ago
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 10 years ago
  Aymeric Augustin 1be31c320c Fixed #21875 -- Clarified that get_user_model() only works at run time. 10 years ago
  Baptiste Mispelon ea4da8e63c Fixed some typos in the documentation. 10 years ago
  Szczepan Cieślik e816198034 Fixed docs typos. 10 years ago
  Tim Graham 821fc925f0 Fixed #22093 -- Made Form.Meta.fields examples consistent. 10 years ago
  Alasdair Nicol 8aa1efff6d Fixed #21951 -- Updated docs to use __str__ for Python 3 10 years ago
  Tim Graham 6f06c749b7 Fixed #21726 -- Clarified that password should not be included in REQUIRED_FIELDS. 10 years ago
  Claude Paroz c717ebbfec Fixed #21730 -- Removed superfluous db_index in custom auth docs 10 years ago
  Simon Charette eb38257e51 Fixed #21391 -- Allow model signals to lazily reference their senders. 11 years ago
  Sylvain Bellemare 3935b0f263 Removed no longer relevant word 11 years ago
  Sylvain Bellemare c7dabe49dd Fixed typo -- "a" user, not "an" user 11 years ago
  Claude Paroz 1b9c72fc4f Fixed grammar/typos in auth customization docs 11 years ago
  Russell Keith-Magee ddb53856b6 Fixed #21164 -- Added documentation for issue with test users. 11 years ago
  Kevin Christopher Henry 9d700322b3 Fixed #19885 -- cleaned up the django.test namespace 11 years ago
  Tim Graham db3de52807 Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDS 11 years ago
  Andrew Godwin b6a957f0ba Merge remote-tracking branch 'core/master' into schema-alteration 11 years ago
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 years ago
  Tim Graham 29255fcb4f Fixed some ReST errors regarding backticks 11 years ago
  Andrew Godwin f8297f6323 More migration docs, and conversion of all easy syncdb references 11 years ago
  Tim Graham dce8945ea6 Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelAdmin attribute. 11 years ago
  Claude Paroz 7442eb1a24 Fixed #20224 -- Update docs examples which mention __unicode__ 11 years ago
  Tim Graham da5069f68f Fixed #20134 -- Correct list of fields that UserManager requires. 11 years ago
  Ramiro Morales c196564132 Removed custom profile model functionality as per deprecation TL. 11 years ago
  Baptiste Mispelon b0b506b933 Fixed broken reference in documentation. 11 years ago
  Erik Romijn 2c4fe761a0 Fixed #20593 -- Allow blank passwords in check_password() and set_password() 11 years ago
  Gavin Wahl 01ae881bb4 Don't hard-code class names when calling static methods 11 years ago
  Tim Graham cc62cbed76 Fixed some line wrapping, refs #20233 11 years ago
  postrational 0b3a6ead88 refs #20233 - Full custom user model example isn't really full 11 years ago