django/tests/regressiontests/initial_sql_regress
Russell Keith-Magee b31a1b9926 Refs #14661 -- Clarified the handling of initial data injected via custom SQL.
This is BACKWARDS INCOMPATIBLE CHANGE for anyone relying on SQL-injected initial data in a test case.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-18 16:43:01 +00:00
..
sql Fixed #2729 -- Handle initial SQL with different line-ending styles (Windows 2006-09-25 07:36:46 +00:00
__init__.py Fixed #2161 -- handle trailing newlines in initial SQL data. Includes 2006-06-20 07:12:45 +00:00
models.py Refs #14661 -- Clarified the handling of initial data injected via custom SQL. 2011-01-18 16:43:01 +00:00
tests.py Refs #14661 -- Clarified the handling of initial data injected via custom SQL. 2011-01-18 16:43:01 +00:00