Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add create_fields, update_fields, retrieve_fields to BaseManager #12

Closed
timmartin19 opened this issue Apr 8, 2015 · 1 comment
Closed
Assignees
Milestone

Comments

@timmartin19
Copy link
Member

These are useful if you want to restrict what can be updated, created, and or retrieved as those may be different. For example, passwords on a User object should be able to be set but not retrieved.

@timmartin19 timmartin19 self-assigned this Apr 8, 2015
@timmartin19 timmartin19 added this to the 1.0.0 Release milestone Apr 8, 2015
@timmartin19
Copy link
Member Author

Fixed previously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant