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

asgoel/fix inline instances #46

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

Commits on Jun 22, 2021

  1. pass in parent_obj when fetching inline_instances

    Some ModelAdmin pages depend on the object itself existing and some
    properties of the object in order to display inlines. We should make
    sure we pass in the proper object when fetching inline instances in
    order to determine which action to use.
    asgoel committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    938ea36 View commit details
    Browse the repository at this point in the history
  2. update contributors

    asgoel committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    5d32e91 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. udpate changelog

    asgoel committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    70330f2 View commit details
    Browse the repository at this point in the history