| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-01 | [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers. | Tim Graham | |
| Backport of a6ef025dfb2a1d1bd23893408eef6d066fb506d9 from master | |||
| 2016-02-01 | [1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ↵ | Tim Graham | |
| docs. Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review. Backport of e519aab43a419589e92fe284e4ce2f2e034aec6a from master | |||
| 2016-02-01 | [1.9.x] Unified some doc links to OneToOneField and ManyToManyField. | Tim Graham | |
| Backport of 8ce8beb3f24042ed0c3da00ef3d23c25036021ed from master | |||
| 2015-12-08 | [1.9.x] Fixed user_passes_test() signature in docs. | Gavin Wahl | |
| Backport of ec708803f70d51dda21845799de8c62d02611808 from master | |||
| 2015-12-08 | [1.9.x] Fixed #25895 -- Used a consistent style for UserAdmin overrides. | Tim Graham | |
| Thanks Justin Abrahms for the report. Backport of 166e0490d39f619928ee9c5133cc5cab0ae5c1db from master | |||
| 2015-12-05 | [1.9.x] Removed deprecated usage of url tag from auth docs. | Florian Apolloner | |
| Backport of 105028eec64064c11dfd3d5415317ba1fab81214 from master | |||
| 2015-12-03 | [1.9.x] Fixed many spelling mistakes in code, comments, and docs. | Josh Soref | |
| Backport of 93452a70e8a62c7408eeded444f5088d4a26212d from master | |||
| 2015-12-02 | [1.9.x] Updated link to 1000 common passwords. | Eliezer Kanal | |
| xato.net is dead; replaced with link to archive.org. Backport of d3b488f5bd17b4cf662613e0d3d62f9675ff3cdc from master | |||
| 2015-11-16 | [1.9.x] Fixed #25755 -- Unified spelling of "website". | Agnieszka Lasyk | |
| Backport of 1f8dad69158a96d0649d321ce08ecc9c0465f962 from master | |||
| 2015-11-12 | [1.9.x] Fixed #25744 -- Corrected reference to User object in auth docs. | Anderson Resende | |
| Backport of ce4914eab4688ace4b97d14a8c271887235ebb3f from master | |||
| 2015-11-12 | [1.9.x] Fixed #25169 -- Documented stacking of permission_required and ↵ | Bryan Marty | |
| login_required. Backport of 9788625277b85596302bbf2c39cf829b7a766a4f from master | |||
| 2015-11-03 | [1.9.x] Fixed typo in docs/topics/auth/default.txt. | japrogramer | |
| Backport of a10cbbbc17d4244812ef713437fa44207fe1a223 from master | |||
| 2015-09-28 | [1.9.x] Documented auth's login/logout function parameters. | Tim Graham | |
| Backport of c14b6b52ff131db263bf06a02f903a73390975da from master | |||
| 2015-09-22 | Refs #24115 -- Added docs for password updates on bcrypt rounds change. | Tim Graham | |
| 2015-09-18 | Fixed #24944 -- Added extra_email_context parameter to password_reset() view. | sujayskumar | |
| 2015-08-20 | Refs #24914 -- Added docs for more auth mixin methods. | Tim Graham | |
| 2015-08-08 | Updated Wikipedia links to use https | Claude Paroz | |
| 2015-08-05 | Fixed #25229 -- Clarified how an iterable works with @permission_required | Tim Graham | |
| 2015-08-04 | Fixed password_reset signature in docs | Alasdair Nicol | |
| 2015-07-31 | Fixed #25202 -- Fixed typo in docs/topics/auth/customizing.txt | Tim Graham | |
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | |
| ForeignKey/OneToOneField | |||
| 2015-07-27 | Fixed #25159 -- Removed brackets from class/function/method signatures in docs. | Tim Graham | |
| Thanks hellbeast for the initial patch. | |||
| 2015-07-27 | Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow ↵ | Akis Kesoglou | |
| customization. | |||
| 2015-07-25 | Fixed #25166 -- Clarified how auth permissions are created. | Tim Graham | |
| Thanks Baptiste Mispelon for report and review. | |||
| 2015-07-25 | Fixed malformed Sphinx directives. | Tim Graham | |
| 2015-07-24 | Converted tabs to spaces in topics/auth/default.txt | Tim Graham | |
| 2015-07-21 | Fixed #24126 -- Deprecated current_app parameter to auth views. | lukasz.wojcik | |
| 2015-07-21 | Normalized indentation and line lengths in docs/topics/auth/default.txt. | Tim Graham | |
| 2015-07-20 | Refs #16860 -- Moved password_changed() logic to AbstractBaseUser. | Tim Graham | |
| Thanks Carl Meyer for review. | |||
| 2015-07-10 | Fixed #25083 -- Added SessionAuthenticationMiddleware to auth installation docs | Nick Sweeting | |
| 2015-06-24 | Renamed RemovedInDjangoXYWarnings for new roadmap. | Tim Graham | |
| Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more. | |||
| 2015-06-17 | Fixed #24914 -- Added authentication mixins for CBVs | Markus Holtermann | |
| Added the mixins LoginRequiredMixin, PermissionRequiredMixin and UserPassesTestMixin to contrib.auth as counterparts to the respective view decorators. The authentication mixins UserPassesTestMixin, LoginRequiredMixin and PermissionRequiredMixin have been inspired by django-braces <https://github.com/brack3t/django-braces/> Thanks Raphael Michel for the initial patch, tests and docs on the PR and Ana Balica, Kenneth Love, Marc Tamlyn, and Tim Graham for the review. | |||
| 2015-06-17 | Removed usage of string-based url() in auth docs. | Tim Graham | |
| 2015-06-10 | Refs #16860 -- Minor edits and fixes to password validation. | Tim Graham | |
| 2015-06-08 | Fixed #24929 -- Allowed permission_required decorator to take any iterable | Raphael Michel | |
| 2015-06-07 | Fixed #16860 -- Added password validation to django.contrib.auth. | Erik Romijn | |
| 2015-06-06 | Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs | Alasdair Nicol | |
| Clarified docs to say that a non-unique USERNAME_FIELD is permissable as long as the custom auth backend can support it. | |||
| 2015-05-27 | Removed unused import in example code in docs/topics/auth/default.txt | Kevin Marsh | |
| 2015-05-22 | Fixed typo in docs/topics/auth/default.txt | Tim Graham | |
| 2015-05-21 | Enhanced registration/login.html example template. | Laurent Peuch | |
| 2015-05-13 | Fixed #24789 -- Fixed wrong positional args order in doc example | Charles Dee Rice | |
| Arguments shown in example code (signal, sender, instance) appeared to be the incorrect positional arguments for a post_save signal (which might start as: sender, instance, created), as documented: https://docs.djangoproject.com/en/1.8/ref/signals/#post-save | |||
| 2015-05-11 | Fixed #24780 -- Removed outdated discussion of signals and custom users. | Tim Graham | |
| 2015-05-05 | Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be ↵ | Dan Watson | |
| used without auth in INSTALLED_APPS | |||
| 2015-04-07 | Fixed #24429 -- Doc'ed that Django 1.8 doesn't require an integer PK for ↵ | Tim Graham | |
| custom user models. | |||
| 2015-04-07 | Fixed #22993 -- Deprecated skipIfCustomUser decorator | Christopher Luc | |
| 2015-04-06 | Added admonition about reusable apps and AUTH_USER_PROFILE. | Thomas Güttler | |
| 2015-04-03 | Fixed #24556 -- Added reminder about HTTPS to passwords docs. | Sam Thursfield | |
| 2015-03-28 | Fixed syntax highlighting in docs/topics/auth/default.txt | Tim Graham | |
| 2015-03-24 | Fixed #24501 -- Improved auth.decorators.user_passes_test() example. | Matt Seymour | |
| 2015-03-13 | Fixed #24253 -- Documented staff_member_required decorator. | Andrei Kulakov | |
