Block a user
576b5207cc
Advanced to version 0.2.0.
9e85c14431
Changed the can_edit permission to at least require the user to log in first.
1d727637d7
Advanced to version 0.2.0.
5ab0725ee1
Changed the can_edit permission to require the user to log in first.
31dc8fab04
Changed the type hint of the "current_user" pseudo property of the AbstractUserUtils class to return None when the user has not logged in.
dc24af1db0
Added the get_current_user function to the "accounting.utils.user" module to retrieve the currently logged-in user and cache it in the current request.
da847b3ca8
Advanced to version 0.1.2.
59795635ee
Updated the Sphinx documentation.
399afe56c8
Added the initial values for the database instance, the user class and the user primary key column, to allow the Sphinx documentation system to work properly.
16e2a146db
Fixed the documentation in the Account data model.
f7ce94902f
Revised the AccountTestCase test case, added the test_add, test_basic_update, test_update_not_modified, test_created_updated_by, test_l10n, and test_delete test to replace the simple test_change_base test.
5cf3cb1e11
Added the "is_modified" pseudo property to the Account data model, and applied it to the update_account view, to count the localized titles for modification.
a78057a8c3
Renamed the variable in the test_created_updated_by test of the CurrencyTestCase test case.
0491614ae4
Added the PREFIX constant to simplify the CurrencyTestCase test case.
50f8f06687
Revised the translation.
cd5b1b97fd
Added a different the page title of the search result in the base account list and account list, to be clear.
b7dd53d2f9
Added a complex query to the test_malformed test of the QueryKeywordParserTestCase test case.
b07b0e3be4
Added a complex query to the test_default test of the QueryKeywordParserTestCase test case.
e7fb2288ce
Revised the parse_query_keywords utility to handle the case with an open double quotation mark without its corresponding close double quotation mark.
0d8cf85ec0
Removed an excess blank line in test_utils.py.
6e212f0e33
Revised the Pagination utility to handle the malformed and illegal page number and page size values.
2fbe137243
Added test_utils.py with the NextUriTestCase, QueryKeywordParserTestCase, and PaginationTestCase test cases for the independent utilities.
f4e2c21ece
Added test_temp.py to .gitignore, for temporary tests that should not be committed.
fff07a2552
Removed node_models from .gitignore.
975b00bce9
Advanced to version 0.1.1.
d648538fbb
Added onupdate="CASCADE" to the foreign keys.
16795df36d
Advanced to version 0.1.1.
dde9c38bb8
Fixed the primary key of the Account data model to be not auto-incrementing.