Re: [Django] #15795: [patch] __repr__ for RegexURLPattern not unicode safe

2011-05-04 Thread Django
#15795: [patch] __repr__ for  RegexURLPattern not unicode safe
-+-
   Reporter:  Mark   |  Owner:  nobody
  Raddatz    | Status:  closed
   Type:  Bug|  Component:  Core (Other)
  Milestone: |   Severity:  Normal
Version:  1.3|   Keywords:  debug unicode
 Resolution:  fixed  |  Has patch:  1
   Triage Stage:  Ready for  |Needs tests:  1
  checkin|  Easy pickings:  1
Needs documentation:  0  |
Patch needs improvement:  0  |
-+-
Changes (by lukeplant):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [16158]:
 {{{
 #!CommitTicketReference repository="" revision="16158"
 Fixed #15795 - `__repr__` for RegexURLPattern not unicode safe

 Thanks to Mark Raddatz for the report and patch
 }}}

-- 
Ticket URL: 
Django 
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-updates@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.



Re: [Django] #15795: [patch] __repr__ for RegexURLPattern not unicode safe

2011-04-28 Thread Django
#15795: [patch] __repr__ for  RegexURLPattern not unicode safe
-+-
   Reporter:  Mark   |  Owner:  nobody
  Raddatz    | Status:  new
   Type:  Bug|  Component:  Core (Other)
  Milestone: |   Severity:  Normal
Version:  1.3|   Keywords:  debug unicode
 Resolution: |  Has patch:  1
   Triage Stage:  Ready for  |Needs tests:  1
  checkin|  Easy pickings:  1
Needs documentation:  0  |
Patch needs improvement:  0  |
-+-
Changes (by jezdez):

 * stage:  Accepted => Ready for checkin


-- 
Ticket URL: 
Django 
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-updates@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.



Re: [Django] #15795: [patch] __repr__ for RegexURLPattern not unicode safe

2011-04-21 Thread Django
#15795: [patch] __repr__ for  RegexURLPattern not unicode safe
-+-
   Reporter:  Mark   |  Owner:  nobody
  Raddatz    | Status:  new
   Type:  Bug|  Component:  Core (Other)
  Milestone: |   Severity:  Normal
Version:  1.3|   Keywords:  debug unicode
 Resolution: |  Has patch:  1
   Triage Stage:  Accepted   |Needs tests:  1
Needs documentation:  0  |  Easy pickings:  1
Patch needs improvement:  0  |
-+-
Changes (by carljm):

 * easy:  0 => 1


-- 
Ticket URL: 
Django 
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-updates@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.



Re: [Django] #15795: [patch] __repr__ for RegexURLPattern not unicode safe

2011-04-21 Thread Django
#15795: [patch] __repr__ for  RegexURLPattern not unicode safe
-+-
   Reporter:  Mark   |  Owner:  nobody
  Raddatz    | Status:  new
   Type:  Bug|  Component:  Core (Other)
  Milestone: |   Severity:  Normal
Version:  1.3|   Keywords:  debug unicode
 Resolution: |  Has patch:  1
   Triage Stage:  Accepted   |Needs tests:  1
Needs documentation:  0  |  Easy pickings:  0
Patch needs improvement:  0  |
-+-
Changes (by carljm):

 * needs_better_patch:   => 0
 * needs_docs:   => 0
 * easy:   => 0
 * needs_tests:   => 1
 * stage:  Unreviewed => Accepted


-- 
Ticket URL: 
Django 
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-updates@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.



[Django] #15795: [patch] __repr__ for RegexURLPattern not unicode safe

2011-04-09 Thread Django
#15795: [patch] __repr__ for  RegexURLPattern not unicode safe
---+-
 Reporter:  Mark Raddatz   | Owner:  nobody
 Type:  Bug|Status:  new
Milestone: | Component:  Core (Other)
  Version:  1.3|  Severity:  Normal
 Keywords:  debug unicode  |  Triage Stage:  Unreviewed
Has patch:  1  |
---+-
 An instance of {{{RegexURLPattern}}} is returned by the {{{url()}}}
 function, which can be used as an argument to {{{patterns()}}} for the
 URLConf. The url arguments for regex and name could contain unicode.
 However, the {{{__repr__}}} function handle this data as bytestring and
 could raise a {{{UnicodeDecodeError}}}: 'ascii' codec can't decode byte.
 {{{RegexURLResolver}}} should be affected too.

-- 
Ticket URL: 
Django 
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-updates@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.