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

Rework dynamic list/detail actions #5705

Merged
merged 13 commits into from
Jan 25, 2018

Commits on Dec 22, 2017

  1. Merge list/detail route decorators into 'action'

    Ryan P Kilby committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    f79cd59 View commit details
    Browse the repository at this point in the history
  2. Merge dynamic routes, add 'detail' attribute

    Ryan P Kilby committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    e090ba2 View commit details
    Browse the repository at this point in the history
  3. Add 'ViewSet.get_extra_actions()'

    Ryan P Kilby committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    72b7379 View commit details
    Browse the repository at this point in the history
  4. Refactor dynamic route checking & collection

    Ryan P Kilby committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    c2476fc View commit details
    Browse the repository at this point in the history
  5. Refactor dynamic route generation

    Ryan P Kilby committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    034f8d0 View commit details
    Browse the repository at this point in the history
  6. Add 'ViewSet.detail' initkwarg

    Ryan P Kilby committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    fed7616 View commit details
    Browse the repository at this point in the history
  7. Fixup schema test

    Ryan P Kilby committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    23447b0 View commit details
    Browse the repository at this point in the history
  8. Add release notes for dynamic action changes

    Ryan P Kilby committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    a591e16 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Replace list/detail route decorators in tests

    Ryan P Kilby committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    151c0c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Convert tabs to spaces in router docs

    Ryan P Kilby committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    b69efe0 View commit details
    Browse the repository at this point in the history
  2. Update docs

    Ryan P Kilby committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    2112a58 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Make 'detail' a required argument of 'action'

    Ryan P Kilby committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    40ab128 View commit details
    Browse the repository at this point in the history
  2. Improve router docs

    Ryan P Kilby committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    4f6190d View commit details
    Browse the repository at this point in the history