summaryrefslogtreecommitdiff
path: root/tests/test_sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-7/+7
* Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.Claude Paroz2021-05-181-0/+2
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-151-0/+2
* Added trailing comma.Aymeric Augustin2015-02-061-1/+1
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+2
* Updated an inaccurate comment.Aymeric Augustin2013-02-261-3/+2
* Use faster password hasher in sqlite testsAnssi Kääriäinen2012-04-301-0/+6
* Added a default SECRET_KEY setting to the default test sesttings (refs #17800).Jannis Leidel2012-03-021-0/+2
* Fixed a url to the contributing guide in a code comment.Julien Phalip2011-12-141-1/+1
* Corrected the way databases were compared. This allows running the test suit...Alex Gaynor2010-11-191-1/+0
* Fixed #6298 - Added sample settings file to run the Django test suite (SQLite...Jannis Leidel2010-02-231-0/+23