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
2019-02-20
Removed an outdated comment on DefaultConnectionProxy.
Ran Benita
2019-02-20
Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on i...
Simon Charette
2019-02-14
Fixed #29619 -- Added field names to some FieldErrors.
Hasan Ramezani
2019-02-14
Fixed #30171 -- Fixed DatabaseError in servers tests.
Jon Dufresne
2019-02-13
Fixed #30173 -- Simplified db.backends.postgresql.client.
Daniel Bowring
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-09
Removed uneeded generator expressions and list comprehensions.
Sergey Fedoseev
2019-02-09
Refs #26608 -- Added a database feature for fixed frame range distance support.
Simon Charette
2019-02-09
Fixed #30027 -- Errored out on Window function usage if unsupported.
Simon Charette
2019-02-09
Refs #30027 -- Enabled window function tests on SQLite 3.25+.
Simon Charette
2019-02-09
Simplified Window.as_sql().
Sergey Fedoseev
2019-02-07
Updated Oracle docs links to Oracle 18c.
Mariusz Felisiak
2019-02-06
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-02-06
Fixed #30157 -- Dropped support for Oracle 12.1.
Mariusz Felisiak
2019-02-04
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
Tim Graham
2019-02-04
Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2.
Tim Graham
2019-02-04
Refs #28859 -- Simplified fetch_returned_insert_id() by using int data type f...
Mariusz Felisiak
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-30
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...
Johannes Hoppe
2019-01-30
Fixed #30076 -- Added Model.get_FOO_display() even if field's choices are empty.
Joshua Cannon
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-30
Fixed E117 and F405 flake8 warnings.
Mariusz Felisiak
2019-01-29
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2019-01-28
Refs #30055 -- Added a helpful error when SQLite is too old.
Tim Graham
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
2019-01-22
Fixed #30115 -- Fixed SQLite introspection crash with a varchar primary key.
Nick Pope
2019-01-22
Inlined DatabaseIntrospection._table_info() for SQLite.
Nick Pope
2019-01-22
Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres ...
Nasir Hussain
2019-01-21
Fixed #30106 -- Made order_with_respect_to updates use QuerySet.bulk_update().
Simon Charette
2019-01-21
Fixed #30120 -- Fixed invalid SQL in distinct aggregate.
Simon Charette
2019-01-18
Optimized Oracle PKs introspection by adding get_primary_key_column().
Mariusz Felisiak
2019-01-17
Refs #28750 -- Removed suppport for model Meta.manager_inheritance_from_future.
Tim Graham
2019-01-17
Refs #11557 -- Removed the field_name keyword argument to QuerySet.earliest()...
Tim Graham
2019-01-17
Refs #28370 -- Removed support for the context arg of Field.from_db_value() a...
Tim Graham
2019-01-17
Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.
Tim Graham
2019-01-16
Fixed #30044 -- Raised a FieldError on inherited field update attempts.
Simon Charette
2019-01-16
Refs #9475 -- Simplified dictionary unpacking.
Simon Charette
2019-01-15
Refs #9475 -- Fixed typo, used unpacking generalization, and made through_def...
Nick Pope
2019-01-15
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...
Collin Anderson
2019-01-15
Fixed #30099 -- Fixed invalid SQL when filtering a Subquery by an aggregate.
Nasir Hussain
2019-01-14
Removed unnecessary string formatting of strings.
Jon Dufresne
2019-01-14
Refs #28478 -- Prevented timezone assignment for unusable PostgreSQL connecti...
Simon Charette
2019-01-14
Refs #28643 -- Extracted DurationField logic for Avg() and Sum() into mixin.
Nick Pope
2019-01-14
Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
Refs #28643 -- Moved db function mixins to a separate module.
Nick Pope
2019-01-14
Avoided calling as_oracle() for SQLite in Left database function.
Nick Pope
[prev]
[next]