On Wed, Oct 01, 2008 at 06:10:54PM +0200, Gaetan de Menten wrote: > > On Wed, Oct 1, 2008 at 6:06 PM, sandro dentella <[EMAIL PROTECTED]> wrote: > > > I started working with elixir since a short time and I'm still > > looking for a correct "placement" of several different things. There > > are some fields with fixed value that are not in a table (eg.: open/ > > closed status). I'm wondering if there is a suggested place where to > > put these info (and how to retrieve them). > > > > Django declarative syntax allows to add a choices argument to field. > > Is there anything similar? > > See: > http://elixir.ematia.de/trac/wiki/FAQ#HowdoIdoenumerations
that's really a little bit different but usefull as a starting base. What I'd need to add is a list of tuples (value, text). thanks a lot sandro --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
