diff options
| author | Andreas Pelme <andreas@pelme.se> | 2018-02-16 03:00:31 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-02-15 21:00:31 -0500 |
| commit | e307ff29d28737d5a764ce2fa7db010231d6fc8e (patch) | |
| tree | ac6cf4a88d36e5cb5de2c7a28f32a55ded650bfa /docs/releases | |
| parent | d368784bacc7e58b426f29937ee842aa14d439ad (diff) | |
Fixed #27810 -- Allowed query expressions in admin_order_field.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index 33d6982443..414da31109 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -47,6 +47,9 @@ Minor features :meth:`.ModelAdmin.get_sortable_by` method allow limiting the columns that can be sorted in the change list page. +* The ``admin_order_field`` attribute for elements in + :attr:`.ModelAdmin.list_display` may now be a query expression. + :mod:`django.contrib.admindocs` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
