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
/
django
/
db
/
backends
/
sqlite3
/
features.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-12
1
-0
/
+2
*
Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.
Mariusz Felisiak
2022-12-08
1
-6
/
+2
*
Refs #31169 -- Skipped test_get_test_db_clone_settings_not_supported on not i...
Mariusz Felisiak
2022-11-28
1
-0
/
+5
*
Used DatabaseFeatures.django_test_skips to skip AssertNumQueriesUponConnectio...
Christophe Baldy
2022-11-24
1
-0
/
+5
*
Fixed #29062 -- Prevented possibility of database lock when using LiveServerT...
baldychristophe
2022-11-24
1
-0
/
+10
*
Fixed #10070 -- Added support for pyformat style parameters on SQLite.
Ryan Cheley
2022-11-08
1
-1
/
+0
*
Refs #33768 -- Fixed ordering compound queries by NULLs on SQLite < 3.30.
Simon Charette
2022-11-01
1
-0
/
+2
*
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
2022-06-01
1
-0
/
+7
*
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-18
1
-0
/
+1
*
Refs #32502 -- Avoided table rebuild when removing fields on SQLite 3.35.5+.
Mariusz Felisiak
2022-02-11
1
-0
/
+2
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-10
/
+20
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-35
/
+41
*
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2022-01-19
1
-0
/
+2
*
Refs #29517 -- Removed obsolete PositiveIntegerField test skip.
Tim Graham
2021-12-27
1
-3
/
+0
*
Fixed DatabaseFeatures.requires_literal_defaults on SQLite.
Mariusz Felisiak
2021-12-10
1
-0
/
+1
*
Fixed #31765 -- Enforced enhanced ALTER TABLE behavior for SQLite connections.
Adam Johnson
2021-12-07
1
-5
/
+0
*
Removed unneeded can_use_chunked_reads feature flag on SQLite.
Mariusz Felisiak
2021-11-25
1
-4
/
+0
*
Fixed #33224 -- Removed DatabaseFeatures.supports_mixed_date_datetime_compari...
Hasan Ramezani
2021-11-02
1
-1
/
+5
*
Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_li...
Chinmoy
2021-10-28
1
-0
/
+1
*
Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread.
Chris Jerdonek
2021-04-12
1
-0
/
+1
*
Fixed #32501 -- Added support for returning fields from INSERT statements on ...
girishsontakke
2021-04-07
1
-0
/
+6
*
Fixed #31487 -- Added precision argument to Round().
Nick Pope
2021-03-29
1
-0
/
+6
*
Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...
Hannes Ljungberg
2021-01-14
1
-1
/
+0
*
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2021-01-13
1
-0
/
+1
*
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-10
1
-0
/
+31
*
Fixed #32179 -- Added JSONObject database function.
Artur Beltsov
2020-12-02
1
-0
/
+1
*
Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...
Mariusz Felisiak
2020-11-25
1
-5
/
+6
*
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-21
1
-0
/
+1
*
Fixed #21181 -- Added Collate database function.
Tom Carrick
2020-08-11
1
-0
/
+4
*
Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...
Mariusz Felisiak
2020-07-28
1
-0
/
+1
*
Fixed #31765 -- Disabled bundled SQLite renaming atomic references on macOS 1...
Tom Forbes
2020-07-22
1
-1
/
+9
*
Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.
Tim Graham
2020-06-04
1
-1
/
+0
*
Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...
Hasan Ramezani
2020-06-04
1
-6
/
+10
*
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-08
1
-0
/
+16
*
Fixed #31479 -- Added support to reset sequences on SQLite.
Jon Dufresne
2020-04-21
1
-1
/
+0
*
Fixed #31376 -- Optimized nulls ordering when possible on SQLite and MySQL.
Simon Charette
2020-03-18
1
-0
/
+1
*
Refs #13312 -- Simplified handling of nulls ordering on MySQL.
Nick Pope
2019-11-04
1
-0
/
+1
*
Fixed #30859 -- Fixed DatabaseFeatures.supports_aggregate_filter_clause on SQ...
Mariusz Felisiak
2019-10-15
1
-0
/
+1
*
Refs #26608 -- Fixed DatabaseFeatures.supports_frame_range_fixed_distance on ...
Mariusz Felisiak
2019-10-09
1
-0
/
+1
*
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-02
1
-0
/
+1
*
Refs #30027 -- Enabled window function tests on SQLite 3.25+.
Simon Charette
2019-02-09
1
-0
/
+1
*
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-30
1
-3
/
+0
*
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2019-01-29
1
-0
/
+1
*
Refs #23748 -- Added AutoField introspection for SQLite.
Nick Pope
2019-01-09
1
-0
/
+2
*
Refs #29547 -- Skipped an unsupported partial index test on older versions of...
Tim Graham
2018-12-26
1
-0
/
+1
*
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
Nick Pope
2018-12-24
1
-21
/
+0
*
Fixed #30055 -- Dropped support for SQLite < 3.8.3.
Tim Graham
2018-12-22
1
-1
/
+0
*
Refs #29928 -- Added supports_pragma_foreign_key_check SQLite feature flag.
Simon Charette
2018-12-22
1
-1
/
+2
*
Refs #29928 -- Corrected SQLite's can_defer_constraint_checks feature flag.
Simon Charette
2018-12-22
1
-1
/
+1
*
Refs #29182 -- Corrected SQLite's supports_atomic_references_rename feature f...
Simon Charette
2018-12-22
1
-1
/
+1
[next]