summaryrefslogtreecommitdiff
path: root/tests/test_sqlite.py
AgeCommit message (Collapse)Author
2013-02-26Updated an inaccurate comment.Aymeric Augustin
Tests can run nearly as fast under PostgreSQL and MySQL as under SQLite with a bit of configuration and the speedup is always a good thing.
2012-04-30Use faster password hasher in sqlite testsAnssi Kääriäinen
Fixed #18163
2012-03-02Added a default SECRET_KEY setting to the default test sesttings (refs #17800).Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17614 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-14Fixed a url to the contributing guide in a code comment.Julien Phalip
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-19Corrected the way databases were compared. This allows running the test ↵Alex Gaynor
suite with two in memory SQLite databases. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23Fixed #6298 - Added sample settings file to run the Django test suite ↵Jannis Leidel
(SQLite). Thanks, Eric Holscher. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12547 bcc190cf-cafb-0310-a4f2-bffc1f526a37