Changes between Version 2 and Version 3 of Ticket #27757, comment 6
- Timestamp:
- Jan 24, 2017, 11:17:09 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27757, comment 6
v2 v3 5 5 On the other hand when I use an external admin app like `django-suit`, while the main link works as expected (it receives the `get_absolute_url()` value), the inline link -if it appears- (I cannot figure out under which circumstances it will appear) it redirects to the wrong `/admin/r/62/1/`. 6 6 7 I will verify all the above in my main project where I use `reverse ` in `get_absolute_url()`.7 I will verify all the above in my main project where I use `reverse()` in `get_absolute_url()`.