This repository was archived by the owner on Aug 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 187
not working with latest django 2.1.7 #77
Comments
you need a django with vesion 2.0.2 |
If you use Django >= 2.0.0 you can't use @model.permalink. You should use like that: def get_absolute_url(self):
return reverse('upload-new') |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
this seems a bug from django though:
The text was updated successfully, but these errors were encountered: