- Fixes getting the last stack item performance 532
1.3.0
Features
- Drops `python3.8` support - Adds `python3.11` and `python3.12` support - Adds `django5.0` support - Uses `OSError` instead of `IOError` alias - Converts `include(*args, **kwargs)` to `include(*args, scope=...)`, because other kwargs were not supported anyway
1.2.0
Features
- Adds `python3.10` support - Drops `python3.6` support - Adds `django4.1` support
1.1.0
Features
- Adds `python3.9` support - Adds `django3.1` support
Misc
- Moves to Github Actions
1.0.1
Bugfixes
- Fixes that django's dev server was not catching split setting filechanges