django/tests/many_to_many
Simon Charette de7f6b51b2 Refs #19544 -- Added a fast path for through additions if supported.
The single query insertion path is taken if the backend supports inserts
that ignore conflicts and m2m_changed signals don't have to be sent.
2019-02-21 10:20:47 -05:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Followed style guide for model attribute ordering. 2018-12-27 19:34:14 -05:00
tests.py Refs #19544 -- Added a fast path for through additions if supported. 2019-02-21 10:20:47 -05:00