diff options
| author | Alex Hill <alex@hill.net.au> | 2015-03-27 00:52:11 +0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-08-27 09:20:17 -0400 |
| commit | 7bec480fe2ace94c8e7f0c88485442bfa74436b4 (patch) | |
| tree | dcc410f3c9af85b752d477be4e18ecd1f3074520 /docs | |
| parent | e1427cc609fa6ab247501b101cfb3c0092aba55b (diff) | |
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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` ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
