docs: update release notes

ref: #789
This commit is contained in:
2025-06-06 05:15:46 +09:30
parent 86da111b85
commit 1d80cdd5c3
2 changed files with 9 additions and 10 deletions

View File

@ -1,3 +1,12 @@
## Version 1.18.0
- Removed Django UI
[UI](https://github.com/nofusscomputing/centurion_erp) must be deployed seperatly.
- Removed API v1
## Version 1.17.0
- Added setting for log files.

View File

@ -7,18 +7,8 @@ def model_tenancyabstract():
the_model = TenancyAbstractModel
the_model.context = {
'logger': None,
'user': None,
}
yield the_model
the_model.context = {
'logger': None,
'user': None,
}
@pytest.fixture( scope = 'class')