Opened 5 years ago
Last modified 5 years ago
#32755 closed Bug
Update example for get_absolute_url() in the documentation — at Version 1
| Reported by: | aruseni | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 3.2 |
| 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 (last modified by )
Currently, in the example for get_absolute_url() in the documentation, a view path string is passed to reverse(). But this is not supported since Django 1.10.
Note:
See TracTickets
for help on using tickets.