Chris Streeter

Results 16 comments of Chris Streeter

So I ran `make test` on all three supported Django versions, and they passed. It looks like the flake8 tests are failing, but not for reasons in this this pull...

You don't have to pull in 80e7a0a as it was an attempt to quell (what I thought) was the flake8 error.

So I found out why we were using django-staticfiles on Django 1.5. We wanted the staticfiles features in 1.4, so we needed the backport of the Django 1.5 version (which...

@jezdez yeah, that seems reasonable to me.

Yeah, I've wanted this too. The thing that is tricky about it is you don't want to write to the database to turn if off. So you need another way...

Hi @EralpB, I haven't tested it myself yet, so I can't speak to the compatibility. If you have any issues, a PR would gladly be taken.

It's being tested against [Python 3.8.5](https://github.com/streeter/django-db-readonly/blob/master/.circleci/config.yml#L67). The actual content of tests is very minimal right now, as @jayvdb said.

I haven't looked at this in a while. I think if we solve the merge conflicts in the PR, I should be able to get it merged though.

Thanks @ashchristopher, could you see if the panel included with [django-haystack](https://github.com/toastdriven/django-haystack/blob/master/haystack/panels.py) works for you? If so, then I'll investigate to see why this isn't working. Also, what is the value...