Adam Johnson
Adam Johnson
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on...
I think the `tox.ini` full list of environments is quite out of date, and so isn't even running Django 3.2+ tests on CI? But I wasn't confident there so I...
Fixes #393 .
Fix this warning seen when running the tests on Django 4.0+: ``` $ tox -e py310-django40 ... ===== warnings summary ===== .tox/py310-django40/lib/python3.10/site-packages/django/conf/__init__.py:206 /.../site-packages/django/conf/__init__.py:206: RemovedInDjango50Warning: The default value of USE_TZ will...
I'm rolling out Mypy's strict mode on a project, and the type hints in django-countries are triggering some errors. Specifically from activating the [`disallow_untyped_calls` flag](https://mypy.readthedocs.io/en/stable/config_file.html#confval-disallow_untyped_calls), which requires typed contexts only...
Use the produciton/stable [PyPI classifier](https://pypi.org/classifiers/), so people don't think this package is beta-quality software. **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix...
### Checklist - [x] I have searched the [Sourcery documentation](https://docs.sourcery.ai/) for the issue, and found nothing - [x] I have checked there are no open [bugs](https://github.com/sourcery-ai/sourcery/issues?q=label%3Abug) referencing the same bug...
# I have made things! `redirect_chain` is monkey-patched on by the test client. I added it in #1124 . I just spotted there are bad `redirect_chain` attributes declared on the...