mia-accounting-django/mia_core
2022-12-04 23:01:02 +08:00
..
locale/zh_Hant/LC_MESSAGES Revised the smart_date filter in the Mia core application. 2021-01-17 00:37:34 +08:00
management/commands Revised the documentation of the make_trans management command. 2021-02-03 10:05:07 +08:00
static/mia_core Moved the local part of the application from the Mia core application to the Mia Womb local application. 2020-08-18 00:37:04 +08:00
templates/mia_core/include Added fade effect to the bootstrap modals. 2021-08-27 07:07:14 +08:00
templatetags Revised the smart_date filter in the Mia core application. 2021-01-17 00:37:34 +08:00
__init__.py Added the mia_core package. 2020-07-01 23:34:22 +08:00
apps.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
models.py Fixed the save method of the LocalizedModel data model to find the l10n records only for existing models, to work with Django 4.1. 2022-12-04 23:01:02 +08:00
period.py Revised the code as suggested by PyCharm. 2020-08-13 10:17:52 +08:00
tests.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
utils.py Replaced urllib.parse.unquote() with urllib.parse.unquote_plus() in UrlBuilder. 2021-01-16 20:24:10 +08:00
views.py Simplified the stored post forms in a way that only store one form for use at once, like PHP Laravel, and merge it to the Mia core utilities in the Mia core application. 2020-10-20 22:51:00 +08:00