Luke Plant
|
b09581394e
Added hyperlinks for builtin template tags and filters to code samples in docs.
|
15 years ago |
Luke Plant
|
533b5c9324
Fixed typo and small formatting mistake in docs
|
15 years ago |
Gary Wilson Jr
|
dae7d0ba05
Fixed #13226 -- Corrected typo in authentication docs, thanks rokclimb15.
|
15 years ago |
Jacob Kaplan-Moss
|
973bf6f485
Fixed #5605: only lowercase the domain portion of an email address in `UserManager.create_user`.
|
15 years ago |
Jacob Kaplan-Moss
|
c8015052d9
Fixed #5786: relaxed the validation for usernames to allow more common characters '@', etc.
|
15 years ago |
Jannis Leidel
|
67d4289c2e
Fixed #12066 - Moved auth context processor from core to the auth app. Thanks, Rob Hudson.
|
15 years ago |
Jannis Leidel
|
b2c43df84f
Fixed #12895 - Fixed typo in auth docs. Thanks Timo.
|
15 years ago |
Luke Plant
|
4682d693c4
Fixed #12829 - typos introduced in [12400]
|
15 years ago |
Luke Plant
|
eaee55e547
Removed docs that assume developer might be using Python < 2.4
|
15 years ago |
James Bennett
|
091a631601
Fixed #12797: Corrected typo in the documentation for the changepassword management command.
|
15 years ago |
Russell Keith-Magee
|
47acb1d659
Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig Ericson and Justin Lilly for their work on this patch.
|
15 years ago |
Luke Plant
|
8daec78cfd
Fixed #12557 - AnonymousUser should check auth backends for permissions
|
15 years ago |
Luke Plant
|
58440c0b66
Fixed typo in docs - supports_objects_permissions should be supports_object_permissions
|
15 years ago |
Adrian Holovaty
|
06645cbda7
Fixed #12113 -- Clarified is_active documentation. Thanks, ejucovy and isagalaev
|
15 years ago |
Adrian Holovaty
|
933b9e8de7
Fixed #6991 -- Removed some redundant user.is_authenticated() calls in various places. Thanks, alexkoshelev, Liang Feng and Ivan Sagalaev
|
15 years ago |
Jannis Leidel
|
17e191a123
Fixed #12383 - Typo fix for authentication documentation.
|
15 years ago |
Jannis Leidel
|
a2ef46316c
Fixed #8145 - Documented the codenames of the default auth permissions
|
15 years ago |
Jannis Leidel
|
9bf652dfd6
Fixed #11010 - Add a foundation for object permissions to authentication backends. Thanks to Florian Apolloner for writing the initial patch.
|
15 years ago |
Luke Plant
|
25020ddb05
Fixed #4604 - Configurable message passing system, supporting anonymous users
|
15 years ago |
Luke Plant
|
8e70cef9b6
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency removed, and turned on by default.
|
15 years ago |
Jacob Kaplan-Moss
|
7098664940
Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops support for Python 2.3 -- and added a quick FAQ about that dropping of support.
|
15 years ago |
Luke Plant
|
c46ddbf1fc
Fixed #8274 - allow custom forms for auth 'login' and 'password_change' views
|
15 years ago |
Russell Keith-Magee
|
0e07f80cf4
Fixed #9414 -- Clarified the documentation on the permission decorators. Thanks to timo for the patch.
|
15 years ago |
Russell Keith-Magee
|
7dfd7cb836
Fixed #10864 -- Clarified the role played by redirect_to_field in the login_required auth decorator. Thanks to trigeek38 for the suggestion, and SmileyChris for the draft.
|
15 years ago |
Luke Plant
|
404a82e156
Fixed #7376: auth docs don't say they depend on contenttypes.
|
15 years ago |
Karen Tracey
|
b527a59da8
Fixed #10855: Reference doc on creating superusers in the tutorial at the point where an account is needed, so that readers who neglected to create one earlier (or who forgot the password) don't get stuck or think they have to start all over. Thanks cwolf127 and timo.
|
16 years ago |
Jacob Kaplan-Moss
|
bc514fe87e
Fixed #10273: added an explanation of `SetPasswordForm` and `UserChangeForm` to the docs. Thanks, Tarken.
|
16 years ago |
Jacob Kaplan-Moss
|
de642e4d3d
Fixed #10272: documented the signatures for the contrib.auth views. Thanks, Idan Gazit.
|
16 years ago |
Jacob Kaplan-Moss
|
c6c25adf6d
Fixed a whole bunch of small docs typos, errors, and ommissions.
|
16 years ago |
Jacob Kaplan-Moss
|
516051bfd2
A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #9529,
|
16 years ago |