|
1d16b250d8
|
Revised the documentation.
|
2022-12-08 01:06:15 +08:00 |
|
|
f6f83fe323
|
Replaced "random.randint" with "secrets.randbelow" in the "new_pk" function.
|
2022-12-05 19:40:12 +08:00 |
|
|
607b5be9c0
|
Removed an unused variable in mia_core.models.
|
2022-12-05 19:36:06 +08:00 |
|
|
3792524022
|
Replaced the deprecated JavaScript String.substr with String.substring.
|
2022-12-05 19:32:43 +08:00 |
|
|
1c44d51e92
|
Renamed the "order" property to "ord" in the TransactionSortForm.Order class.
|
2022-12-05 19:27:53 +08:00 |
|
|
3d4d20614c
|
Removed a redundant return in the _validate_code_parent_exists method of the AccountForm form.
|
2022-12-05 19:23:48 +08:00 |
|
|
4784100084
|
Removed an empty CSS rule in report.css.
|
2022-12-05 19:22:19 +08:00 |
|
|
56a9d565c1
|
Replaced "[0-9]" with \d in the regular expressions.
|
2022-12-05 19:21:37 +08:00 |
|
|
1967359142
|
Revised the variable in the "accounting_sample" management command.
|
2022-12-05 18:58:28 +08:00 |
|
|
e80aceb8ff
|
Revised the regular expression in the JavaScript summary helper.
|
2022-12-05 18:57:34 +08:00 |
|
|
649f76d9db
|
Replaced "random.randint" with "secrets.randbelow" in the "accounting_sample" management command.
|
2022-12-05 18:49:58 +08:00 |
|
|
3cef0d7009
|
Moved the source files to the "src" subdirectory.
|
2022-12-05 08:46:20 +08:00 |
|