File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,22 +30,22 @@ ietfdb (6.78.0) ietf; urgency=medium
3030
3131 * Silenced another deprecation warning from a library.
3232
33- * Reduced the max number of results returned by document searches from
34- 500 to 200, for a better user experience. A faster return and a search
35- term tweak to pinpoint the desired search result is better than a long wait
36- and then maybe having to tweak the search terms anyway.
33+ * Reduced the max number of results returned by document searches from 500
34+ to 200, for a better user experience. A faster return and a search term
35+ tweak to pinpoint the desired search result is better than a long wait and
36+ then maybe having to tweak the search terms anyway.
3737
3838 * Use .assertIn(...) in tests instead of .assertTrue(x in y) as the
3939 failure messages are much more informative
4040
41- * Changed the signature of some document methods to not accept lists (but
42- still accept tuples) in order to make caching possible. Added @memoize to
41+ * Changed the signature of some document methods to not accept lists (but
42+ still accept tuples) in order to make caching possible. Added @memoize to
4343 some methods.
4444
4545 * Added another prefetch to search doc query results.
4646
4747 * Imposed sort order (most recent docs first) on document search results,
48- in order to retain the most recent docs in case we have to chop the result
48+ in order to retain the most recent docs in case we have to chop the result
4949 list due too many hits.
5050
5151 * Tweaked the django_cprofile_middleware patch to use a query arg of
You can’t perform that action at this time.
0 commit comments