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
|
15da0bfd9a
|
minor cleanups (#225)
* use normal html self-closing tags
* stop using obsolete test integration
* make test more straightforward
* removed unused setting
|
2022-12-11 22:53:05 +01:00 |
Fabio Caccamo
|
98b8025ed7
|
Replace `str.format` with `f-strings`.
|
2022-12-06 13:44:32 +01:00 |
Fabio Caccamo
|
60649ac4e6
|
Remove `post_migrate` signal handler and multi db test.
|
2022-12-03 14:01:57 +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
|
78041ea28b
|
Separate `test_repr` and `test_str`.
|
2022-11-18 13:31:57 +01:00 |
Fabio Caccamo
|
e1020a29dc
|
Remove unnecesary `using("default")`.
|
2022-11-18 13:31:44 +01:00 |
Vasanth
|
946b9c98e0
|
Respect 'using' in signals (#200)
|
2022-11-18 13:07:59 +01:00 |
Fabio Caccamo
|
5e58c35b08
|
Run `pre-commit`.
|
2022-10-14 17:31:57 +02: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
|
18d2281011
|
Splitted tests to multiple files.
|
2019-02-21 17:17:59 +01:00 |