Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 90e530978d590a5bdcf75525aa03f844766018b8
      
https://github.com/django/django/commit/90e530978d590a5bdcf75525aa03f844766018b8
  Author: Gabriel Hurley <gabr...@strikeawe.com>
  Date:   2012-11-03 (Sat, 03 Nov 2012)

  Changed paths:
    M django/core/urlresolvers.py
    M tests/regressiontests/urlpatterns_reverse/tests.py

  Log Message:
  -----------
  Fixed #18210 -- Escaped special characters in reverse prefixes.

Ensured that special characters passed in to reverse via the
prefix argument are properly escaped so that calls to
django.utils.regex_helpers.normalize and/or string formatting
operations don't result in exceptions.

Thanks to toofishes for the error report.


  Commit: 233f86443c30580de24d4f302fa40ce9db5c0b9e
      
https://github.com/django/django/commit/233f86443c30580de24d4f302fa40ce9db5c0b9e
  Author: Jannis Leidel <jan...@leidel.info>
  Date:   2012-11-17 (Sat, 17 Nov 2012)

  Changed paths:
    M django/core/urlresolvers.py
    M tests/regressiontests/urlpatterns_reverse/tests.py

  Log Message:
  -----------
  Merge pull request #490 from gabrielhurley/reverse-prefix-special-chars

Fixed #18210 -- Escaped special characters in reverse prefixes.


Compare: https://github.com/django/django/compare/b88480234679...233f86443c30

-- 
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 https://groups.google.com/groups/opt_out.


Reply via email to