Re: More flexible choices validation in models.Field

2010-05-30 Thread Michael Radziej
On 29.05.2010 19:23, Jannon Frank wrote: This produces a validation error on MyModel because it is checking the combined string (e.g. '1,2,5') against the list of choices, when the intent is to have each of the values in the string checked individually against the choices. Is there any disagree

More flexible choices validation in models.Field

2010-05-29 Thread Jannon Frank
Disclaimers: - relatively new to Django (since 1.1) - couldn't decide whether this was a bug of feature request, so I'll start here rather than the issue tracker The Problem: What I (and at least a couple other people I've seen in django-users) want to do is have a CommaSeparatedIntegerField(CSIF)