From 7bec480fe2ace94c8e7f0c88485442bfa74436b4 Mon Sep 17 00:00:00 2001 From: Alex Hill Date: Fri, 27 Mar 2015 00:52:11 +0800 Subject: Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey. --- docs/releases/1.9.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 6460b8a7bc..1a5c488d0f 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -187,6 +187,13 @@ Minor features makes it possible to use ``REMOTE_USER`` for setups where the header is only populated on login pages instead of every request in the session. +:mod:`django.contrib.contenttypes` +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* It's now possible to use + :attr:`~django.db.models.Options.order_with_respect_to` with a + ``GenericForeignKey``. + :mod:`django.contrib.gis` ^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.3