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

carry forward force_policy to the Queryset #74

Merged
merged 4 commits into from Apr 4, 2017

Commits on Apr 1, 2017

  1. carry forward force_policy to the Queryset

    force_policy feature is currently only available on the model instances.  Enable this feature for SafeDeleteQuerySet as well.
    Steve Jones committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    fb007a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Merge branch 'master' into patch-1

    Steve Jones committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    704a24d View commit details
    Browse the repository at this point in the history
  2. Carry forward force_policy to the Queryset

    force_policy feature is currently only available on the model instances. Enable this feature for SafeDeleteQuerySet as well.
    Steve Jones committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    c080acf View commit details
    Browse the repository at this point in the history
  3. Update CHANGES

    Steve Jones committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    9711ecf View commit details
    Browse the repository at this point in the history