Changes between Initial Version and Version 1 of Ticket #7984, comment 7


Ignore:
Timestamp:
Jan 20, 2017, 11:22:11 AM (7 years ago)
Author:
George Tantiras

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 an completely wrong url which contains a localized id (```/admin/<model>/r//1.234```).
     1Using 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```).
Back to Top