Newly tracked file
mep/books/models.py
changed.
Showing 1 of 1 files from the diff.
@@ -469,7 +469,17 @@
Loading
469 | 469 | 'accounts.Event': { |
|
470 | 470 | 'post_save': WorkSignalHandlers.event_save, |
|
471 | 471 | 'pre_delete': WorkSignalHandlers.event_delete, |
|
472 | - | } |
|
472 | + | }, |
|
473 | + | # unfortunately the generic event signals aren't fired |
|
474 | + | # when subclass types are edited directly, so bind the same signal |
|
475 | + | 'accounts.Borrow': { |
|
476 | + | 'post_save': WorkSignalHandlers.event_save, |
|
477 | + | 'pre_delete': WorkSignalHandlers.event_delete, |
|
478 | + | }, |
|
479 | + | 'accounts.Purchase': { |
|
480 | + | 'post_save': WorkSignalHandlers.event_save, |
|
481 | + | 'pre_delete': WorkSignalHandlers.event_delete, |
|
482 | + | }, |
|
473 | 483 | } |
|
474 | 484 | ||
475 | 485 | @classmethod |
Files | Coverage |
---|---|
mep | 98.44% |
srcmedia/ts | 86.55% |
Project Totals (223 files) | 98.01% |
2469.1
TRAVIS_PYTHON_VERSION=3.5 TRAVIS_OS_NAME=linux
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.