Adam Johnson
Adam Johnson
I'm not sure this is exactly the right place to report, but it seems logical. Python's packaging ecosystem has long used a `setup.py` file for package metadata. However, since 2016,...
Visit https://apphousekitchen.com/pricing/ , click “Download Free”, then “Licence Agreement” in the popup: The linked URL https://apphousekitchen.com/license-agreement-free-version/ is a 404:
# Trac ticket number N/A # Branch description Unused since ff419de263138e905dff44c5cb806310c70f32aa. # Checklist - [x] This PR targets the `main` branch. - [x] The commit message is written in past...
## Checklist - [x] I have verified that that issue exists against the `master` branch of Django REST framework. - [x] I have searched for similar issues in both open...
Fixes #385.
Running a project with django-configurations and `python -Wall` shows this warning: ``` $ python -Wall manage.py help :918: ImportWarning: ConfigurationLoader.exec_module() not found; falling back to load_module() ... ``` This is...
Prevent this warning: ``` $ python -Wall manage.py help /.../django/conf/__init__.py:214: RemovedInDjango60Warning: The FORMS_URLFIELD_ASSUME_HTTPS transitional setting is deprecated. warnings.warn( ... ``` The approach of listing the setting in `deprecated_settings` is the...
Adding CI to reproduce the error fixed in #457.
Fixes #261. This PR handles the removal of the [long-deprecated `assertDictContainsSubset` test method](https://docs.python.org/dev/whatsnew/3.12.html#id3) by following the guidance from [the old deprecation notice](https://docs.python.org/3.2/library/unittest.html?highlight=assertdictcontainssubset#unittest.TestCase.assertDictContainsSubset).
Attempt at #108 but it's harder than expected so giving up for now.