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.4
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.5
Choose a head ref
  • 7 commits
  • 9 files changed
  • 1 contributor

Commits on Jul 23, 2015

  1. Configuration menu
    Copy the full SHA
    35dfcea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab4bb57 View commit details
    Browse the repository at this point in the history
  3. WIP: add test for broken code, will result in:

    File "/home/jens/PyLucid_env/src/django-reversion-
    compare/reversion_compare/admin.py", line 105, in get_related
        if hasattr(obj, self.field.name):
    File "/home/jens/PyLucid_env/lib/python3.4/site-
    packages/django/db/models/fields/related.py", line 572, in __get__
        rel_obj = qs.get()
    File "/home/jens/PyLucid_env/lib/python3.4/site-
    packages/django/db/models/query.py", line 357, in get
        self.model._meta.object_name)
    tests.models.DoesNotExist: Factory matching query does not exist.
    
    See also:
    38f03aa#diff-92a7865015c98ad7c63bd568db5e5906R106
    jedie committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    ba22008 View commit details
    Browse the repository at this point in the history
  4. fixup! add test for broken code, will result in:

    File "/home/jens/PyLucid_env/src/django-reversion-
    compare/reversion_compare/admin.py", line 105, in get_related
        if hasattr(obj, self.field.name):
    File "/home/jens/PyLucid_env/lib/python3.4/site-
    packages/django/db/models/fields/related.py", line 572, in __get__
        rel_obj = qs.get()
    File "/home/jens/PyLucid_env/lib/python3.4/site-
    packages/django/db/models/query.py", line 357, in get
        self.model._meta.object_name)
    tests.models.DoesNotExist: Factory matching query does not exist.
    
    See also:
    38f03aa#diff-92a7865015c98ad7c63bd568db5e5906R106
    jedie committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    0e7fe4d View commit details
    Browse the repository at this point in the history
  5. Fix #41

    jedie committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    fe7d02f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2015

  1. some missing translate marks

    jedie committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    983b045 View commit details
    Browse the repository at this point in the history
  2. Release fix for #41 as v0.5.5

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