mia-accounting-django/mia_core
2020-08-16 19:10:38 +08:00
..
locale/zh_Hant/LC_MESSAGES Fixed to require the user to input the password when changing the log in ID, since the HTTP digest authentication requires both the log in ID and the password to create and store the new hash in the Mia core application. 2020-08-11 21:46:40 +08:00
static/mia_core Fixed to require the user to input the password when changing the log in ID, since the HTTP digest authentication requires both the log in ID and the password to create and store the new hash in the Mia core application. 2020-08-11 21:46:40 +08:00
templates/mia_core Replaced the function-based my_account_form and my_account_store views with the class-based MyAccountFormView view in the Mia core application. 2020-08-15 01:05:21 +08:00
templatetags Fixed the is_in_section template filter to deal with when the request is not None but the resolver_match is None in the accounting application. 2020-08-13 22:14:33 +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
converters.py Added type hints to the Mia core application. 2020-08-13 08:05:35 +08:00
digest_auth.py Revised the code as suggested by PyCharm. 2020-08-13 10:17:52 +08:00
forms.py Revised the code as suggested by PyCharm. 2020-08-13 10:17:52 +08:00
models.py Added my own base FormView, and replaced the current function-based user form views with a new UserFormView that based on my base FormView in the Mia core application. I do not know if I am doing the right thing. 2020-08-13 15:43:04 +08:00
period.py Revised the code as suggested by PyCharm. 2020-08-13 10:17:52 +08:00
stored_post.py Added type hints to the Mia core application. 2020-08-13 08:05:35 +08:00
tests.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
urls.py Replaced the function-based my_account_form and my_account_store views with the class-based MyAccountFormView view in the Mia core application. 2020-08-15 01:05:21 +08:00
utils.py Added type hints to the Mia core application. 2020-08-13 08:05:35 +08:00
views.py Revised the documentation in FormView in the Mia core application. 2020-08-16 19:10:38 +08:00