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
/
test_sqlite.py
Age
Commit message (
Expand
)
Author
2025-09-05
Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.
Tim Graham
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-05-18
Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.
Claude Paroz
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2015-02-06
Added trailing comma.
Aymeric Augustin
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2013-02-26
Updated an inaccurate comment.
Aymeric Augustin
2012-04-30
Use faster password hasher in sqlite tests
Anssi Kääriäinen
2012-03-02
Added a default SECRET_KEY setting to the default test sesttings (refs #17800).
Jannis Leidel
2011-12-14
Fixed a url to the contributing guide in a code comment.
Julien Phalip
2010-11-19
Corrected the way databases were compared. This allows running the test suit...
Alex Gaynor
2010-02-23
Fixed #6298 - Added sample settings file to run the Django test suite (SQLite...
Jannis Leidel