summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/2.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index a68bd48877..078cbbdf2c 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -248,6 +248,10 @@ Models
* Added the :attr:`~django.db.models.Index.db_tablespace` parameter to
class-based indexes.
+* If the database supports a native duration field (Oracle and PostgreSQL),
+ :class:`~django.db.models.functions.datetime.Extract` now works with
+ :class:`~django.db.models.DurationField`.
+
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~