Hi,
in my app I have this:
class FooModel(models.Model):
example=models.SmallIntegerField(choices=[(1, u'one'),
(2, u'two'),
...]
I want to extend the choices at project level. Where
should I put the code?
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en.