index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
Age
Commit message (
Expand
)
Author
2020-01-20
Changed re-raising an exception to use bare raise syntax where appropriate.
Jon Dufresne
2020-01-03
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
Simon Charette
2019-12-23
Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding FK const...
Mariusz Felisiak
2019-12-16
Fixed #31088 -- Added support for websearch searching in SearchQuery.
James Turk
2019-12-16
Fixed #31076 -- Fixed dbshell crash on Windows with Python < 3.8.
Zeynel Ă–zdemir
2019-12-11
Refs #28373 -- Stopped setting tzinfo in typecast_timestamp().
Sergey Fedoseev
2019-12-04
Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.
Aymeric Augustin
2019-12-04
Refs #23524 -- Unified BaseDatabaseWrapper.timezone.
Aymeric Augustin
2019-11-21
Fixed #30413 -- Fixed test database signature on SQLite when test database na...
Farhaan Bukhsh
2019-11-21
Refs #25367 -- Moved conditional expression wrapping to the Exact lookup.
Simon Charette
2019-11-20
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Jon Dufresne
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-18
Replaced unnecessary str()/bytes() calls with literals.
Jon Dufresne
2019-11-18
Fixed #30986 -- Fixed queryset crash when filtering against boolean RawSQL ex...
Mariusz Felisiak
2019-11-08
Fixed #30961 -- Fixed spaces in columns list SQL generated for indexes.
Hannes Ljungberg
2019-11-07
Fixed #30943 -- Added BloomIndex to django.contrib.postgres.
Nick Pope
2019-11-07
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-11-05
Fixed DatabaseFeatures.has_select_for_update_nowait on MariaDB 10.3+.
Mariusz Felisiak
2019-11-04
Refs #13312 -- Simplified handling of nulls ordering on MySQL.
Nick Pope
2019-10-31
Refs #23576 -- Disabled MySQL multi-alias deletion path on MariaDB 10.3.2+.
Simon Charette
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-24
Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...
Nick Pope
2019-10-24
Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...
Nick Pope
2019-10-24
Fixed #23576 -- Implemented multi-alias fast-path deletion in MySQL backend.
Simon Charette
2019-10-24
Fixed DatabaseFeatures.update_can_self_select on MariaDB 10.3.2+.
Mariusz Felisiak
2019-10-24
Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with o...
Hannes Ljungberg
2019-10-23
Refs #30897 -- Added test for SETTINGS option to Queryset.explain() on Postgr...
Nick Pope
2019-10-17
Refs #28816 -- Prevented silencing data loss when decreasing CharField.max_le...
Hasan Ramezani
2019-10-16
Fixed #30885 -- Dropped support for MariaDB 10.1.
Mariusz Felisiak
2019-10-15
Fixed #30859 -- Fixed DatabaseFeatures.supports_aggregate_filter_clause on SQ...
Mariusz Felisiak
2019-10-09
Refs #26608 -- Fixed DatabaseFeatures.supports_frame_range_fixed_distance on ...
Mariusz Felisiak
2019-10-02
Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...
Anatol Ulrich
2019-10-01
Fixed typo in BulkInsertMapper constant name.
Mariusz Felisiak
2019-10-01
Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-length texts...
Ahmet Kucuk
2019-09-25
Fixed #30800 -- Fixed migrations crash when altering a field with custom db_t...
Mariusz Felisiak
2019-09-24
Refs #29444 -- Removed redundant DatabaseFeatures.can_return_multiple_columns...
Mariusz Felisiak
2019-09-24
Fixed #29444 -- Allowed returning multiple fields from INSERT statements on O...
Johannes Hoppe
2019-09-20
Fixed #30786 -- Used CONVERT_TZ to check if the time zone definitions are ins...
Andrew
2019-09-11
Fixed #30591 -- Fixed recreation of foreign key constraints on MySQL when alt...
Adnan Umer
2019-09-09
Fixed #28107 -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model(...
Vojtech Bocek
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-09-09
Refs #29444 -- Fixed DateField constructor in db.backends.oracle.utils.Insert...
Johannes Hoppe
2019-09-06
Fixed DatabaseFeatures.can_introspect_check_constraints on MariaDB < 10.2.22,...
Mariusz Felisiak
2019-09-05
Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+.
Mariusz Felisiak
2019-09-03
Refs #29444 -- Made db.backends.oracle.utils.InsertVar use str as default.
Johannes Hoppe
2019-08-29
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
2019-08-26
Refs #30591 -- Fixed introspection of check and unique column constraints on ...
Mariusz Felisiak
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-08-22
Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.
Nasir Hussain
2019-08-21
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...
Mads Jensen
[prev]
[next]