1 2 3 | @models.permalink
def get_admin_url(self):
return ('admin_%s_%s_change' % (self._meta.app_label, self._meta.module_name), [self.id])
|
More like this
- Decorator to ease dynamic redirections in Django by david_bgk 4 years, 3 months ago
- email_links by sansmojo 5 years, 11 months ago
- Current Page Middleware by brutasse 2 years, 11 months ago
- Additional Change List Columns by sansmojo 5 years, 10 months ago
- Custom change_list filter based on SimpleListFilter shows only referenced (related, used) values by darklow 3 months, 3 weeks ago
Comments