summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorLoic Bistuer <loic.bistuer@sixmedia.com>2013-08-03 23:15:15 +0700
committerTim Graham <timograham@gmail.com>2013-08-03 20:02:43 -0400
commit0bcdcc7eb9ca2265cb83225257df65a8def3e14a (patch)
tree68e7adb225c8a237d5edeaaf93b9b4a171117431 /docs/releases
parenta0c58113b9de072482a5fee2a085218e67971b41 (diff)
Added ModelAdmin.get_search_fields.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.7.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index c47a392dff..d21cb45428 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -110,6 +110,9 @@ Minor features
or ``None`` for the key and the custom label as the value. The default blank
option ``"----------"`` will be omitted in this case.
+* The admin's search fields can now be customized per-request thanks to the new
+ :meth:`django.contrib.admin.ModelAdmin.get_search_fields` method.
+
Backwards incompatible changes in 1.7
=====================================