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-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
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-08-01
Simplified comment in BooleanField.to_python().
Tim Graham
2018-07-30
Refs #29548 -- Fixed failing window tests on MariaDB 10.3.
Tom Forbes
2018-07-27
Fixed #29595 -- Allowed using timedelta in migrations questioner.
Tim Graham
2018-07-25
Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.
Andrew Brown
2018-07-25
Refs #29563 -- Fixed SQLCompiler.execute_sql() to respect DatabaseFeatures.ca...
Andrew Brown
2018-07-25
Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField.
Mariusz Felisiak
2018-07-20
Fixed #29568 -- Prevented unnecessary UPDATE queries creating child models.
François Dupayrat
2018-07-19
Fixed #29040 -- Made test database creation messages use a consistent output ...
Claude Paroz
2018-07-19
Refs #28862 -- Removed the FieldRelatedOptionOperation.reduce() optimization.
Simon Charette
2018-07-19
Fixed #26906 -- Reduced alter together operations code duplication.
Simon Charette
2018-07-19
Fixed #27731 -- Implemented CreateModel/AlterFooOperation reduction.
Simon Charette
2018-07-19
Fixed #28862 -- Disabled optimization of AlterFooTogether and RemoveField.
Simon Charette
2018-07-18
Removed duplicate words in various comments.
Mariusz Felisiak
2018-07-16
Fixed #29413 -- Prevented evaluation of QuerySet.get_or_create()/update_or_cr...
Viktor Danyliuk
[prev]
[next]