Correct broken example for Model.get_absolute_url()
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.
Change History
(6)
| Description: |
modified (diff)
|
| Component: |
Uncategorized → Documentation
|
| Easy pickings: |
set
|
| Summary: |
Update example for get_absolute_url() in the documentation → Correct broken example for Model.get_absolute_url()
|
| Triage Stage: |
Unreviewed → Accepted
|
| Type: |
Uncategorized → Bug
|
| Owner: |
changed from nobody to Girish Sontakke
|
| Status: |
new → assigned
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
PR