Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 473c272246dcb7cb2ea528e6405a465f16e82764
      
https://github.com/django/django/commit/473c272246dcb7cb2ea528e6405a465f16e82764
  Author: Claude Paroz <[email protected]>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M tests/modeltests/validation/test_error_messages.py

  Log Message:
  -----------
  Rewrote test_error_messages with helper test utility.


  Commit: 0dc904979d5b6df78662653d498c91f4d54f36c2
      
https://github.com/django/django/commit/0dc904979d5b6df78662653d498c91f4d54f36c2
  Author: Claude Paroz <[email protected]>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M django/db/models/fields/__init__.py
    M tests/modeltests/validation/test_error_messages.py

  Log Message:
  -----------
  Fixed #18407 -- Made model field's to_python methods fully accept unicode.

When generating error message in to_python, any unicode string
containing non-ascii characters triggered a UnicodeEncodeError for
most field types.


Compare: https://github.com/django/django/compare/2626ea4...0dc9049

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to