Slight reformatting of changelog text.

- Legacy-Id: 15042
This commit is contained in:
Henrik Levkowetz 2018-04-10 16:41:24 +00:00
parent b9e7711243
commit 53ba5868a1

View file

@ -30,22 +30,22 @@ ietfdb (6.78.0) ietf; urgency=medium
* Silenced another deprecation warning from a library. * Silenced another deprecation warning from a library.
* Reduced the max number of results returned by document searches from * Reduced the max number of results returned by document searches from 500
500 to 200, for a better user experience. A faster return and a search to 200, for a better user experience. A faster return and a search term
term tweak to pinpoint the desired search result is better than a long wait tweak to pinpoint the desired search result is better than a long wait and
and then maybe having to tweak the search terms anyway. then maybe having to tweak the search terms anyway.
* Use .assertIn(...) in tests instead of .assertTrue(x in y) as the * Use .assertIn(...) in tests instead of .assertTrue(x in y) as the
failure messages are much more informative failure messages are much more informative
* Changed the signature of some document methods to not accept lists (but * Changed the signature of some document methods to not accept lists (but
still accept tuples) in order to make caching possible. Added @memoize to still accept tuples) in order to make caching possible. Added @memoize to
some methods. some methods.
* Added another prefetch to search doc query results. * Added another prefetch to search doc query results.
* Imposed sort order (most recent docs first) on document search results, * Imposed sort order (most recent docs first) on document search results,
in order to retain the most recent docs in case we have to chop the result in order to retain the most recent docs in case we have to chop the result
list due too many hits. list due too many hits.
* Tweaked the django_cprofile_middleware patch to use a query arg of * Tweaked the django_cprofile_middleware patch to use a query arg of