Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
cedff68247
Added the "VERSION" constant to the "flask_digest_auth" module for the package version, and revised "pyproject.toml" and "conf.py" to read the version from it.
71e97721aa
Removed the documentation link from the documentation in intro.rst. It does not make sense for a circular link to itself.
5815608288
Added the VERSION constant to the accounting module for the package version, and revised pyproject.toml and conf.py to read the version from it.
3f7e4c0dda
Rewrote the data model declaration with the mapped type hint and the mapped columns in SQLAlchemy 2.0. Added "SQLAlchemy >= 2" to the dependencies.
eed4c923f6
Removed the "be" cast function to cast data type for the binary expressions. It is to be replaced by the mapped type hints.
f3e2627900
Rewrote the data model declaration with the mapped type hint and the mapped columns in SQLAlchemy 2.0. Added "SQLAlchemy >= 2" to the dependencies.
8baedb9eae
Rewrote the data model declaration with the mapped type hint and the mapped columns in SQLAlchemy 2.0. Added "SQLAlchemy >= 2" to the dependencies.
7deb73d0ae
Removed the "be" case function to cast data type for the binary expressions. It is to be replaced by the mapped type hints.
09dd5ae541
Revised the long line in the JournalEntryConverter converter.
172a12b134
Fixed the type hint of the "currency_options" function.
988757d30e
Revised the JavaScript journal entry line item editor to only override the description with the description of the original line item when there is no existing description.
50cea90d1b
Revised the JavaScript journal entry line item editor to allow editing the description for offsets and partially-offset original items.