Changes between Initial Version and Version 1 of Ticket #7984, comment 7
- Timestamp:
- 01/20/17 17:22:11 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7984, comment 7
initial v1 1 Using Django-1.10 under Python-3.4.2, although ```view_on_site``` works great for the ```admin.ModelAdmin```, inlines (```admin.StackedInline```) do not seem to use the model's ```get_absolute_url``` and return a ncompletely wrong url which contains a localized id (```/admin/<model>/r//1.234```).1 Using Django-1.10 under Python-3.4.2, although ```view_on_site``` works great for the ```admin.ModelAdmin```, inlines (```admin.StackedInline```) do not seem to use the model's ```get_absolute_url``` and return a completely wrong url which contains a localized id (```/admin/<model>/r//1.234```).