Changes between Initial Version and Version 1 of Ticket #16281, comment 13


Ignore:
Timestamp:
Feb 16, 2015, 5:06:06 PM (9 years ago)
Author:
Greg Brown

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16281, comment 13

    initial v1  
    11I've just been bitten by this bug (django 1.7) - I have a particular app in a separate database, and now the admin's "view on site" link doesn't work because it's looking for the object in the default database. What are the chances of it being addressed?
    22
    3 I don't really think this is an edge case; as it stands the "view on site" link will fail for *any* object kept in a separate database, and the only way to remove said link is to remove the get_absolute_url method from the model.
     3I don't really think this is an edge case; as it stands the "view on site" link will fail for *any* object kept in a separate database, and before 1.7 the only way to remove said link is to remove the get_absolute_url method from the model.
Back to Top