mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 13:34:53 +03:00
Update create_django_issue.py
This commit is contained in:
parent
1f6b8b4791
commit
b0e55cc256
|
@ -1,11 +1,5 @@
|
||||||
"""
|
|
||||||
Creates an issue that generates a table for dependency checking whether
|
|
||||||
all packages support the latest Django version. "Latest" does not include
|
|
||||||
patches, only comparing major and minor version numbers.
|
|
||||||
|
|
||||||
This script handles when there are multiple Django versions that need
|
|
||||||
to keep up to date.
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user