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

ModelSerializers / Login protected access / Groups by namespaces #70

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Conversation

debnet
Copy link

@debnet debnet commented Feb 29, 2016

No description provided.

Maxence and others added 17 commits December 22, 2015 17:24
Added the possibility to filter by application name in the url + modifed the name_parent's value of the ApiEndpoint
- Add link to the ''/docs/[filter_name]''  for each group.grouper (name_parent)
- Parameter in the 'docs/filter_name' now works with app_name or namespace
- WARNING: Modify the urlpatterns for django version >= 1.9 (see deprecated use of app_name : https://docs.djangoproject.com/en/1.9/ref/urls/#include)
Use of  a dictionnary { serializer: fields } for recursive call of __get_fields__
Conflicts:
	rest_framework_docs/__init__.py
# Conflicts:
#	rest_framework_docs/__init__.py
#	rest_framework_docs/api_docs.py
#	rest_framework_docs/api_endpoint.py
debnet and others added 10 commits March 8, 2016 10:57
no prefix in the callback (when is the class instance).
Fix a TypeError fetching the allowed_methods when the ModelViewSet has no prefix in the callback (when is the class instance).
# Conflicts:
#	rest_framework_docs/__init__.py
#	rest_framework_docs/api_docs.py
# Conflicts:
#	rest_framework_docs/__init__.py
#	rest_framework_docs/api_endpoint.py
#	tests/tests.py
# Conflicts:
#	demo/project/organisations/urls.py
#	rest_framework_docs/__init__.py
#	rest_framework_docs/api_docs.py
#	rest_framework_docs/api_endpoint.py
#	rest_framework_docs/templates/rest_framework_docs/home.html
#	rest_framework_docs/views.py
#	tests/tests.py
#	tests/urls.py
@debnet
Copy link
Author

debnet commented Aug 2, 2016

Merge 0.0.11 and allow list in drf_router instead of a single one for multi-app purposes.

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.

None yet

2 participants