-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not create export register when Instance is saved (#2760)
* do not create register when Instance is saved creating a register if it does not exist when an Instance is saved resulted in some performance problems. This change ensures the only time we create a new register if it does not exist is when a CSV export is triggred * create export register when form is published * fix failing tests * fix failing test * refactor tests * refactor test * refactor tests * refactor tests * refactor tests * fix ModelSignal.connect() missing 1 required positional argument: 'receiver' * reconnect signal tearDown * refactor test * disable signal in setUp
- Loading branch information
1 parent
9bae488
commit c61398a
Showing
8 changed files
with
243 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.