mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
This commit is contained in:
parent
e1427cc609
commit
7bec480fe2
9 changed files with 205 additions and 63 deletions
|
@ -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`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue