#18944 closed Cleanup/optimization (fixed)
1.3 Release Notes omit backwards incompatible addition of from_email argument to PasswordResetForm
| Reported by: | Simon Meers | Owned by: | Simon Meers |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
1.4 documents this: https://docs.djangoproject.com/en/dev/releases/1.4/#password-reset-view-now-accepts-subject-template-name
1.3 does not document this: https://github.com/django/django/commit/4084bc73
Recently came across this when performing a 1.2 -> 1.4 upgrade, having trawled both sets of release notes for things to watch out for.
Any reason I shouldn't add a caveat to the backwards incompatible changes section in the 1.3 release notes at this late stage?
Change History (5)
comment:1 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Replying to DrMeers:
No reason for me, the more docs, the better.