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

Refactored auth adapters to respect Django and non-Django field types #1

Open
wants to merge 2 commits into
base: uri_auth_adapter
Choose a base branch
from

Conversation

jefftrudeau
Copy link

The URIResourceField and URIListResourceField are not Django-specific field types, so I don't think they belong in savory_pie/django/auth.py.

I also split the single auth adapter into three distinct adapters, so they can evolve more easily with their respective field types.

@jefftrudeau
Copy link
Author

Yes, and I think we have a further improvement in that the related_auth_adapter can actually be applied toward any savory_pie.fields.IterableField, and thus made non-Django specific.

@arianamiri arianamiri force-pushed the uri_auth_adapter branch 3 times, most recently from 15dc80e to 181457b Compare August 27, 2014 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants