Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Nov 16, 2015
1 parent 107451d commit 6b93a31
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Changelog of lizard-auth-server
1.3 (unreleased)
----------------

- Added role inheritance. One portal's role can point at other portals' roles
as "inheriting roles". The other way around, the original role then becomes
those other roles' "base role".
- Added role inheritance, mainly based on an idea by Remco. One portal's role
can point at other portals' roles as "inheriting roles". The other way
around, the original role then becomes those other roles' "base role".

If an organisation has an organisation role pointing at the base role *and*
an organisation role pointing at the inheriting role, that inheriting role
Expand All @@ -31,7 +31,11 @@ Changelog of lizard-auth-server
- OrganisationRole has a manager now that automatically sets
``select_related()`` to select roles, portals and organisations. Otherwise
to have to add select_related in way too many places. (Uncovered by testing
with the django debug toolbar).
with the django debug toolbar). Same for Role.
[reinout]

- Added ``select_related`` in several places to lower the amount of queries,
especially in the admin.
[reinout]


Expand Down

0 comments on commit 6b93a31

Please sign in to comment.