Changes between Initial Version and Version 1 of Ticket #4772


Ignore:
Timestamp:
Jul 6, 2007, 12:23:38 AM (17 years ago)
Author:
Malcolm Tredinnick
Comment:

(Fixed description formatting.)

This might be trickier to fix than this patch. The problem is the way reverse matching is used: we need to think about whether reverse should return a valid URL (in which case it must be converted from an IRI to a URI) or whether that is the responsibility of the caller.

Can you provide an example of how this problem is triggered please, so that we can write a test case.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4772

    • Property Triage Stage UnreviewedAccepted
  • Ticket #4772 – Description

    initial v1  
     1{{{
    12Traceback (most recent call last):
    23File "C:\python24\Lib\site-packages\django\template\__init__.py" in render_node
     
    2930  UnicodeEncodeError at /
    3031  'ascii' codec can't encode characters in position 0-7: ordinal not in range(128)
     32}}}
Back to Top