[Django] #27788: Drop support for Oracle < 12.1

21 views
Skip to first unread message

Django

unread,
Jan 27, 2017, 6:09:23 PM1/27/17
to django-...@googlegroups.com
#27788: Drop support for Oracle < 12.1
-------------------------------------+-------------------------------------
Reporter: Tim | Owner: nobody
Graham |
Type: | Status: new
Cleanup/optimization |
Component: Database | Version: master
layer (models, ORM) |
Severity: Normal | Keywords:
Triage Stage: Accepted | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
The end of upstream support for Oracle 11.2 is Dec. 2020. Django 1.11 will
be supported until April 2020 which almost reaches Oracle's Dec 2020 EOL
date. We have no easy way for testing Oracle 11 which makes providing
official support difficult.

mailing list thread: ​https://groups.google.com/d/topic/django-
developers/IawbBWzPXaA/discussion

--
Ticket URL: <https://code.djangoproject.com/ticket/27788>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jan 27, 2017, 7:14:52 PM1/27/17
to django-...@googlegroups.com
#27788: Drop support for Oracle < 12.1
-------------------------------------+-------------------------------------
Reporter: Tim Graham | Owner: nobody
Type: | Status: new
Cleanup/optimization |
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham):

* has_patch: 0 => 1


Comment:

[https://github.com/django/django/pull/7971 PR]

--
Ticket URL: <https://code.djangoproject.com/ticket/27788#comment:1>

Django

unread,
Jan 28, 2017, 3:39:41 AM1/28/17
to django-...@googlegroups.com
#27788: Drop support for Oracle < 12.1
-------------------------------------+-------------------------------------
Reporter: Tim Graham | Owner: nobody
Type: | Status: new
Cleanup/optimization |

Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by felixxm):

* stage: Accepted => Ready for checkin


--
Ticket URL: <https://code.djangoproject.com/ticket/27788#comment:2>

Django

unread,
Jan 28, 2017, 8:20:05 AM1/28/17
to django-...@googlegroups.com
#27788: Drop support for Oracle < 12.1
-------------------------------------+-------------------------------------
Reporter: Tim Graham | Owner: nobody
Type: | Status: closed

Cleanup/optimization |
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by GitHub <noreply@…>):

* status: new => closed
* resolution: => fixed


Comment:

In [changeset:"0de0699d94ccd078c83eadef296a0d9ccd65a62f" 0de0699]:
{{{
#!CommitTicketReference repository=""
revision="0de0699d94ccd078c83eadef296a0d9ccd65a62f"
Fixed #27788 -- Dropped support for Oracle < 12.1.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/27788#comment:3>

Django

unread,
Mar 13, 2017, 7:21:32 PM3/13/17
to django-...@googlegroups.com
#27788: Drop support for Oracle < 12.1
-------------------------------------+-------------------------------------
Reporter: Tim Graham | Owner: nobody
Type: | Status: closed
Cleanup/optimization |
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"6f913c03057acb00249f31e823f8ca2274fe74dc" 6f913c0]:
{{{
#!CommitTicketReference repository=""
revision="6f913c03057acb00249f31e823f8ca2274fe74dc"
Refs #27788 -- Removed Oracle 11 workarounds in GIS tests.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/27788#comment:4>

Django

unread,
Sep 22, 2017, 3:10:02 PM9/22/17
to django-...@googlegroups.com
#27788: Drop support for Oracle < 12.1
-------------------------------------+-------------------------------------
Reporter: Tim Graham | Owner: nobody
Type: | Status: closed
Cleanup/optimization |
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"d90936f41a2d7a3361e51fc49be033ba0f05f458" d90936f]:
{{{
#!CommitTicketReference repository=""
revision="d90936f41a2d7a3361e51fc49be033ba0f05f458"
Refs #27788 -- Corrected minimum supported Oracle version in GIS docs.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/27788#comment:5>

Django

unread,
Sep 22, 2017, 3:10:13 PM9/22/17
to django-...@googlegroups.com
#27788: Drop support for Oracle < 12.1
-------------------------------------+-------------------------------------
Reporter: Tim Graham | Owner: nobody
Type: | Status: closed
Cleanup/optimization |
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"dda37675db0295baefef3750e12430cf9df4d835" dda37675]:
{{{
#!CommitTicketReference repository=""
revision="dda37675db0295baefef3750e12430cf9df4d835"
[2.0.x] Refs #27788 -- Corrected minimum supported Oracle version in GIS
docs.

Backport of d90936f41a2d7a3361e51fc49be033ba0f05f458 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/27788#comment:6>

Reply all
Reply to author
Forward
0 new messages