Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_sqlite.py
Commit message (Collapse)AuthorAgeFilesLines
* Added trailing comma.Aymeric Augustin2015-02-061-1/+1
| | | | Sorry, I couldn't stand the inconsistency between the two databases anymore.
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+2
|
* Updated an inaccurate comment.Aymeric Augustin2013-02-261-3/+2
| | | | | 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.
* Use faster password hasher in sqlite testsAnssi Kääriäinen2012-04-301-0/+6
| | | | Fixed #18163
* Added a default SECRET_KEY setting to the default test ↵Jannis Leidel2012-03-021-0/+2
| | | | | | sesttings (refs #17800). git-svn-id: http://code.djangoproject.com/svn/django/trunk@17614 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed a url to the contributing guide in a code comment.Julien Phalip2011-12-141-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Corrected the way databases were compared. This allows ↵Alex Gaynor2010-11-191-1/+0
| | | | | | running the test suite with two in memory SQLite databases. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6298 - Added sample settings file to run the ↵Jannis Leidel2010-02-231-0/+23
Django test suite (SQLite). Thanks, Eric Holscher. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12547 bcc190cf-cafb-0310-a4f2-bffc1f526a37