You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need a few temporary fields aside from the ones in the model. It would be super awesome if DjangoItem could inherit from a Form where those extra fields and their validation specs would be defined. The Form itself would be based on a Model using Django's FormModel. This would also allow to specify 'fields' to be inherited by the Form in case any need to be excluded. In essence this would be a ScrapyForm :)
The text was updated successfully, but these errors were encountered:
I need a few temporary fields aside from the ones in the model. It would be super awesome if DjangoItem could inherit from a Form where those extra fields and their validation specs would be defined. The Form itself would be based on a Model using Django's FormModel. This would also allow to specify 'fields' to be inherited by the Form in case any need to be excluded. In essence this would be a ScrapyForm :)
The text was updated successfully, but these errors were encountered: