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

Adding Foriegn Key Only Fields #280

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

Commits on Oct 17, 2020

  1. Adding Foriegn Key Only Fields

    When building the changes JSON for a LogEntry, following
    relations (e.g. `ForeigKey` fields) can resutl in a
    significant performance penalty. This commit adds support for
    only logging to foreign key value, by specifying
    fields to log in this manner wiht a `fk_only_fields`
    when registering a model with the audit log.
    ndwhelan committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    e7487b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

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