I had an idea. To move model fields options, such as: - blank=BOOL - null=BOOL - auto_add=BOOL - auto_add_now=BOOL - db_index=BOOL
and others boolean options to Meta class of this model. It would make model fields more readable and human friendly. However I am not convinced, that it would be a good idea, thou. I am just giving an discussion topic. it works for unique_together why not to add: unique = ('name', 'login', 'ssn') db_index = ('name', 'login') auto_add = ('signup_date', ) auto_add_now = ('last_mod', ) null = ('comment', 'first_name') ... and so on ... What do you think? -- Matt Harasymczuk http://www.matt.harasymczuk.pl -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.