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 django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to