diff options
author | Stephen Finucane <stephen@that.guru> | 2017-04-29 00:46:55 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2017-04-29 01:17:39 +0100 |
commit | b1aca0bbc176f680d8773dd2b5bc02aa1a9ad7ce (patch) | |
tree | fbf522149be97cf07914f5ae6488929c29a2bf29 /releasenotes | |
parent | 868f63b0e366f442cfa158db6ecea8e1027491f1 (diff) | |
download | patchwork-b1aca0bbc176f680d8773dd2b5bc02aa1a9ad7ce.tar patchwork-b1aca0bbc176f680d8773dd2b5bc02aa1a9ad7ce.tar.gz |
docs: Add a configuration guide
This should simplify matters for folks that don't have much experience
with Django. It also serves to highlight the 'ENABLE_REST_API' option.
A release note is also added to capture the rename of
DEFAULT_PATCHES_PER_PAGE that has occurred during this cycle.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/rename-default_patches_per_page-4ff3ad6dc1c82af7.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/rename-default_patches_per_page-4ff3ad6dc1c82af7.yaml b/releasenotes/notes/rename-default_patches_per_page-4ff3ad6dc1c82af7.yaml new file mode 100644 index 0000000..0d3b985 --- /dev/null +++ b/releasenotes/notes/rename-default_patches_per_page-4ff3ad6dc1c82af7.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + The ``DEFAULT_PATCHES_PER_PAGE`` has been renamed as + ``DEFAULT_ITEMS_PER_PAGE`` as it is now possible to list cover letters in + addition to patches. |