#34264 closed Cleanup/optimization (fixed)
Move note about session cookies to correct category
| Reported by: | Sébastien Corbin | Owned by: | Sébastien Corbin |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Reading https://docs.djangoproject.com/en/dev/releases/4.2/ the note about
Session cookies are now treated as credentials and therefore hidden and replaced with stars (``**********``) in error reports.
is not in the correct category
Related PR https://github.com/django/django/pull/16465/files
Change History (4)
comment:1 by , 3 years ago
| Summary: | https://docs.djangoproject.com/en/dev/releases/4.2/ → Move note about session cookies to correct category |
|---|
comment:2 by , 3 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Triage Stage: | Unreviewed → Accepted |
| Type: | Bug → Cleanup/optimization |
comment:3 by , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In e2964fed: