Skip to content

Commit

Permalink
LITE-27076 Moved CQRS_ONLY_DIRECT_SYNCS to RawReplicaMixin
Browse files Browse the repository at this point in the history
* AttributeError: type object 'CommonCQRSModel' has no attribute 'CQRS_ONLY_DIRECT_SYNCS'
  • Loading branch information
maxipavlovic committed Jun 14, 2023
1 parent 1c08b95 commit c8dcf92
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 c8dcf92

Please sign in to comment.