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

Django 2.0 compatibility #1582

Merged
merged 31 commits into from Mar 9, 2018
Merged

Django 2.0 compatibility #1582

merged 31 commits into from Mar 9, 2018

Commits on Dec 31, 2017

  1. Copy the full SHA
    313cd52 View commit details
    Browse the repository at this point in the history
  2. Fix import order

    Martin Pauly committed Dec 31, 2017
    Copy the full SHA
    7c029d1 View commit details
    Browse the repository at this point in the history
  3. Add the corresponding option for update_index

    Martin Pauly committed Dec 31, 2017
    Copy the full SHA
    c030dd6 View commit details
    Browse the repository at this point in the history
  4. Fix missing attribute rel

    Martin Pauly committed Dec 31, 2017
    Copy the full SHA
    e3ec7ae View commit details
    Browse the repository at this point in the history
  5. Update imports

    Martin Pauly committed Dec 31, 2017
    Copy the full SHA
    37451ca View commit details
    Browse the repository at this point in the history
  6. Update tests

    Martin Pauly committed Dec 31, 2017
    Copy the full SHA
    c1da134 View commit details
    Browse the repository at this point in the history
  7. Update authors

    Martin Pauly committed Dec 31, 2017
    Copy the full SHA
    a725049 View commit details
    Browse the repository at this point in the history
  8. Trigger travis build

    Martin Pauly committed Dec 31, 2017
    Copy the full SHA
    7a9ac38 View commit details
    Browse the repository at this point in the history
  9. Revert "Trigger travis build"

    This reverts commit 7a9ac38.
    Martin Pauly committed Dec 31, 2017
    Copy the full SHA
    33c855b View commit details
    Browse the repository at this point in the history
  10. Update test - the interactive kwarg is only passed to the clear_index…

    … command
    Martin Pauly committed Dec 31, 2017
    Copy the full SHA
    80fa925 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2018

  1. Reverse order

    Martin Pauly committed Jan 1, 2018
    Copy the full SHA
    9e782ae View commit details
    Browse the repository at this point in the history
  2. Mocking order

    Martin Pauly committed Jan 1, 2018
    Copy the full SHA
    616535d View commit details
    Browse the repository at this point in the history
  3. Fix tox

    Martin Pauly committed Jan 1, 2018
    Copy the full SHA
    1df110c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Fix a bug due to string __version__ of pysolr

    Martin Pauly committed Jan 2, 2018
    Copy the full SHA
    6e5cf5c View commit details
    Browse the repository at this point in the history
  2. Deal with tuples and strings

    Martin Pauly committed Jan 2, 2018
    Copy the full SHA
    8ac784f View commit details
    Browse the repository at this point in the history
  3. Django 2.0 is not compatible with python 2.7

    Martin Pauly committed Jan 2, 2018
    Copy the full SHA
    6b45e96 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6ae072b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. In Django 2.0 ForeinKeys must have on_delete

    Martin Pauly committed Jan 21, 2018
    Copy the full SHA
    b4b4e7d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    79d58b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Merge https://github.com/django-haystack/django-haystack

    Martin Pauly committed Jan 30, 2018
    Copy the full SHA
    bb647bc View commit details
    Browse the repository at this point in the history
  2. Fix intendation error in tox.ini

    Martin Pauly committed Jan 30, 2018
    Copy the full SHA
    05e5a6c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Update imports to drop Django 1.8 support

    Martin Pauly committed Feb 11, 2018
    Copy the full SHA
    b424fd7 View commit details
    Browse the repository at this point in the history
  2. Update requirements in setup.py

    Martin Pauly committed Feb 11, 2018
    Copy the full SHA
    2ce34db View commit details
    Browse the repository at this point in the history
  3. Drop tests for Django < 1.11

    Martin Pauly committed Feb 11, 2018
    Copy the full SHA
    de9de79 View commit details
    Browse the repository at this point in the history
  4. Ignore python2 Django2 combination

    Martin Pauly committed Feb 11, 2018
    Copy the full SHA
    60d83b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Replace get_coords() by coords in more places

    Martin Pauly committed Feb 12, 2018
    Copy the full SHA
    eb1d3e2 View commit details
    Browse the repository at this point in the history
  2. Dropped a few unnecessary interactive=False

    Martin Pauly committed Feb 12, 2018
    Copy the full SHA
    11b374d View commit details
    Browse the repository at this point in the history
  3. Django 2.0 changes to tests

    Martin Pauly committed Feb 12, 2018
    Copy the full SHA
    eb82ab1 View commit details
    Browse the repository at this point in the history
  4. For some reason the mock needs to return something

    Martin Pauly committed Feb 12, 2018
    Copy the full SHA
    0cb4d84 View commit details
    Browse the repository at this point in the history
  5. drop support for old django versions

    Martin Pauly committed Feb 12, 2018
    Copy the full SHA
    12c75a2 View commit details
    Browse the repository at this point in the history
  6. Implemented TG's review comments

    Martin Pauly committed Feb 12, 2018
    Copy the full SHA
    40cbee5 View commit details
    Browse the repository at this point in the history