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
/
base
Age
Commit message (
Expand
)
Author
2019-03-17
[2.2.x] Refs #30172 -- Prevented removing a model Meta's index/unique_togethe...
Paveł Tyślacki
2019-03-17
[2.2.x] Refs #30172 -- Prevented removing a field's check or unique constrain...
Paveł Tyślacki
2019-02-14
[2.2.x] Fixed #30171 -- Fixed DatabaseError in servers tests.
Jon Dufresne
2019-02-13
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-01-12
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2019-01-12
Used None as the empty value for condition in Index's SQL construction.
Paveł Tyślacki
2019-01-10
Renamed variables after generalization of constraints.
Paveł Tyślacki
2019-01-09
Refs #23748 -- Added AutoField introspection for SQLite.
Nick Pope
2019-01-03
Fixed typo in django/db/backends/base/features.py.
Mariusz Felisiak
2019-01-01
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...
Paveł Tyślacki
2018-12-26
Refs #29547 -- Skipped an unsupported partial index test on older versions of...
Tim Graham
2018-12-24
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
Nick Pope
2018-12-22
Renamed SQLite3 references to to SQLite.
Simon Charette
2018-12-06
Fixed #29932 -- Fixed combining compound queries with sub-compound queries on...
Mariusz Felisiak
2018-11-26
Refs #29722 -- Added introspection of materialized views for Oracle.
Mariusz Felisiak
2018-11-21
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-11-20
Changed BaseDatabaseSchemaEditor._effective_default() to staticmethod.
Tim Graham
2018-11-17
Added BaseDatabaseSchemaEditor._effective_default() to allow testing without ...
Tim Graham
2018-11-17
Fixed #29505 -- Removed SchemaEditor's calling of callable defaults.
Tim Graham
2018-11-13
Refs #29641 -- Refactored database schema constraint creation.
Simon Charette
2018-11-09
Fixed #29934 -- Added sqlparse as a require dependency.
Tim Graham
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-25
Refs #27025 -- Removed obsolete sqlite3 transaction management workaround for...
Tim Graham
2018-10-25
Made DatabaseFeatures.uses_savepoints default to True.
Tim Graham
2018-10-21
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Mariusz Felisiak
2018-10-02
Added django.db.backends.utils.names_digest() to remove redundant code.
Jon Dufresne
2018-10-01
Fixed #29767 -- Made date-related casts work on SQLite
Claude Paroz
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-25
Fixed #29778 -- Fixed quoting of unique index names.
Oleg
2018-09-25
Refs #27795 -- Removed force_bytes() usage in db/backends/base/schema.py.
Jon Dufresne
2018-09-18
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
Tom Forbes
2018-08-28
Refs #29654 -- Replaced three dots with ellipsis in DB creation output strings.
Jon Dufresne
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-07-30
Refs #29548 -- Fixed failing window tests on MariaDB 10.3.
Tom Forbes
2018-07-19
Fixed #29040 -- Made test database creation messages use a consistent output ...
Claude Paroz
2018-07-11
Fixed #29559 -- Fixed TransactionTestCase.reset_sequences for auto-created m2...
Oliver Sauder
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-06-29
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Ian Foote
2018-06-17
Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...
Mariusz Felisiak
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-04-11
Fixed #29193 -- Prevented unnecessary foreign key drops when altering a uniqu...
Jeremy Bowman
2018-04-03
Fixed #29251 -- Added bytes to str conversion in LPad/RPad database functions...
Mariusz Felisiak
2018-03-20
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...
Tim Graham
2018-03-16
Removed DatabaseFeatures.can_introspect_null.
Tim Graham
2018-03-12
Fixed typo in django/db/backends/base/schema.py.
Tomer Chachamu
2018-03-12
Removed unused variable in BaseDatabaseSchemaEditor.effective_default().
Дилян Палаузов
2018-02-26
Refs #28909 -- Simplifed code using unpacking generalizations.
Mariusz Felisiak
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-02-07
Renamed the allow_sliced_subqueries database feature to allow_sliced_subqueri...
Mariusz Felisiak
[next]