No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
e71d23a
... +0 ...
3cf6f94
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
225 | 225 | changed_attr = getattr(record, field_name, None) |
|
226 | 226 | ||
227 | 227 | if changed_attr.__class__.__name__ == 'ManyRelatedManager': |
|
228 | - | changed_attr.set(value_or_func) |
|
228 | + | changed_attr.set(value_or_func) |
|
229 | 229 | else: |
|
230 | 230 | setattr(record, field_name, value_or_func) |
|
231 | 231 |
Files | Coverage |
---|---|
adminactions | 84.72% |
Project Totals (23 files) | 84.72% |
3cf6f94
e71d23a