Fabio Caccamo
|
b8a8c1595f
|
Add `pyupgrade` to `pre-commit` config.
|
2022-12-31 18:53:01 +01:00 |
Mounir
|
b3540bc019
|
Make `Theme.get_active_theme` class method a manager method. (#230)
- Make `get_active_theme` a manager method instead of class method
- Replace `get_active_theme` by `get_active`
- Refactor signals handlers
|
2022-12-15 11:32:33 +01:00 |
Éric
|
d62593e01b
|
Drop old Python and Django versions (#220)
* drop old python and django versions
* fix tests
* remove compat module entirely
Co-authored-by: Fabio Caccamo <fabio.caccamo@gmail.com>
|
2022-12-03 13:49:09 +01:00 |
Fabio Caccamo
|
e64614274c
|
Reformatted code with Black.
|
2022-02-08 18:58:59 +01:00 |
Fabio Caccamo
|
11f7440273
|
Improved tests coverage.
|
2020-10-21 12:27:14 +02:00 |
Fabio Caccamo
|
826340c9be
|
Fixed loaddata error with initial_data.json fixture. #97
|
2020-09-15 09:49:50 +02:00 |
Fabio Caccamo
|
9b56343a81
|
Added idempotent deploy support.
|
2019-03-28 12:08:17 +01:00 |