mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Thanks Tim Graham for the review.
This commit is contained in:
@@ -182,6 +182,9 @@ Management Commands
|
||||
* :option:`inspectdb --include-views` now creates models for materialized views
|
||||
on PostgreSQL.
|
||||
|
||||
* :djadmin:`inspectdb` now introspects :class:`~django.db.models.DurationField`
|
||||
for Oracle and PostgreSQL.
|
||||
|
||||
Migrations
|
||||
~~~~~~~~~~
|
||||
|
||||
@@ -274,6 +277,10 @@ Database backend API
|
||||
constraints or uniqueness errors while inserting or set
|
||||
``DatabaseFeatures.supports_ignore_conflicts`` to ``False``.
|
||||
|
||||
* Third party database backends must implement introspection for
|
||||
``DurationField`` or set ``DatabaseFeatures.can_introspect_duration_field``
|
||||
to ``False``.
|
||||
|
||||
:mod:`django.contrib.gis`
|
||||
-------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user