summaryrefslogtreecommitdiff
path: root/tests/modeltests/fixtures/tests.py
AgeCommit message (Expand)Author
2011-11-27Changed the fixtures used to test the 'initial_data' feature so they don't co...Aymeric Augustin
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-10-17Tweaked test added in r16873 so it also works with Oracle.Ramiro Morales
2011-10-16Fixed a test that relied on the database to reject invalid data; MySQL doesn'...Aymeric Augustin
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-09-22Fixed #16026 -- loaddata now identifies which object triggered an error.Paul McMillan
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-09Fixed a bunch more tests that were failing in Oracle due to false assumptions...Ian Kelly
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-08-30Fixed #14162 - Dumpdata needs an option to use the base manager instead of th...Luke Plant
2010-08-06Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusio...Russell Keith-Magee
2010-06-05Corrected pre-Python 2.6 syntax incompatibility from r13319. Thanks to Karen ...Russell Keith-Magee
2010-06-05Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another...Russell Keith-Magee