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: jedie/django-reversion-compare
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.3
Choose a base ref
...
head repository: jedie/django-reversion-compare
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.4
Choose a head ref
  • 8 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 22, 2015

  1. Add OneToOne field test by adding/testing a Identity model

    The identity model includes an id_number which is set to char field and
    a  OneToOne field to a user. Note that the field also sets a custom related
    name. This is to test that we can handle custom related names in one to
    one fields.
    Frank Wickström committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    62dc99c View commit details
    Browse the repository at this point in the history
  2. Fetch OneToOne field foreign_key from the objects attribute instead o…

    …f all()
    
    A OneToOne field does not have a all() function, which leads to an exception when
    all() is called.
    Frank Wickström committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    40441f8 View commit details
    Browse the repository at this point in the history
  3. Remove commented line

    Frank Wickström committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    e623680 View commit details
    Browse the repository at this point in the history
  4. Add Frank to AUTHORS

    Frank Wickström committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    7b093e3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #42 from frwickst/OneToOneField-fix

    One to one field custom related name fix
    jedie committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    9145d83 View commit details
    Browse the repository at this point in the history
  6. add compare links

    jedie committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    df0a44e View commit details
    Browse the repository at this point in the history
  7. update setup.py

    jedie committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    62f0b77 View commit details
    Browse the repository at this point in the history
  8. Release as v0.5.4

    jedie committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    87379e5 View commit details
    Browse the repository at this point in the history
Loading