Mercurial > p > roundup > code
diff CHANGES.txt @ 5196:e0732fd6a6c7
Implement props_only feature for permissions.
| author | rouilj@uland |
|---|---|
| date | Sat, 18 Mar 2017 10:44:10 -0400 |
| parents | 302e3a1a7190 |
| children | a9ace22e0a2f |
line wrap: on
line diff
--- a/CHANGES.txt Thu Mar 16 23:06:16 2017 -0400 +++ b/CHANGES.txt Sat Mar 18 10:44:10 2017 -0400 @@ -176,6 +176,10 @@ ctx['permission'] the name of the permission (e.g. View, Edit) At some future date the older 3 argument style check command will be deprecated. See ``upgrading.txt`` for details. +- New property for permissions added to simplify the model. See + ``customizing.txt`` and search for props_only and + set_props_only_default in the section 'Adding a new Permission'. + (John Rouillard) Fixed:
