Skip to content

Commit 80498b4

Browse files
authored
Merge pull request #136 from cloudblue/bugfix/LITE-27809
LITE-27076 Moved CQRS_ONLY_DIRECT_SYNCS to RawReplicaMixin
2 parents 1c08b95 + c8dcf92 commit 80498b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dj_cqrs/mixins.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ class RawReplicaMixin:
355355
CQRS_ID = None
356356
CQRS_NO_DB_OPERATIONS = True
357357
CQRS_META = False
358+
CQRS_ONLY_DIRECT_SYNCS = False
358359

359360
@classmethod
360361
def cqrs_save(cls, master_data, **kwargs):

0 commit comments

Comments
 (0)