-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING: remove users-list, create, remove id-req
- The removed API's appears unused, and we explicitly do not want to allow people to create users any more. - The list endpoint was just leaking a _lot_ of data - Id should not be required for the API. If we as superusers want to anonymize someone that would be better done as a django command, otherwise you can only access your own stuff. - Remove IsSelfOrSuperUser as it was only used there.
- Loading branch information
1 parent
9e1388a
commit 30dd764
Showing
4 changed files
with
22 additions
and
43 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters