Commit History

Author SHA1 Message Date
  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
  zhongqi 1172bef998 Update customizing.txt 11 years ago
  Luke Plant f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 12 years ago
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 years ago
  Claude Paroz f670cce9f5 Fixed #20119 -- Fixed typo in auth docs 12 years ago
  Tim Graham 93cffc3b37 Added missing markup to docs. 12 years ago
  Ben Konrath d546259647 Fixed #19394 --Added note about auth forms and custom user models. 12 years ago
  Tim Graham 24a2bcbcdd Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDS 12 years ago
  Preston Holmes 649118961c Fixed #19868 -- Clarified purpose of custom user example 12 years ago
  Tim Graham 00031b73bd Updated a couple admonitions to use the warning directive. 12 years ago
  Russell Keith-Magee 91c26eadc9 Refs #14881 -- Document that User models need to have an integer primary key. 12 years ago
  Russell Keith-Magee f5e4a699ca Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom User models. 12 years ago
  Tim Graham 2c173ff3b4 Fixed a typo in docs/topics/auth/customizing.txt 12 years ago
  Tim Graham 0375244eae Fixed #19628 - Noted that app for custom user model must be in INSTALLED_APPS 12 years ago
  Preston Holmes 11ded967c4 Fixed #19498 -- refactored auth documentation 12 years ago