Commit Graph
13 Commits
Author SHA1 Message Date
Chris Glass e72a11d12c Merge pull request #454 from yakky/fix-settings
Add explicit SECRET_KEY required by django master
2020-08-15 09:20:16 +02:00
Chris Glass e67e7042db Merge pull request #453 from chrisglass/fix-tests
Fix tests
2020-08-14 17:05:20 +02:00
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 378e30cf83 Merge pull request #445 from safaariman/master
Performance improvement on parentadmin
2020-08-14 14:27:04 +02:00
Chris Glass d95347b92d Merge pull request #403 from loganknecht/documentation/fix_version_support_in_documentation
Change `docs/quickstart.rst` version support to match `README.rst`.
2020-08-14 11:16:02 +02:00
Chris Glass 53cd87538c Merge pull request #411 from wfehr/patch-1
Fixed typo in changelog
2020-08-14 11:13:34 +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