Changes between Initial Version and Version 1 of Ticket #30053, comment 2


Ignore:
Timestamp:
Dec 21, 2018, 9:47:09 AM (5 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30053, comment 2

    initial v1  
    1 Could you detail your use case a bit more? I'm not sure I understand how adding a condition to the `if created` statement would allow you to put updates behind a condition given it's only reached when the rows gets created.
     1Could you detail your use case a bit more? I'm not sure I understand how adding a condition to the `if created` statement would allow you to put updates behind a condition given it's only reached when the row gets created.
    22
    33Also, have you experimented with chaining `filter().update_or_create()` to limit its application to a filtered domain?
Back to Top