index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
backends
/
sqlite
/
tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+0
*
Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.
Mariusz Felisiak
2022-12-08
1
-2
/
+2
*
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-22
1
-4
/
+4
*
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-18
1
-19
/
+7
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-49
/
+67
*
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
Mariusz Felisiak
2020-12-30
1
-3
/
+3
*
Corrected tests.backends.sqlite.tests.Tests.test_aggregation()'s docstring.
Mariusz Felisiak
2020-09-13
1
-3
/
+1
*
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-11
1
-1
/
+1
*
Fixed #31228 -- Reallowed aggregates to be used with multiple expressions and...
Taoup
2020-02-18
1
-0
/
+9
*
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-06
1
-2
/
+4
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-5
/
+3
*
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-11-07
1
-1
/
+17
*
Fixed a failure when running tests on systems with SQLite < 3.8.3.
Tim Graham
2019-02-21
1
-1
/
+6
*
Refs #30055 -- Added a helpful error when SQLite is too old.
Tim Graham
2019-01-28
1
-0
/
+11
*
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2019-01-09
1
-0
/
+12
*
Refs #29182 -- Corrected SQLite's supports_atomic_references_rename feature f...
Simon Charette
2018-12-22
1
-1
/
+5
*
Renamed SQLite3 references to to SQLite.
Simon Charette
2018-12-22
1
-2
/
+2
*
Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+.
Simon Charette
2018-12-17
1
-3
/
+3
*
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...
Simon Charette
2018-12-15
1
-17
/
+47
*
Fixed #29500 -- Fixed SQLite function crashes on null values.
Srinivas Reddy Thatiparthy
2018-09-10
1
-0
/
+16
*
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Simon Charette
2017-12-01
1
-1
/
+41
*
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-11-28
1
-8
/
+8
*
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-10-06
1
-4
/
+5
*
Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.
Tim Graham
2017-10-03
1
-18
/
+3
*
Reorganized backends tests.
Mariusz Felisiak
2017-06-21
1
-0
/
+138