notanumber / xapian-haystack

A Xapian backend for Haystack
GNU General Public License v2.0
154 stars 93 forks source link

Add support for Django >= 3.0 #192

Closed nycholas closed 3 years ago

nycholas commented 4 years ago

References

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.1%) to 99.024% when pulling 444cfb24d7dc7e84a094d824a77bc67df5d44602 on cenobites:master into 2247b23d3cb6322ce477d45f84d52da47a940348 on notanumber:master.

dvzrv commented 3 years ago

@nycholas this is incredibly hard to review, as your changes basically touch every file (due to black).

It is usually better to introduce code formatting in a separate pull request/ commit.

nycholas commented 3 years ago

Hi @dvzrv ,

I will divide this pull request in two, one to add support for Django >= 3.0 and another one for add black, flake8, pylint and etc.

Thank you.

nycholas commented 3 years ago

Hi @dvzrv,

Follow the new pull request https://github.com/notanumber/xapian-haystack/pull/194.

Thank you.