Changes between Initial Version and Version 1 of Ticket #26189, comment 3
- Timestamp:
- Feb 9, 2016, 7:23:47 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26189, comment 3
initial v1 1 I have added the relevant model in an attachment. The affected field is `amount`. Just creating a model instance and running `full_clean` on it raises a `ValidationError`. Error is raised even after Here is an iPython session I ran:1 I have added the relevant model in an attachment. The affected field is `amount`. Just creating a model instance and running `full_clean` on it raises a `ValidationError`. Error is raised even after saving. Here is an iPython session I ran: 2 2 3 3 {{{#!python