Hey, I'm trying to add localflavor for Singapore, and am running into issues getting my test cases to pass.
When manually validate my test cases by running the validators from the django-admin shell, they pass all my test cases. But when I run my test cases from the test runner, I get: AssertionError: ValidationError not raised and the test case test_postcode seems to be adding another invalid test, None:[u'This field is required.'], but I might be confused by this. Any help in what I'm doing wrong would be appreciated. My code is at [email protected]:yarbelk/django.git -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/w91JYlJaD1MJ. 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-developers?hl=en.
