Commit Graph
8 Commits
Author SHA1 Message Date
Chris Glass 7f839aaa36 Remove django master from env list
When running locally, don't test against django master. The travis
config will however still test those.
2020-08-14 17:02:40 +02:00
Chris Glass 76871e3863 Fix warnings
This is a little uncertain - while it does fix warnings I'm not sure the
removed assertion were actually useful in checking the behavior, and I'm
not certain how to recreate the assertion without using the depracated
path.
2020-08-14 16:32:18 +02:00
Chris Glass 24dd1fff2c Add ipdb to test deps
This is not strictly necessary but it helps tremendously to have a REPL
around to break into when a test fails.
2020-08-14 16:29:49 +02:00
Chris Glass c0874c5e90 unrelated: add .venv to gitignore 2020-08-14 16:28:30 +02:00
Chris Glass a84db94c4e Merge pull request #440 from berhoel/fix_tox_docs
Fix `tox -e docs` for out or the box checkout.
2020-08-14 11:11:25 +02:00
Chris Glass 6be20c14be Fix PY3 reference in tests
We only ever build for py3 now, the compat reference was useless.
2020-08-14 11:05:32 +02:00
Chris Glass 8ae64d1ce2 Merge pull request #452 from Djailla/django31
Add support for Django 3.1
2020-08-14 11:04:22 +02:00
Chris Glass eed4e9fa4a Merge pull request #442 from django-polymorphic/dependabot/pip/docs/_ext/djangodummy/django-2.2.13
Bump django from 2.2.9 to 2.2.13 in /docs/_ext/djangodummy
2020-06-09 11:57:17 +02:00