Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

admin/models: provide get_absolute_url for models #435

Open
blueyed opened this issue Oct 23, 2017 · 1 comment
Open

admin/models: provide get_absolute_url for models #435

blueyed opened this issue Oct 23, 2017 · 1 comment

Comments

@blueyed
Copy link
Contributor

blueyed commented Oct 23, 2017

Adding get_absolute_url for models would allow for them to be linked to from the Django admin.
This would be very useful to have a shortcut to the Stripe Dashboard, e.g. for events, event exceptions (see #424), customers etc.

Ref: https://docs.djangoproject.com/en/1.11/ref/models/instances/#get-absolute-url

alexpnt added a commit to alexpnt/pinax-stripe that referenced this issue Oct 24, 2017
Allow objects to be linked from django admin

Fixes pinax#435
@paltman paltman added this to the Rosie milestone Oct 25, 2017
@paltman paltman modified the milestones: Rosie, December 2017 Sprint Dec 1, 2017
@blueyed
Copy link
Contributor Author

blueyed commented Apr 16, 2018

djstripe has this, via a custom/extended template: dj-stripe/dj-stripe#465.
Would be nice if stripe-python would provide it (see stripe/stripe-python#291).

@paltman paltman removed this from the December 2017 Sprint milestone Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants