Opened 19 years ago
Closed 19 years ago
#1042 closed defect (invalid)
Exception for date check in manipulator is too high
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When doing datetime field check in manipulator, if the date is not the 'YYYY-MM-DD' format, it will throw out a 'CriticalValidationError', which causes the ignorce on any other ValidationErrors, Do we really need that high level error?
Note:
See TracTickets
for help on using tickets.
Yes. The concept of CriticalValidationErrors is that they set a bar for what every other validator can assume.