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.2
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.3
Choose a head ref
  • 12 commits
  • 8 files changed
  • 4 contributors

Commits on Apr 14, 2015

  1. update Version compatibility

    jedie committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    341707e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2015

  1. Update Django required version

    Update install requires to accept Django 1.8 too.
    Aikurn committed May 6, 2015
    Configuration menu
    Copy the full SHA
    ecd8cd7 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. Merge pull request #37 from Aikurn/patch-1

    Update Django required version
    Thanks Aikurn!
    jedie committed May 7, 2015
    Configuration menu
    Copy the full SHA
    b9abb50 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

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

Commits on Jun 17, 2015

  1. remove unused QueryLogMiddleware:

    moved to djanto-tools: https://github.com/jedie/django-
    tools/commit/4e9b966a85133de537f7c77a0ab1d1eab0a3973f
    jedie committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    78dad4e View commit details
    Browse the repository at this point in the history
  2. fix RemovedInDjango19Warning

    Django 1.8 shows the error message:
    
    ```
    (testapp)luzfcb@luzfcb:~/projects/testapp$ python manage.py check
    /home/luzfcb/virtualenvs/testapp/lib/python3.4/site-packages/django/contrib/admin/util.py:7: RemovedInDjango19Warning: The django.contrib.admin.util module has been renamed. Use django.contrib.admin.utils instead.
      "Use django.contrib.admin.utils instead.", RemovedInDjango19Warning)
    
    System check identified no issues (0 silenced).
    
    ```
    because in django 1.9, the module `django.contrib.admin.util` was renamed `django.contrib.admin.utils`
    luzfcb committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    8b6b04d View commit details
    Browse the repository at this point in the history
  3. add me to the authors

    luzfcb committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    99fcec2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Merge pull request #39 from luzfcb/patch-1

    Update admin.py to avoid RemovedInDjango19Warning
    Thanks luzfcb!
    jedie committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    6572a39 View commit details
    Browse the repository at this point in the history
  2. Update README.creole

    jedie committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    1fe9d88 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2015

  1. +donation

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

Commits on Jul 13, 2015

  1. Configuration menu
    Copy the full SHA
    1d0e1a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ee7edb View commit details
    Browse the repository at this point in the history
Loading