Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kajic/django-model-changes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: modsy/django-model-changes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 2 files changed
  • 3 contributors

Commits on Nov 18, 2020

  1. Update changes.py

    bhkim7000 authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    1cc9c14 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Update changes.py

    bhkim7000 authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d61ace7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from modsy/update-local-fields

    [BUG] Proxy models with undefined local fields
    bhkim7000 authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2f6e7f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    fcf3dfd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from modsy/add-signal-data

    Include signal meta data in post_change
    msteffeck authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    1f0af6f View commit details
    Browse the repository at this point in the history
  3. Update setup.py

    msteffeck authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    05e88e4 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Use only field's attname for state tracking (#3)

    * Compare only concrete and non-relational fields in ChangesMixin * Revert "Compare only concrete and non-relational fields in ChangesMixin" This reverts commit b114683 * Use only field's attname for state tracking * Bump version to 0.16
    ivaylo-modsy authored May 5, 2021
    Configuration menu
    Copy the full SHA
    83fc24d View commit details
    Browse the repository at this point in the history
Loading