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.
cd86651606
Added the "accounting-titleize" console command to capitalize the existing account titles that were already initialized.
9147744ff7
Renamed the test_init test to test_init_db in the ConsoleCommandTestCase test case.
1a212a5330
Updated the documentation of the test_init test of the ConsoleCommandTestCase test case.
0614457b7b
Moved dropping tables from the setUp method to the test_init test in the ConsoleCommandTestCase test case. The other tests may not need to drop the tables first.
6c7de34d4e
Revised to capitalize the account titles when initializing the base accounts instead of when displaying the account titles, so that the titles of the user-added accounts are not capitalized incorrectly.
7c2d3d636e
Updated the log in message at the home page, and removed the next URI from the log in link. The next URI is not clear text but encrypted now. There is no need to attach the next URI, as it defaults redirects to the accounting application without the next URI.
1a20f66938
Revised to capitalize the account titles when initializing the base accounts instead of when displaying the account titles, so that the titles of the user-added accounts are not capitalized incorrectly.
93bb298edb
Updated the log in message at the home page, and removed the next URI from the log in link. The next URI is not clear text but encrypted now. There is no need to attach the next URI, as it defaults redirects to the accounting application without the next URI.
39710879b4
Removed unused imports from the test site.
67e9755e91
Removed an unused import from testlib_journal_entry.py.
b3fa52584e
Revised the code to read from the CSV data files in the __test_base_account_data method of the ConsoleCommandTestCase test case, to prevent PyCharm from complaining.
727bc4967e
Updated the log in message at the home page, and removed the next URI from the log in link. The next URI is not clear text but encrypted now. There is no need to attach the next URI, as it defaults redirects to the accounting application without the next URI.
a24242dfcf
Removed unused imports from the test site.
896fc4e27e
Removed an unused import from testlib_journal_entry.py.
80195eef5e
Revised the code to read from the CSV data files in the __test_base_account_data method of the ConsoleCommandTestCase test case, to prevent PyCharm from complaining.
3a676e0b5a
Fixed the back URL of the creation forms, applying the accounting_or_next filter for the decoded next URI instead of getting the next URI directly.
9cc7b64bb3
Moved the "__as_next" utility from the test site to the "accounting.utils.next_uri" module, and applied it to the template of the unmatched offset list.