Changes between Initial Version and Version 1 of Ticket #21755, comment 13
- Timestamp:
- Jun 30, 2014, 2:30:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21755, comment 13
initial v1 1 1 For now, I have skipped the call to `clean` in case of FK and left the validation part of `Descriptors`. 2 2 I tried to implement what @bmispelon commented, but there seemed to a be problem with that. In `validate()` in `related.py`, after we get the correct qs, qs.exists() somehow retriggers call to `validate()` and we get empty qs and error is raised. Can anyone explain this? 3 4 EDITS: 5 I think that problem was due to some changes that I made myself.