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
2024-01-01
Updated DatabaseFeatures.bare_select_suffix on Oracle 23c.
Nick Pope
2024-01-01
Supported native aggregation over INTERVALs on Oracle 23c.
Nick Pope
2024-01-01
Added note about SELECT index in GROUP BY on Oracle 23c.
Nick Pope
2023-12-22
Fixed #35054 -- Fixed crash on Oracle when fetching JSONFields with oracledb ...
Mariusz Felisiak
2023-12-14
Fixed #35000 -- Skipped declaring empty string defaults on BLOB/TEXT field on...
Tobias Krönke
2023-12-12
Fixed #35018 -- Fixed migrations crash on GeneratedField with BooleanField as...
Mariusz Felisiak
2023-12-06
Replaced deprecated database type synonyms in Oracle backend.
Mariusz Felisiak
2023-12-03
Fixed #35002 -- Made UniqueConstraints with fields respect nulls_distinct.
Peter Thomassen
2023-11-30
Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_comment on...
Mariusz Felisiak
2023-11-27
Fixed #34992 -- Fixed DatabaseFeatures.allows_group_by_selected_pks on MariaD...
Nathaniel Conroy
2023-11-22
Fixed #34984 -- Skipped GeneratedFields when remaking tables on SQLite.
Sarah Boyce
2023-11-13
Fixed #34967 -- Fixed queryset crash when grouping by constants on SQLite < 3...
David Sanders
2023-11-07
Fixed #34946 -- Preserved db_default on combined default field addition.
Simon Charette
2023-11-03
Fixed #34941 -- Fixed fetching decimal db_defaults for DecimalFields on Oracle.
Mariusz Felisiak
2023-11-03
Refs #34941 -- Skipped OperationTests.test_alter_field_change_nullable_to_dec...
Mariusz Felisiak
2023-11-02
Fixed #34936 -- Fixed migration crash for DecimalField with db_default on SQL...
David Sanders
2023-11-02
Refs #31300 -- Allowed testing GeneratedField without collation.
Tim Graham
2023-10-30
Refs #29850 -- Added exclusion support to window frames.
Sarah Boyce
2023-10-30
Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index creation ...
Tom Carrick
2023-10-28
Refs #29850 -- Added RowRange support for positive integer start and negative...
Sarah Boyce
2023-09-26
Fixed #34873 -- Added QuerySet.explain() support for GENERIC_PLAN option on P...
Mariusz Felisiak
2023-09-25
Refs #34825 -- Made SQLite backend open source database in readonly mode when...
David Sanders
2023-09-25
Fixed #34849 -- Avoided raising RuntimeWarning about import-time queries when...
David Sanders
2023-09-22
Fixed #34840 -- Avoided casting string base fields on PostgreSQL.
Mariusz Felisiak
2023-09-20
Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.
Mariusz Felisiak
2023-09-19
Fixed #34850 -- Dropped support for MariaDB 10.4.
Mariusz Felisiak
2023-09-18
Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEm...
Mariusz Felisiak
2023-09-18
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
Mariusz Felisiak
2023-09-09
Fixed #34820 -- Fixed migrations crash when changing a ForeignObject field.
donghao
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta
2023-08-31
Fixed #34547 -- Deprecated DatabaseOperations.field_cast_sql().
David Smith
2023-08-30
Fixed #34799 -- Made MySQL introspection skip cross-database relations.
John Whitman
2023-08-21
Fixed #33143 -- Raised RuntimeWarning when performing import-time queries.
Florian Zimmermann
2023-08-20
Fixed DatabaseCreation.get_test_db_clone_settings() for empty database name o...
Mariusz Felisiak
2023-08-10
Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.
Jingbei Li
2023-08-10
Fixed DatabaseFeatures.supports_primitives_in_json_field on Oracle 21c+.
Mariusz Felisiak
2023-08-09
Refs #34233 -- Bumped required cx_Oracle to 8.3.
Mariusz Felisiak
2023-08-04
Fixed #34760 -- Dropped support for SQLite < 3.27.
Mariusz Felisiak
2023-08-03
Refs #33713 -- Removed unnecessary version check in DatabaseFeatures.update_c...
Mariusz Felisiak
2023-08-03
Fixed #34761 -- Dropped support for MySQL < 8.0.11.
Mariusz Felisiak
2023-08-02
Fixed #33507 -- Used UUID data type on MariaDB 10.7+.
Albert Defler
2023-07-22
Refs #24686 -- Made AlterField operation a noop when renaming related model w...
devilsautumn
2023-07-19
Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
Simon Charette
2023-07-19
Reduced unique constraint eligibility code duplication.
Simon Charette
2023-06-27
Fixed #34671 -- Fixed collation introspection for views and materialized view...
Mariusz Felisiak
2023-06-23
Improved style of n-tuple wording in docs and comments.
Nick Pope
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-10
Fixed #34553 -- Fixed improper % escaping of literal in constraints.
Simon Charette
2023-05-09
Moved SQLite DatabaseSchemaEditor.add_field()'s comment to the correct line.
Mariusz Felisiak
2023-05-08
Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on ...
Mariusz Felisiak
[prev]
[next]