summaryrefslogtreecommitdiff
path: root/tests/test_sqlite.py
AgeCommit message (Collapse)Author
2025-09-05Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.Tim Graham
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-05-18Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.Claude Paroz
Co-authored-by: Nick Pope <nick@nickpope.me.uk> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
This also changes the default type of auto-created primary keys for new apps and projects to BigAutoField.
2015-02-06Added trailing comma.Aymeric Augustin
Sorry, I couldn't stand the inconsistency between the two databases anymore.
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
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