Fixed issue with choices validation when they are simple list/tuple,

after model.validate() did not get any error message.
Added test to ensure that model.validate() set the correct error
messages.
This commit is contained in:
Martin Alderete
2013-01-15 02:40:15 -03:00
parent 25cdf16cc0
commit f5d02e1b10
3 changed files with 37 additions and 1 deletions

View File

@@ -128,3 +128,4 @@ that much better:
* Peter Teichman
* Jakub Kot
* Jorge Bastida
* Martin Alderete https://github.com/malderete