1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27649 -- Bumped required cx_Oracle to 5.2.

Removed obsolete workarounds from 1aa4889808
and dcf3be7a62.
This commit is contained in:
Tim Graham
2016-12-29 12:45:25 -05:00
committed by GitHub
parent 5eff8a7783
commit fae56427e1
6 changed files with 19 additions and 60 deletions

View File

@@ -698,6 +698,8 @@ Miscellaneous
leaves ``request.POST`` immutable. If you're modifying that ``QueryDict``,
you must now first copy it, e.g. ``request.POST.copy()``.
* Support for ``cx_Oracle`` < 5.2 is removed.
.. _deprecated-features-1.11:
Features deprecated in 1.11