1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.6.x] Fixed #21510 -- Readded search reset link in changelist search bar

Thanks moritz.pfeiffer at alp-phone.ch for the report and
Tim Graham for the initial patch.
Backport of c7c647419c from master.
This commit is contained in:
Claude Paroz
2013-12-07 14:11:27 +01:00
parent 64483b4831
commit d32637d81b
3 changed files with 15 additions and 4 deletions

View File

@@ -47,3 +47,5 @@ Bug fixes
* Fixed password hash upgrade when changing the iteration count (#21535).
* Fixed a bug in the debug view when the urlconf only contains one element
(#21530).
* Re-added missing search result count and reset link in changelist admin view
(#21510).