cookiecutter-django/scripts
Bruno Alla 52d25ad019
Fix bug in create_django_issue
Parsing doesn't work for classifiers that only
include the Django major version, e.g.:
``'Framework :: Django :: 3'`

We need a '.' in the 4th part of the classifier
to be able to parse it:
``'Framework :: Django :: 3.2'`
2023-12-07 12:29:02 +00:00
..
__init__.py Setup pre-commit for the template files (#3433) 2021-11-26 15:41:50 +00:00
create_django_issue.py Fix bug in create_django_issue 2023-12-07 12:29:02 +00:00
update_changelog.py Fix issue with empty release in update_changelog script 2023-09-30 11:20:49 +01:00
update_contributors.py Fix inconsistent line length and move configs to pyproject.toml (#4276) 2023-04-15 15:43:04 +01:00