| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-26 | [2.1.x] Fixed #29683 -- Added view permission to docs. | Stephen James | |
| Backport of e40e7026cad400d720963aea0ba156a19f83b058 from master. | |||
| 2018-09-10 | [2.1.x] Refs #20910 -- Replaced snippet directive with code-block. | Curtis Maloney | |
| Backport of c49ea6f5911296dcb40190c905e38b43cdc7c7a3 from master | |||
| 2018-08-06 | [2.1.x] Consolidated docs about handling a ForeignKey in custom user model ↵ | Tim Graham | |
| manager. Backport of e9ea49d2740b6f99b4ecc424c1a9ed87905e481e from master | |||
| 2018-07-18 | [2.1.x] Removed duplicate words in docs. | Maxime Lorant | |
| Backport of 31407fa3b362dc17d61a2a0d7e27b1dfd9d9c143 from master | |||
| 2018-07-02 | [2.1.x] Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth ↵ | Tim Graham | |
| forms without installing contrib.auth." This reverts commit 3333d935d2914cd80cf31f4803821ad5c0e2a51d due to a crash if USERNAME_FIELD isn't a CharField. Backport of f3fa86a89b3b85242f49b2b9acf58b5ea35acc1f from master | |||
| 2018-06-05 | [2.1.x] Fixed typo in docs/topics/auth/customizing.txt. | Michael Kiros | |
| Backport of b37bac39b387bc87872d37d4b07783b67ef28d0c from master | |||
| 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(). | |||
| 2017-09-22 | Removed versionadded/changed annotations for 1.11. | Tim Graham | |
| 2017-09-22 | Refs #25187 -- Required the authenticate() method of authentication backends ↵ | Tim Graham | |
| to have request as the first positional argument. Per deprecation timeline. | |||
| 2017-09-22 | Refs #26929 -- Removed extra_context parameter of ↵ | Tim Graham | |
| contrib.auth.views.logout_then_login(). Per deprecation timeline. | |||
| 2017-09-22 | Refs #17209 -- Removed login/logout and password reset/change function-based ↵ | Tim Graham | |
| views. Per deprecation timeline. | |||
| 2017-09-20 | Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. | Sjoerd Job Postmus | |
| Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs. | |||
| 2017-06-26 | Refs #23919 -- Stopped inheriting from object to define new style classes. | Mariusz Felisiak | |
| Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f. | |||
| 2017-05-06 | Fixed #28089 -- Removed requirement to implement get_short_name() and ↵ | Josh Schneier | |
| get_full_name() in AbstractBaseUser subclasses. | |||
| 2017-04-29 | Fixed typo in docs/topics/auth/default.txt. | shinriyo | |
| 2017-04-26 | Added content_type filtering in Permission querying example. | Nauman Tariq | |
| 2017-03-08 | Fixed #27911 -- Doc'd how to register custom User with admin. | David D Lowe | |
| 2017-03-07 | Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend. | Camilo Nova | |
| 2017-02-07 | Converted usage of ugettext* functions to their gettext* aliases | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super() in docs. | chillaranand | |
| 2017-01-18 | Refs #23919 -- Removed Python 2 notes in docs. | Tim Graham | |
| 2017-01-17 | Removed versionadded/changed annotations for 1.10. | Tim Graham | |
| 2017-01-17 | Refs #23957 -- Removed the useless SessionAuthenticationMiddleware. | Tim Graham | |
| 2017-01-17 | Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods. | Tim Graham | |
| Per deprecation timeline. | |||
| 2017-01-17 | Refs #24126 -- Removed auth views' current_app parameter per deprecation ↵ | Tim Graham | |
| timeline. | |||
| 2016-12-31 | Removed nonexistent LogoutView context from docs. | Tim Graham | |
| 2016-11-28 | Fixed typo in docs/topics/auth/customizing.txt. | Tim Graham | |
| 2016-11-25 | Fixed #25966 -- Made get_user_model() work at import time. | Aymeric Augustin | |
| This makes it equivalent to: `from django.contrib.auth.models import User`. Thanks Aymeric Augustin for the initial patch and Tim Graham for the review. | |||
| 2016-11-24 | Fixed typo in docs/topics/auth/customizing.txt. | Alex Scott | |
| 2016-11-23 | Normalized casing of "custom user model". | Tim Graham | |
| 2016-11-23 | Fixed #24370 -- Recommended starting with a custom user model. | Krzysztof Gogolewski | |
| 2016-11-16 | Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 ↵ | Tim Graham | |
| work as documented. Thanks goblinJoel for the report and feedback. | |||
| 2016-10-25 | Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations." | Jon Dufresne | |
| This reverts commit 1ec1633cb294d8ce2a65ece6b56c258483596fba as it doesn't handle ContentType's auth.Permission dependency. Thus, it doesn't allow auth without migrations. | |||
| 2016-10-18 | Fixed #27352 -- Doc'd social media fingerprinting consideration with login's ↵ | Markus Holtermann | |
| redirect_authenticated_user. | |||
| 2016-10-04 | Fixed #27292 -- Removed unnecessary password assignment in auth backend example. | Tim Graham | |
