Changes between Initial Version and Version 1 of Ticket #19532
- Timestamp:
- Dec 28, 2012, 4:31:09 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19532
- Property Severity Normal → Release blocker
- Property Type Uncategorized → Bug
-
Ticket #19532 – Description
initial v1 2 2 3 3 We were generating a fully qualified url to be used as a link within an email, by doing 4 {{{ 4 5 set_script_prefix('http://%s' % self.domain) 6 }}} 5 7 6 8 The url with this prefix was generated fine with django 1.4.3, but with 1.5, the url was turned into 'http%3A//...'