Historie revizí

Autor SHA1 Zpráva Datum
  Claude Paroz 78638a9a51 Replaced http by https in djangoproject.com links před 13 roky
  Aymeric Augustin c0e73a4909 Fixed #9995 -- Updated the installation instructions to recommend pip. Also fixed ReST errors. Refs #9112. před 13 roky
  Adrian Holovaty 2ade1e916f Edited stuff from [17543] to [17629] před 13 roky
  Jannis Leidel fcaf8eae14 Fixed #17046 -- Added a check if the username passed to User.objects.create_user is empty or not. Thanks, kwadrat. před 13 roky
  Paul McMillan a255d39338 Fixed 17764. Improved auth docs. před 13 roky
  Timo Graham 9e62428c28 Fixed #17390 - Added a note to topics/auth.txt regarding how to decorate class-based generic views; thanks zsiciarz for the patch. před 13 roky
  Adrian Holovaty 103890561b Moved 'User-requested password resets' docs from [17266] from auth docs to admin docs před 13 roky
  Luke Plant 1c16907199 Added a password reset link to default admin login page if a password reset URL is available. před 13 roky
  Paul McMillan dce820ff70 Renovated password hashing. Many thanks to Justine Tunney for help with the initial patch. před 13 roky
  Ramiro Morales 576e681302 Fixed #17063 -- Fixed visibility of a few version-dependant notes in our documentation. před 13 roky
  Luke Plant c61987d75a Removed use of non-standard indentation rules in docs, and the custom transform that supported them. před 13 roky
  Luke Plant af244e47cc Fixed a bunch of ReST errors that resulted in interpretation as block quotations před 13 roky
  Ramiro Morales 4c457bca85 Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py. před 13 roky
  Alex Gaynor e6088dce98 Switch a few examples in the docs to use newstyle classes. před 13 roky
  Julien Phalip 9316671eff Fixed #13211 -- Added the `Group` API reference and a `Permission` API example to the `contrib.auth` documentation. Thanks to b14ck for the report and to jpaulett and CrazyGir for the patch. před 13 roky
  Carl Meyer e5090a3b2a Fixed #16094 -- Added missing colon in custom permissions docs. před 13 roky
  James Bennett 4224127b54 Fixed #16094: Added clear example of how to refer to custom permissions. před 13 roky
  Alex Gaynor e130dc3275 Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_anonymous_user" flags on authentication backends. If you have an authenication backend it now *must* suport these. před 13 roky
  Timo Graham ec530b1425 Fixed #16610 - Added more docs for template contexts in contrib.auth views; thanks Elvard! před 13 roky
  Jannis Leidel 351d5da69b Fixed #4617 -- Added `raise_exception` option to `permission_required` decorator to be able to raise a PermissionDenied exception instead of redirecting to the login page. před 13 roky
  Chris Beaven f54135fa4d Make the email parameter of User.objects.create_user optional. před 13 roky
  Jannis Leidel 4a10338986 Fixed #14390 and #16262 -- Moved password related functions from auth models to utils module and stopped check_password from throwing an exception. Thanks, subsume and lrekucki. před 13 roky
  Jannis Leidel 2619dc8285 Fixed #14674 -- Prevent user accounts with an unusable password from resetting passwords. Thanks, summerisgone, thejaswi_puthraya and lrekucki. před 13 roky
  Ramiro Morales 2d6dec24c4 Fixed #16207 -- Enhanced documentation about user profile model instance creation. Thanks foxwhisper for the report, melinath for the patch and Julien for reviewing it. před 13 roky
  Andrew Godwin 53a25206c2 Its always good to get it's apostophe right. před 13 roky
  Jannis Leidel 656360c240 Fixed #12202 -- Removed hardcoded password reset subject and added a subject_template_name parameter to the password_reset view. Thanks, Ramiro Morales, Claude Paroz and agabel. před 13 roky
  Timo Graham 4207fed932 Fixed #15949 - Clarified the docs for password_reset_done view; thanks cyclops for the suggestion; Horst Gutmann for the patch. před 14 roky
  Simon Meers 5ecb88c146 Fixed #16014 -- numerous documentation typos -- thanks psmith. před 14 roky
  Timo Graham 127f1e4190 Fixed #15827 - Documented that OneToOneField in Profile should be named 'user'; thanks lawgon. před 14 roky
  Timo Graham a85cd1688b Fixed #15942 - removed duplicate module id in docs; thanks magopian. před 14 roky