Block a user
cb388c78bb
TEMP.
020d0d04fa
Removed the unique constraint in the Account data model.
517f02abb0
Added a missing semicolon in account-form.js.
89ea478e87
Revised the code to find the next number in the populate_obj method of the AccountForm form.
1b1378739e
Renamed the variable in the new_id function from "new" to "obj_id", to be clear.
10e66e8c27
Renamed the "testsite" application to "test_site".
e2d7045e0d
Added the test_editor test to the AccountTestCase test case.
cb558a4514
Revised the AccountTestCase test case for simplicity.
18d71b83bc
Split the BaseAccountTestCase into BaseAccountCommandTestCase and BaseAccountTestCase, and rewrote the BaseAccountTestCase for simplicity.
245ab45b6c
Added the AccountTestCase test case with the test_nobody and test_viewer tests.
0ea23949fc
Added the AccountCommandTestCase test case.
f6c11e4dd7
Revised the options.package_data section in setup.cfg to include the static CSS and JavaScript files.
ae85dc81cb
Added to query the "offset needed" in the get_account_query function.
7cd8f22e3a
Updated the translation.
ec21498d3d
Added the "offset needed" option and badge in the account list, account detail and account form.
45e05da090
Merged the search box to the action button group in the base account list and account list.