Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Reccomendation: Django 1.5 use reverse for get_absolute_url #42

Closed
iamgollum opened this issue Oct 21, 2013 · 1 comment
Closed

Reccomendation: Django 1.5 use reverse for get_absolute_url #42

iamgollum opened this issue Oct 21, 2013 · 1 comment

Comments

@iamgollum
Copy link

The permalink decorator is no longer recommended. You should use reverse() in the body of your get_absolute_url method instead. This is for the sample model Picture which comes with the module.

@ET-CS
Copy link
Collaborator

ET-CS commented Oct 22, 2013

Fork & commit. then we could see, test and pull the recommended changes.

@ET-CS ET-CS closed this as completed Oct 22, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants