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-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
2018-07-16
Fixed #28917 -- Prevented Paginator's unordered warning on EmptyQuerySet.
Josh Schneier
2018-07-14
Fixed #29542 -- Fixed invalid SQL if a Subquery from the HAVING clause is use...
Mariusz Felisiak
2018-07-11
Fixed #29559 -- Fixed TransactionTestCase.reset_sequences for auto-created m2...
Oliver Sauder
2018-07-11
Removed in_between from Operation.reduce()'s signature.
Simon Charette
2018-07-11
Fixed #27845 -- Allowed both right and left optimizations of operations.
Simon Charette
2018-07-11
Allowed RemoveField operations to be optimized through.
Simon Charette
2018-07-11
Relaxed FieldOperation.references_field remote field checking.
Simon Charette
2018-07-11
Introduced ModelTuple to remove migrations boilerplate.
Simon Charette
2018-07-11
Fixed #26720 -- Prevented invalid CreateModel optimizations of related fields.
Simon Charette
2018-07-11
Fixed #27768 -- Allowed migration optimization of CreateModel order.
Simon Charette
2018-07-11
Refs #27768 -- Reversed order of optimized and in-between operations.
Simon Charette
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-07-10
Removed Oracle's fetchmany() and fetchall() wrappers.
Sergey Fedoseev
2018-07-10
Deleted unused variable in SQLCompiler.get_related_selections().
Mads Jensen
2018-07-09
Refs #29548 -- Fixed non-GIS test failures on MariaDB.
Tom Forbes
2018-07-05
Fixed #29544 -- Fixed regex lookup on MariaDB.
Michal Čihař
2018-07-05
Refs #26608 -- Removed unneeded name attribute in window functions.
Mads Jensen
2018-07-05
Refs #28643 -- Added math database functions.
Junyi Jiao
2018-07-04
Fixed #29541 -- Fixed Cursor.execute() crash when setinputsizes() is called w...
Mariusz Felisiak
2018-07-02
Removed unused code in django.db.backends.utils.format_number().
Tim Graham
2018-07-02
Fixed #29530 -- Fixed aliases ordering when chaining annotate() and filter().
Mariusz Felisiak
2018-07-02
Simplified SQLite's Decimal adapter.
Sergey Fedoseev
2018-06-29
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Ian Foote
2018-06-29
Fixed #29480 -- Made MySQL backend retrieve constraint columns in their defin...
Thomas Grainger
2018-06-28
Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for ...
Tim Graham
2018-06-25
Fixed #29517 -- Added support for SQLite column check constraints on positive...
Tim Graham
2018-06-25
Fixed #29447 -- Made RelatedManager.set() pass bulk argument to clear().
Alexandr Tatarinov
2018-06-25
Refs #29516 -- Reverted inadvertent change in Model.__init__().
Tim Graham
2018-06-25
Fixed #29517 -- Rephrased error message when passing incorrect kwarg to model...
Federico Bond
2018-06-20
Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.
Tom
2018-06-20
Fixed #29503 -- Made __in lookup keep order of values in query.
Nick Pope
2018-06-17
Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...
Mariusz Felisiak
2018-06-15
Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when run after R...
Jeff
2018-05-29
Refs #28748 -- Reallowed lazy model field choices.
Tim Graham
2018-05-27
Fixed #29230 -- Fixed nested prefetches that clash with descriptors.
Paulo
[prev]
[next]