mia-accounting-django/src/accounting
2022-12-08 01:06:15 +08:00
..
locale/zh_Hant/LC_MESSAGES Moved the source files to the "src" subdirectory. 2022-12-05 08:46:20 +08:00
management/commands Revised the variable in the "accounting_sample" management command. 2022-12-05 18:58:28 +08:00
migrations Moved the source files to the "src" subdirectory. 2022-12-05 08:46:20 +08:00
static/accounting Replaced the deprecated JavaScript String.substr with String.substring. 2022-12-05 19:32:43 +08:00
templates/accounting Moved the source files to the "src" subdirectory. 2022-12-05 08:46:20 +08:00
templatetags Replaced "[0-9]" with \d in the regular expressions. 2022-12-05 19:21:37 +08:00
__init__.py Moved the source files to the "src" subdirectory. 2022-12-05 08:46:20 +08:00
apps.py Moved the source files to the "src" subdirectory. 2022-12-05 08:46:20 +08:00
converters.py Replaced "[0-9]" with \d in the regular expressions. 2022-12-05 19:21:37 +08:00
forms.py Renamed the "order" property to "ord" in the TransactionSortForm.Order class. 2022-12-05 19:27:53 +08:00
models.py Replaced "[0-9]" with \d in the regular expressions. 2022-12-05 19:21:37 +08:00
tests.py Moved the source files to the "src" subdirectory. 2022-12-05 08:46:20 +08:00
urls.py Moved the source files to the "src" subdirectory. 2022-12-05 08:46:20 +08:00
utils.py Revised the documentation. 2022-12-08 01:06:15 +08:00
validators.py Moved the source files to the "src" subdirectory. 2022-12-05 08:46:20 +08:00
views.py Renamed the "order" property to "ord" in the TransactionSortForm.Order class. 2022-12-05 19:27:53 +08:00