Bruno Alla
Bruno Alla
Missing Django 1.11 and Python 3.6 at least. https://opbeat.com/docs/articles/get-started-with-django/#supported-django-and-python-versions Not sure if you still support as far back as Django 1.4? I tried to look into this repo, but this...
## Description There are a few dependabot PRs for Gulp packages which are opened and seem to need to migrate our `gulpfile.js` file to ESM: - https://github.com/cookiecutter/cookiecutter-django/pull/4949 - https://github.com/cookiecutter/cookiecutter-django/pull/5052 Some...
This will display it in PyPI as well as make it readable by tools like [pip-licenses](https://pypi.org/project/pip-licenses/).
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Ref https://github.com/tiangolo/issue-manager/discussions/24 Shortly after opening the discussion I did some digging and figured that it might not be too difficult to do. Let me know if I went into a...
## Description Migrate from the unmaintained Collectfast to the Collectfasta fork. Checklist: - [ ] I've made sure that tests are updated accordingly (especially if adding or updating a template...
When installing the package, I get a `tests` folder added to my `site-packages` with the content of the tests from the repo. This is polluting the virtualenv with code that...
Fix #88
As per #135 adding the config file for read the docs, which [required since September 2023](https://blog.readthedocs.com/migrate-configuration-v2/). Someone with admin access might have to re-enable webhooks from here https://readthedocs.org/dashboard/django-hosts/integrations/ You can...
Fix #165 Tested by running `python -m build` and checking the content of wheel ### Before ➜ unzip -l dist/*.whl ``` Archive: dist/django_jsonform-2.22.0-py3-none-any.whl Length Date Time Name --------- ---------- -----...