Updates all elements in the current QuerySet, setting all the given fields to the appropriate values.
(self, *args, **kwargs)
| 354 | |
| 355 | |
| 356 | def update(self, *args, **kwargs): |
| 357 | """ |
| 358 | Updates all elements in the current QuerySet, setting all the given |
| 359 | fields to the appropriate values. |
| 360 | """ |
| 361 | |
| 362 | |
| 363 | def update_or_create(self, *args, **kwargs): |
nothing calls this directly
no outgoing calls
no test coverage detected