Hi Have a django bit flags field ?? For example i have int field in base whit name "flags". The flags can be 0=empty, 1=locked ..... 2=unused I need to save this flags i one int field locked/unused =3 . I change this code http://www.djangosnippets.org/snippets/1200/ to use Int db field and its work well but is builtin way to do this without write special field class ??
-- 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.

