Skip to content

Commit

Permalink
add docs for page view restriction (#11917)
Browse files Browse the repository at this point in the history
  • Loading branch information
smark-1 authored and gasman committed May 3, 2024
1 parent 8aaa579 commit 5c85c12
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Changelog
* Fix: Enable `richtext` template tag to convert lazy translation values (Benjamin Bach)
* Fix: Ensure permission labels on group permissions page are translated where available (Matt Westcott)
* Docs: Remove duplicate section on frontend caching proxies from performance page (Jake Howard)
* Docs: Document `restriction_type` field on PageViewRestriction (Shlomo Markowitz)
* Maintenance: Use `DjangoJSONEncoder` instead of custom `LazyStringEncoder` to serialize Draftail config (Sage Abdullah)


Expand Down
6 changes: 6 additions & 0 deletions docs/reference/pages/model_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,12 @@ You can use the [`purge_revisions`](purge_revisions) command to delete old revis
.. attribute:: password
(text)
.. attribute:: restriction_type
(text)
Options: none, password, groups, login
```

## `Orderable` (abstract)
Expand Down
1 change: 1 addition & 0 deletions docs/releases/6.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ depth: 1
### Documentation

* Remove duplicate section on frontend caching proxies from performance page (Jake Howard)
* Document `restriction_type` field on PageViewRestriction (Shlomo Markowitz)


### Maintenance
Expand Down

0 comments on commit 5c85c12

Please sign in to comment.