Hi I basically want to do what the admin page is doing now in regards to sorting.
It auto constructs a link replacing a few request.GET items. I was wondering what's the prefered way of doing this? Would I have to make a custom templatetag or something like that? Saw I have a url like this: /content/?tag=bla&tag=2&sort=desc What would be the best way to simply add tag=3 to it (resulting in /content/?tag=bla&tag=2&sort=desc&tag=3). And also allow sort=asc, replacing previus sort key. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---