where are "core" and "models.TABULAR" ?

2008-08-28 Thread lowshoe
eyword argument 'core' answer = models.ForeignKey(QueryAnswer, verbose_name= u'Answer', null=True, blank=True, edit_inline = models.TABULAR) AttributeError: 'module' object has no attribute 'TABULAR' what's happened with them? regards, lowshoe --~-

Re: newforms validator_list

2008-02-01 Thread lowshoe
dan, i'm currently suffering from this problem too. did you meanwhile find a usable alternative for validator_list in newforms-admin? On 21 Jan., 01:32, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > What about using a ComboField then add the other fields as > validators., override formfield