diff options
| author | Vytis Banaitis <vytis.banaitis@gmail.com> | 2017-02-17 20:34:22 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-02-21 12:59:46 -0500 |
| commit | 92ce31fd8ced13384e3f5aea80a7d7f437870e74 (patch) | |
| tree | e52893340dd9ccd67af8845a4005ddbc47ddee3e /docs | |
| parent | 75327b88a829e2c4be1775b24e0cf6349b26ace4 (diff) | |
[1.10.x] Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.
Accuracy was incorrect when dates differ by a month or more.
Backport of 4045fd56cb0f83d0f78de9aca073c7104e4cf8fd from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.6.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.6.txt b/docs/releases/1.10.6.txt index b549ae1b9a..41a308bba8 100644 --- a/docs/releases/1.10.6.txt +++ b/docs/releases/1.10.6.txt @@ -17,3 +17,6 @@ Bugfixes * Fixed a crash on Oracle and PostgreSQL when subtracting ``DurationField`` or ``IntegerField`` from ``DateField`` (:ticket:`27828`). + +* Fixed query expression date subtraction accuracy on PostgreSQL for + differences large an a month (:ticket:`27856`). |
