#9316: databrowse does not filter URL fields properly ---------------------------------------+------------------------------------ Reporter: ishirav | Owner: nobody Status: new | Milestone: Component: django.contrib.databrowse | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------------------+------------------------------------ When trying to filter results by a field that contains a URL, the link generated by databrowse is invalid.
For example, I have a visit tracking application, and each visit has a referrer URLField. So when I go to http://mysite.com/databrowse/visitors/visit/fields/referrer/ I see a list of all the different values for referrer (so far so good). But when I click on one of them such as http://mysite.com/accounts/login/, the browser goes to http://mysite.com/accounts/login// (notice the double slash at the end) instead of the expected http://mysite.com/databrowse/visitors/visit/fields/referrer/{{ the referrer URL }}/ -- Ticket URL: <http://code.djangoproject.com/ticket/9316> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
