FileField open in new tab (admin)

2014-09-13 Thread Eric Tanter
Hi, Is it possible to specify that a FileField, when viewed in the admin, opens its target url in a new tab? Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: Model proxy in admin fails with 404 when updating

2014-08-09 Thread Eric Tanter
Thanks Collin for sharing your "hacky" solution. It does indeed work. It's not as neat as a proper redirect to the parent category, but I don't have the django skills to come up with something better. Hopefully someone will chime in with a better solution. Meanwhile, I'm adopting your trick.

Model proxy in admin fails with 404 when updating

2014-08-09 Thread Eric Tanter
Hi there, I am using a model proxy to separate model entities into two categories in the admin (more precisely, to separate "active persons" from all persons). The separation of whether a person model belongs to the "active" category is based on a status field in the model. The problem I am