#11025: Ability to specify LOGIN_URL as full qualified absolute URL, ex: https://passport.example.com/passport?mode=login ----------------------------------------+----------------------------------- Reporter: arikon | Owner: SmileyChris Status: closed | Milestone: 1.3 Component: Authentication | Version: SVN Resolution: fixed | Keywords: Stage: Ready for checkin | Has_patch: 1 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 0 | ----------------------------------------+----------------------------------- Comment (by timo):
I'm not sure this is 100% backwards compatible. For example, if I have the following assertion: {{{ self.assertRedirects(response, "/login/?next=/foo/") }}} I need to change it to: {{{ self.assertRedirects(response, "/login/?next=%2Ffoo%2F") }}} Might warrant a mention in the release notes? -- Ticket URL: <http://code.djangoproject.com/ticket/11025#comment:12> 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 django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.