Ticket #802 (new Task)
Django 1.2 validatoin bug
| Reported by: | bryan | Owned by: | gerry |
|---|---|---|---|
| Priority: | minor | Milestone: | V1.2 Questionnaire release |
| Component: | WP6 - CIM Creation Tools | Version: | |
| Keywords: | qctool | Cc: | domlowe,gerry |
| Requirement: | http://metaforclimate.eu/Work-Package-2/Developing-the-CIM/Project-Requirements-summary.htm | ||
Description
It appears that there might be a bug in some cases where a statement like
ok= myform.is_valid()
might fail with an error where there is a foreignkey without null=True in the underlying model and an empty instance is passed for validation.
This can be trapped, but I need to chase it down.
It could affect the questionnaire as well as the qctool.
Change History
Note: See
TracTickets for help on using
tickets.
