summaryrefslogtreecommitdiff
path: root/tests/regressiontests/initial_sql_regress/tests.py
AgeCommit message (Collapse)Author
2011-01-18[1.2.X] Refs #14661 -- Clarified the handling of initial data injected via ↵Russell Keith-Magee
custom SQL. This is BACKWARDS INCOMPATIBLE CHANGE for anyone relying on SQL-injected initial data in a test case. Backport of r15239 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-12[1.2.X] Converted initial_sql_regress tests from doctests (sort of...) to ↵Alex Gaynor
unittests. We have always been at war with doctests. Backport of [14179]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14180 bcc190cf-cafb-0310-a4f2-bffc1f526a37