diff options
| author | Barry Warsaw | 2013-03-21 11:39:27 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2013-03-21 11:39:27 -0700 |
| commit | 6ca91614fd0cc1c4a7c1b3baed2c3cbbeda33192 (patch) | |
| tree | 3a393592351daec3aa4ffe7ccab6e688d8386821 /src/mailman/docs | |
| parent | bc4776ba20441810f2ff22d8436f450d4be2b439 (diff) | |
| parent | 4dfa297d7aa68039782ad56262c3465d0a4dc31e (diff) | |
| download | mailman-6ca91614fd0cc1c4a7c1b3baed2c3cbbeda33192.tar.gz mailman-6ca91614fd0cc1c4a7c1b3baed2c3cbbeda33192.tar.zst mailman-6ca91614fd0cc1c4a7c1b3baed2c3cbbeda33192.zip | |
* Support pagination of some large collections (lists, users, members).
Given by Florian Fuchs. (LP: #1156529)
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index d5e634e7d..65b8cb05e 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -23,6 +23,8 @@ REST ---- * Add ``reply_to_address`` and ``first_strip_reply_to`` as writable attributes of a mailing list's configuration. (LP: #1157881) + * Support pagination of some large collections (lists, users, members). + Given by Florian Fuchs. (LP: #1156529) Configuration ------------- |
