Opened 15 years ago

Closed 15 years ago

#13700 closed (fixed)

Kill flush call (and doctests) in m2m through tests

Reported by: Alex Gaynor Owned by: nobody
Component: Testing framework Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description

This leads to big speedups on Postgres and PyPy.

Change History (3)

by Alex Gaynor, 15 years ago

by Alex Gaynor, 15 years ago

2 years of using this trac and I still don't get it :/

comment:1 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [13324]) Fixed #13700 -- Converted m2m_through_regress tests to unittests, removing another flush call. Thanks to Alex Gaynor.

Note: See TracTickets for help on using tickets.
Back to Top