Opened 14 years ago

Closed 14 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

Description

This leads to big speedups on Postgres and PyPy.

Attachments (2)

django-m2m-through-test-cleanup.diff (6.1 KB ) - added by Alex Gaynor 14 years ago.
django-m2m-through-test-cleanup.2.diff (11.5 KB ) - added by Alex Gaynor 14 years ago.
2 years of using this trac and I still don't get it :/

Download all attachments as: .zip

Change History (3)

by Alex Gaynor, 14 years ago

by Alex Gaynor, 14 years ago

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

comment:1 by Russell Keith-Magee, 14 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