#31384: Check if objs are clean before bulk_create, bulk_update
-------------------------------------+-------------------------------------
Reporter: GardenLee | Owner: nobody
Type: New feature | Status: closed
Component: Database layer | Version: 3.0
(models, ORM) |
Severity: Normal | Resolution: wontfix
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Simon Charette):
* status: new => closed
* resolution: => wontfix
Comment:
Model validation and persistence are separated concerns.
For example `Model.save()` doesn't invoke `.clean()` so I don't think
`bulk_create` should differ from that.
--
Ticket URL: <https://code.djangoproject.com/ticket/31384#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/064.c652f4e16c01f4c66f34fc54ac81c561%40djangoproject.com.