1
0
mirror of https://github.com/django/django.git synced 2025-06-08 21:19:13 +00:00

Fixed typo in docs/releases/6.0.txt.

This commit is contained in:
Jacob Walls 2025-05-19 14:09:09 -04:00 committed by GitHub
parent 802baf5da5
commit f603ece016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -394,7 +394,7 @@ to remove usage of these features.
* The ``get_joining_columns()`` method of ``ForeignObject`` and
``ForeignObjectRel`` is removed.
* The ``ForeignObject.get_reverse_joining_columns()`` method is be removed.
* The ``ForeignObject.get_reverse_joining_columns()`` method is removed.
* Support for ``cx_Oracle`` is removed.