Skip to content

Commit

Permalink
Merge pull request #136 from cloudblue/bugfix/LITE-27809
Browse files Browse the repository at this point in the history
LITE-27076 Moved CQRS_ONLY_DIRECT_SYNCS to RawReplicaMixin
  • Loading branch information
maxipavlovic authored Jun 14, 2023
2 parents 1c08b95 + c8dcf92 commit 80498b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dj_cqrs/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ class RawReplicaMixin:
CQRS_ID = None
CQRS_NO_DB_OPERATIONS = True
CQRS_META = False
CQRS_ONLY_DIRECT_SYNCS = False

@classmethod
def cqrs_save(cls, master_data, **kwargs):
Expand Down

0 comments on commit 80498b4

Please sign in to comment.