Commit 1a6258c0 authored by Tim Graham's avatar Tim Graham
Browse files

[1.9.x] Documented related model descriptor class renames.

Renamed in e542e81b.

Backport of d6a90747 from master
parent bb1b2251
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1135,6 +1135,15 @@ Miscellaneous
  performance reasons. Mixed plans consist of a list of migrations where some
  are being applied and others are being unapplied.

* The related model object descriptor classes in
  ``django.db.models.fields.related`` (private API) are moved from the
  ``related`` module to ``related_descriptors`` and renamed as follows:

  * ``ReverseSingleRelatedObjectDescriptor`` is ``ForwardManyToOneDescriptor``
  * ``SingleRelatedObjectDescriptor`` is ``ReverseOneToOneDescriptor``
  * ``ForeignRelatedObjectsDescriptor`` is ``ReverseManyToOneDescriptor``
  * ``ManyRelatedObjectsDescriptor`` is ``ManyToManyDescriptor``

.. _deprecated-features-1.9:

Features deprecated in 1.9