On 10/28/06, Nesta Campbell <[EMAIL PROTECTED]> wrote: > Given the scope of things this may actually be irrelevant at the > moment but I've created a patch that adds an exact_length option to > CharField. I am aware the same result can be had by setting max_length > and min_length to the same value. Patch attached.
Hi Nesta, In my opinion, that's a bit feature-creepy for inclusion in the main distro, but the great thing about this new framework is that you can easily create your own Field subclass that does indeed have an exact_length option. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
