django/tests/modeltests/update_only_fields
Anssi Kääriäinen de79d23ce0 Avoided test failure on MySQL by skipping a failing test
MySQL generates an extra query in inheritance cases when doing an update.
This results in a test failure when checking for number of queries in
update_only_fields tests. Added a skip temporarily to avoid this test
failure. Refs #18304.
2012-05-12 12:03:46 +03:00
..
__init__.py
models.py
tests.py Avoided test failure on MySQL by skipping a failing test 2012-05-12 12:03:46 +03:00