Changes between Initial Version and Version 1 of Ticket #19532


Ignore:
Timestamp:
Dec 28, 2012, 4:31:09 PM (12 years ago)
Author:
Aymeric Augustin
Comment:

Clearly, this isn't the intended use of set_script_prefix.

However, we should find out which commit introduced this change and ensure that it was done for a good reason (rather than by accident).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19532

    • Property Severity NormalRelease blocker
    • Property Type UncategorizedBug
  • Ticket #19532 – Description

    initial v1  
    22
    33We were generating a fully qualified url to be used as a link within an email, by doing
     4{{{
    45set_script_prefix('http://%s' % self.domain)
     6}}}
    57
    68The url with this prefix was generated fine with django 1.4.3, but with 1.5, the url was turned into 'http%3A//...'
Back to Top