index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
initial_sql_regress
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-12-10
Amended an SQL test fixture to not include an id value
Claude Paroz
2012-12-03
Fixed #19416 -- Fixed multi-line commands in initial SQL files
Claude Paroz
2012-11-04
Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...
Alex Gaynor
2012-07-21
Re-added Windows line ending stripped in previous commit
Claude Paroz
2012-07-21
Fixed #4680 -- Improved initial_sql parsing
Claude Paroz
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-01-18
Refs #14661 -- Clarified the handling of initial data injected via custom SQL.
Russell Keith-Magee
2010-10-12
Converted initial_sql_regress tests from doctests (sort of...) to unittests. ...
Alex Gaynor
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2006-09-25
Fixed #2729 -- Handle initial SQL with different line-ending styles (Windows
Malcolm Tredinnick
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee
2006-06-20
Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sql
Adrian Holovaty
2006-06-20
Fixed #2119 -- fixed problems with splitting SQL statements into separate
Malcolm Tredinnick
2006-06-20
Fixed #2161 -- handle trailing newlines in initial SQL data. Includes
Malcolm Tredinnick