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