Opened 13 years ago
Closed 13 years ago
#18927 closed Bug (fixed)
bulk_create tests expect explicit query count even for database that doens't support bulk insert
| Reported by: | Michael Manfre | Owned by: | nobody |
|---|---|---|---|
| Component: | Testing framework | Version: | dev |
| Severity: | Normal | Keywords: | bulk_create |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Some of the bulk_create tests assert the number of queries executed, which assumes that the database supports has_bulk_insert = True.
Change History (3)
comment:1 by , 13 years ago
comment:3 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/350