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
/
operations.py
Age
Commit message (
Expand
)
Author
2020-10-14
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...
David-Wobrock
2020-10-02
Fixed #32060 -- Added Random database function.
Nick Pope
2020-08-28
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-06-30
Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.
Sergey Fedoseev
2020-05-21
Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update...
Manuel Weitzman
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-06
Fixed a/an typos in "SQL" usage.
Adam Johnson
2020-04-20
Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...
Jon Dufresne
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-01-20
Fixed #31183 -- Added a feature flag for "<db> only supports UNBOUNDED togeth...
Tim Graham
2020-01-03
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
Simon Charette
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-09-24
Fixed #29444 -- Allowed returning multiple fields from INSERT statements on O...
Johannes Hoppe
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-08-29
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
2019-08-20
Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...
Nick Pope
2019-07-08
Refs #29444 -- Added support for fetching a returned non-integer insert value...
Johannes Hoppe
2019-04-18
Fixed typos in docs, comments, and exception messages.
Ville Skyttä
2019-03-09
Fixed #30242 -- Removed extra space before LIMIT/OFFSET SQL.
Hang Park
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2018-11-09
Fixed #29934 -- Added sqlparse as a require dependency.
Tim Graham
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2017-12-27
Refs #28459 -- Improved performance of loading DurationField on SQLite and My...
Sergey Fedoseev
2017-11-03
Clarified error message for when sqlplarse isn't installed.
Nick
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-10-04
Refs #28670 -- Moved LIMIT/OFFSET SQL to DatabaseOperations.limit_offset_sql().
Mariusz Felisiak
2017-09-30
Corrected typos in BaseDatabaseOperations exception messages.
Mads Jensen
2017-09-29
Used NotSupportedError for some unsupported database opreations per PEP 249.
Mads Jensen
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-07-27
Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...
Mariusz Felisiak
2017-07-26
Allowed database backends to specify data types for Cast().
Mariusz Felisiak
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-11
Fixed #14204 -- Enforced SQLite foreign key constraints.
Claude Paroz
2017-06-29
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
Ran Benita
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-27
Refs #27802 -- Corrected BaseDatabaseOperations.datetime_extract/trunc_sql() ...
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-17
Refs #26285 -- Removed MySQL __search lookup per deprecation timeline.
Tim Graham
2017-01-17
Refs #24154 -- Removed deprecated BaseDatabaseOperations.check_aggregate_supp...
Tim Graham
2017-01-14
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Florian Apolloner
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-08-08
Fixed #26500 -- Added SKIP LOCKED support to select_for_update().
Simon Charette
2016-07-27
Fixed #26950 -- Removed obsolete DatabaseOperations SQL methods.
Anderson Resende
2016-07-08
Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.
Simon Charette
2016-07-08
Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.
Simon Charette
2016-05-03
Normalized "an SQL" spelling.
Ville Skyttä
[next]