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
Age
Commit message (
Expand
)
Author
2018-10-03
Refs #27795 -- Removed force_bytes() usage in MySQL backend.
Jon Dufresne
2018-10-02
Fixed #29745 -- Based Expression equality on detailed initialization signature.
Simon Charette
2018-10-02
Refs #29722 -- Added introspection of materialized views for PostgreSQL.
Nick Pope
2018-10-02
Fixed #29719 -- Added introspection of foreign tables for PostgreSQL.
Nick Pope
2018-10-02
Refs #29641 -- Extracted reusable CheckConstraint logic into a base class.
Simon Charette
2018-10-02
Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...
Simon Charette
2018-10-02
Added django.db.backends.utils.names_digest() to remove redundant code.
Jon Dufresne
2018-10-02
Fixed ResourceWarning in MySQL's _clone_test_db().
Jon Dufresne
2018-10-01
Fixed #29804 -- Added 'did you mean' suggestions for unsupported lookup error.
Abhinav Patil
2018-10-01
Fixed #29767 -- Made date-related casts work on SQLite
Claude Paroz
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-26
Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the ...
Mariusz Felisiak
2018-09-26
Made DatabaseWrapper.oracle_version() return a full version tuple.
Mariusz Felisiak
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
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-25
Refs #27795 -- Removed force_bytes() usage in db/backends/base/schema.py.
Jon Dufresne
2018-09-25
Refs #27795 -- Removed force_bytes() usage in db/backends/utils.py.
Jon Dufresne
2018-09-18
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
Tom Forbes
2018-09-17
Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.
Claude Paroz
2018-09-16
Fixed #29759 -- Fixed crash on Oracle when fetching a returned insert id with...
Mariusz Felisiak
2018-09-14
Simplified introspection methods for PostgreSQL.
Nick Pope
2018-09-14
Fixed #29755 -- Made migrations detect changes to Meta.default_related_name.
Simon Charette
2018-09-13
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Ramiro Morales
2018-09-11
Fixed #29749 -- Made the migrations loader ignore files starting with a tilde...
Tim Graham
2018-09-10
Fixed #29500 -- Fixed SQLite function crashes on null values.
Srinivas Reddy Thatiparthy
2018-09-10
Combined two identical SQLite functions.
Nick Pope
2018-09-10
Made some date parsing in SQLite functions more DRY.
Nick Pope
2018-09-10
Fixed #29243 -- Improved efficiency of migration graph algorithm.
Krzysztof Gogolewski
2018-09-08
Fixed #29727 -- Made nonexistent joins in F() raise FieldError.
Alexander Holmbäck
2018-08-31
Refs #27795 -- Removed force_text() in Model._get_FIELD_display().
Jon Dufresne
2018-08-29
Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_...
Mariusz Felisiak
2018-08-28
Refs #29654 -- Replaced three dots with ellipsis in DB creation output strings.
Jon Dufresne
2018-08-28
Refs #27795 -- Removed force_bytes()/smart_text() from model fields.
Jon Dufresne
2018-08-23
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
priyanshsaxena
2018-08-22
Fixed #26352 -- Made system check allow ManyToManyField to target the same mo...
Simon Willison
2018-08-22
Fixed #29698 -- Fixed Field._check_choices() crash on invalid choices.
Franck Michea
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-20
Removed unused function argument from Window.as_sql().
Mariusz Felisiak
2018-08-20
Fixed #29625 -- Made Model.refresh_from_db() clear prefetch related caches.
Ming Qin
2018-08-18
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
Sigurd Ljødal
2018-08-17
Refs #29015 -- Added database name to PostgreSQL database name too long excep...
Jon Dufresne
2018-08-13
Removed unused enumerate in django/db/models/sql/datastructures.py.
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-08-10
Fixed #29653 -- Fixed missing related_query_name reverse accessor if GenericR...
Ramiro Morales
2018-08-07
Fixed #29648 -- Fixed crash when using subqueries inside datetime truncation ...
Raphael Michel
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-08-03
Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...
Mariusz Felisiak
2018-08-02
Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().
Michael Sanders
2018-08-02
Fixed #29614 -- Added BTreeIndex to django.contrib.postres.
Nick Pope
2018-08-02
Fixed #28990 -- Added autosummarize parameter to BrinIndex.
Nick Pope
[prev]
[next]