Changes between Initial Version and Version 1 of Ticket #27629, comment 4
- Timestamp:
- Nov 16, 2017, 7:03:31 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27629, comment 4
initial v1 3 3 General constructors, create(), get_or_create() and update_or_create() don't call allow_relation(). Assignment of a foreign key will perform the check, only once the object has been saved. 4 4 5 I've been working of a fix, but it's starting to require significant modifications.5 I've been working of a fix, but I need to make more test cases for it.