| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-27 | [3.0.x] Fixed #31505 -- Doc'd possible email addresses enumeration in ↵ | Mariusz Felisiak | |
| PasswordResetView. Backport of ca769c8c13df46b8153a0a4ab3d748e88d6e26f9 from master | |||
| 2020-04-24 | [3.0.x] Doc'd PasswordChangeView/PasswordResetView.success_url defaults. | Tanmay Vijay | |
| Backport of e43abbbd70a78d4c0023667589c4e143ed78807e from master | |||
| 2020-04-07 | [3.0.x] Fixed Sphinx warnings on duplicate object descriptions. | Mariusz Felisiak | |
| Backport of 69e2cd6fed40f3ecf767609b80ad31f288446e48 from master | |||
| 2020-02-19 | [3.0.x] Fixed #30040 -- Used default permission name in docs examples to ↵ | Hasan Ramezani | |
| avoid confusion. Backport of b7795d7673f51daf288ac80616ef69b05918ca6b from master | |||
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-08-29 | Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods. | Berker Peksag | |
| Co-authored-by: Nick Pope <nick.pope@flightdataservices.com> | |||
| 2019-08-29 | Removed unneeded * markers from parameter names. | Carlton Gibson | |
| 2019-08-29 | Fixed #30066 -- Enabled super user creation without email and password | daniel a rios | |
| 2019-08-26 | Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS. | Hasan Ramezani | |
| 2019-07-08 | Fixed #30620 -- Made an example of admin-compliant custom user app pep8 ↵ | Nuno | |
| compliant. | |||
| 2019-07-04 | Fixed #28667 -- Clarified how to override list of forms fields for custom ↵ | swatantra | |
| UserAdmin with a custom user model. | |||
| 2019-06-20 | Removed unnecessary backslashes from docs. | Mariusz Felisiak | |
| 2019-06-05 | Refs #30226 -- Added User.get_user_permissions() method. | Tobias Bengfort | |
| Added to mirror the existing User.get_group_permissions(). | |||
| 2019-06-05 | Fixed #30226 -- Added BaseBackend for authentication. | Tobias Bengfort | |
| 2019-05-27 | Doc'd that extra_email_context can be used to override default template ↵ | Mariusz Felisiak | |
| context values in PasswordResetView. | |||
| 2019-05-24 | Fixed #28780 -- Allowed specyfing a token parameter displayed in password ↵ | Rob | |
| reset URLs. Co-authored-by: Tim Givois <tim.givois.mendez@gmail.com> | |||
| 2019-04-30 | Fixed #20629 -- Rephrased custom user models admonition. | Tobias Kunze | |
| 2019-04-24 | Changed tuple Mate.unique_together/permissions to lists in docs. | Luke Plant | |
| 2019-04-18 | Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵ | Ramiro Morales | |
| comments and hints. | |||
| 2019-03-28 | Used extlinks for Django's source code. | Tim Graham | |
| 2019-02-28 | Clarified permission-related docs. | Tobias Bengfort | |
| 2019-02-08 | Removed extra characters in docs header underlines. | Mariusz Felisiak | |
| 2019-01-17 | Removed versionadded/changed annotations for 2.1. | Tim Graham | |
| 2019-01-16 | Fixed #11154, #22270 -- Made proxy model permissions use correct content type. | Arthur Rio | |
| Co-Authored-By: Simon Charette <charette.s@gmail.com> Co-Authored-By: Antoine Catton <acatton@fusionbox.com> | |||
| 2018-11-15 | Used auto-numbered lists in documentation. | François Freitag | |
| 2018-11-12 | Doc'd PermissionsMixin's usage of User.is_active and is_superuser. | Tobias Bengfort | |
| 2018-10-22 | Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt. | Tim Graham | |
| 2018-09-26 | Fixed #29683 -- Added view permission to docs. | Stephen James | |
| 2018-09-10 | Refs #20910 -- Replaced snippet directive with code-block. | Curtis Maloney | |
| 2018-08-06 | Consolidated docs about handling a ForeignKey in custom user model manager. | Tim Graham | |
| 2018-07-18 | Removed duplicate words in docs. | Maxime Lorant | |
| . | |||
| 2018-07-02 | Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms ↵ | Tim Graham | |
| without installing contrib.auth." This reverts commit 3333d935d2914cd80cf31f4803821ad5c0e2a51d due to a crash if USERNAME_FIELD isn't a CharField. | |||
| 2018-06-05 | Fixed typo in docs/topics/auth/customizing.txt. | Michael Kiros | |
| 2018-05-17 | Removed versionadded/changed annotations for 2.0. | Tim Graham | |
| 2018-05-16 | Fixed #8936 -- Added a view permission and a read-only admin. | olivierdalang | |
| Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz> Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com> | |||
| 2018-04-23 | Fixed typos in docs/topics/auth/passwords.txt. | adamth | |
| 2018-04-19 | Fixed #29212 -- Doc'd redirect loop if @permission_required used with ↵ | Nick Pope | |
| redirect_authenticated_user. | |||
| 2018-04-17 | Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. | Brett Cannon | |
| 2018-04-16 | Fixed #29274 -- Increased the number of common passwords from 1k to 20k. | GS-14 | |
| 2018-03-22 | Fixed #28718 -- Allowed user to request a password reset if their password ↵ | Tim Graham | |
| doesn't use an enabled hasher. Regression in aeb1389442d0f9669edf6660b747fd10693b63a7. Reverted changes to is_password_usable() from 703c266682be39f7153498ad0d8031231f12ee79 and documentation changes from 92f48680dbd2e02f2b33f6ad0e35b7d337889fb2. | |||
| 2018-02-26 | Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS. | Tim Graham | |
| 2018-02-16 | Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users. | Dylan Verheul | |
| 2018-01-21 | Fixed #29038 -- Removed closing slash from HTML void tags. | Jon Dufresne | |
| 2018-01-15 | Fixed #28881 -- Doc'd that CommonPasswordValidator's password list must be ↵ | Karmen | |
| lowercase. | |||
| 2018-01-05 | Fixed #28757 -- Allowed using contrib.auth forms without installing ↵ | shanghui | |
| contrib.auth. Also fixed #28608 -- Allowed UserCreationForm and UserChangeForm to work with custom user models. Thanks Sagar Chalise and Rômulo Collopy for reports, and Tim Graham and Tim Martin for reviews. | |||
| 2017-12-28 | Removed unnecessary trailing commas and spaces in various code. | Mariusz Felisiak | |
| 2017-12-06 | Fixed #28886 -- Updated prefix for example django.contrib.auth.urls URLs. | Tim Graham | |
| 2017-11-16 | Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt. | Tim Graham | |
| 2017-10-28 | Fixed #28131 -- Corrected examples of using attribute lookups on the "perms" ↵ | Botond Beres | |
| template variable. | |||
| 2017-10-25 | Suggested LoginView rather than @login_required as an alternative to ↵ | Tim Graham | |
| authenticate(). | |||
