Changes between Initial Version and Version 1 of Ticket #27629, comment 4


Ignore:
Timestamp:
Nov 16, 2017, 7:03:31 PM (6 years ago)
Author:
Stefan R. Filipek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27629, comment 4

    initial v1  
    33General 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.
    44
    5 I've been working of a fix, but it's starting to require significant modifications.
     5I've been working of a fix, but I need to make more test cases for it.
Back to Top