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

Commits on Dec 22, 2015

  1. (Not tested yet)

    Added the possibility to filter by application name in the url + modifed the name_parent's value of the ApiEndpoint
    Maxence committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    d036de0 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2016

  1. Preparing merge with upstream/master

    Marc committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    c6401a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Add app_name in urls + tests

    Maxence committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    deb9446 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. - Show the "Jump to" dropdown only if there is more than 1 value

    - 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)
    Maxence committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    e2744a0 View commit details
    Browse the repository at this point in the history
  2. Add '-' to the url patten

    Maxence committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    b774268 View commit details
    Browse the repository at this point in the history
  3. Use the endpoint's namespace into the group url

    Maxence committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    e866a41 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Configuration menu
    Copy the full SHA
    2a56a35 View commit details
    Browse the repository at this point in the history
  2. correction of recursive call

    Maxence committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    34f9683 View commit details
    Browse the repository at this point in the history
  3. Recursive include is now called with "only"

    Use of  a dictionnary { serializer: fields } for recursive call of __get_fields__
    Maxence committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    5a43d41 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

  1. Manage allowed_methods on ModelViewSets

    Maxence committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    85ba4d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. Sort allowed_methods

    Maxence committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    a621943 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	rest_framework_docs/__init__.py
    Maxence committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    8c12fdd View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Add line breaks on docstrings

    Marc committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    8dab8d9 View commit details
    Browse the repository at this point in the history
  2. Merge from upstream/master

    Marc committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    52cf5ce View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	rest_framework_docs/__init__.py
    #	rest_framework_docs/api_docs.py
    #	rest_framework_docs/api_endpoint.py
    Marc committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    be8f4ce View commit details
    Browse the repository at this point in the history
  2. Nested/List serializers + login_required

    Marc committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    4d2a370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a97f94a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

  1. Configuration menu
    Copy the full SHA
    fa5871a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2016

  1. Fix a TypeError fetching the allowed_methods when the ModelViewSet has

    no prefix in the callback (when is the class instance).
    msaelices committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    3441d6f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from msaelices/master

    Fix a TypeError fetching the allowed_methods when the ModelViewSet has no prefix in the callback (when is the class instance).
    debnet committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    eedcae5 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. Fixing flake8 issues after PR #1

    Marc committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    c6bbf50 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2016

  1. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	rest_framework_docs/__init__.py
    #	rest_framework_docs/api_docs.py
    Marc committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    0fd3c1d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2016

  1. Configuration menu
    Copy the full SHA
    1b5b1c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Configuration menu
    Copy the full SHA
    27e5d8e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	rest_framework_docs/__init__.py
    #	rest_framework_docs/api_endpoint.py
    #	tests/tests.py
    Marc committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    9a677dc View commit details
    Browse the repository at this point in the history
  2. Merge upstream/master 0.0.10

    Marc committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    d08e25b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. Merge remote-tracking branch 'upstream/master'

    # 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
    Maxence committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    fc9179f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. Merge from upstream + allow list of drf_routers

    Maxence committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    550b372 View commit details
    Browse the repository at this point in the history
  2. Fix flake8

    Maxence committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    15dead2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2016

  1. Update to Django 1.10

    Maxence committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    33b41df View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. Configuration menu
    Copy the full SHA
    f36f8a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Fix Django 2

    Maxence committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    e5a8bef View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Fix _get_allowed_methods

    Maxence committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    ada797d View commit details
    Browse the repository at this point in the history