summaryrefslogtreecommitdiff
path: root/tests/regressiontests/backends/models.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-20Added a db_constraint option to ForeignKeys.Alex Gaynor
2013-01-11Fixed #19360 -- Raised an explicit exception for aggregates on date/time fiel...Nick Sandford
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2010-10-23Fixed #14223 -- Extended unification of exception raised in presence of integ...Ramiro Morales
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-09-27Migrated custom_columns_regress doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27Migrated backends doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-07-30Added a related_name to a test model to avoid a name clash in the full test s...Russell Keith-Magee
2010-07-30Fixed #13821 -- Added a double-quoting to the PostgreSQL sequence reset code....Russell Keith-Magee
2010-07-30Fixed #13941 -- Corrected the way sequence names are reset under Postgres, es...Russell Keith-Magee
2010-06-21Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve...Russell Keith-Magee
2010-06-10Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...Russell Keith-Magee
2010-06-07Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...Russell Keith-Magee
2010-02-24Fixed #12818. SQLite now properly quotes strings for date extraction and trun...Joseph Kocherhans
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-01-04Fixed #6254: Made fetchone() in the oracle backend correctly convert Ian Kelly
2007-09-16Rewrote the backends test to be more portable. Was previously failing on MySQL.Malcolm Tredinnick
2007-09-14Fixed the test in [6218] which was invalid for psycopg2 and friends -- execut...Jacob Kaplan-Moss
2007-09-14Added test cases for [6218].Ian Kelly