nice!
thank you krylatij!
On 4 Sie, 14:56, krylatij wrote:
> Look
> athttp://docs.djangoproject.com/en/dev/ref/contrib/admin/#reversing-adm...
>
> It will be like this:
>
> from django.core import urlresolvers
>
> my_url = "%s?tender__id__exact=%s" % (
> urlresolvers.reverse('admin:tender_d
Look at
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#reversing-admin-urls
It will be like this:
from django.core import urlresolvers
my_url = "%s?tender__id__exact=%s" % (
urlresolvers.reverse('admin:tender_download_changelist'),
self.id
)
--~--~-~--~~--
2 matches
Mail list logo