timonweb / django-tailwind

Django + Tailwind CSS = 💚
https://django-tailwind.readthedocs.io
MIT License
1.45k stars 89 forks source link

django-browser-reload 1.6 does not support django 2.2 anymore #148

Closed simkimsia closed 1 year ago

simkimsia commented 2 years ago

https://github.com/timonweb/django-tailwind/blob/7f9edb8dc0653d949dd27a369298b0093cb8db27/pyproject.toml#L30

See this https://github.com/adamchainz/django-browser-reload/blob/main/HISTORY.rst#140-2022-05-10

two choices:

  1. either drop django-browser-reload to 1.3.0
  2. or drop supporting django 2.2, 3.0, and 3.1

image