Changes between Initial Version and Version 1 of Ticket #21755, comment 13


Ignore:
Timestamp:
Jun 30, 2014, 2:30:02 PM (10 years ago)
Author:
ANUBHAV JOSHI

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21755, comment 13

    initial v1  
    11For now, I have skipped the call to `clean` in case of FK and left the validation part of `Descriptors`.
    22I 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
     4EDITS:
     5I think that problem was due to some changes that I made myself.
Back to Top