Commit d6a90747 authored by Tim Graham's avatar Tim Graham
Browse files

Documented related model descriptor class renames.

Renamed in e542e81b.
parent 5d35b53c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1138,6 +1138,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