Commit Graph

8 Commits (47d914f73f116882b5fb04e77d64559a7697e5f6)

Author SHA1 Message Date
tautvydas.banevicius 71f0d25088 [IMP] datetime_formatter: black, isort, prettier, pylint, flake8.
Modified exception on method best_match according flake8 warning.
Modified test method test_user with_context(**) according pyling warning.
2022-03-15 09:30:18 +02:00
dsolanki 7d735947ed [MIG] Migrate module datetime_formatter to v14. 2022-02-07 17:41:36 +02:00
Víctor Martínez 8aed91993e [MIG] datetime_formatter: Migration to 13.0 2022-02-07 17:41:36 +02:00
Víctor Martínez 3e73fefc38 [IMP] datetime_formatter: black, isort, prettier 2022-02-07 17:41:36 +02:00
oleksandrpaziuk 812ceea013 [MIG] datetime_formatter: Migration to 11.0 2022-02-07 17:41:35 +02:00
Jairo Llopis b2508e69f2 [MIG][10.0][datetime_formatter] Migration
Special highlights:

- Fixed some license headers.
- Adhered to normal addon structure.
- Removed `exceptions.py` and use `UserError` instead.
- Allow submodules to import some constants from main namespace.

The rest is basically a standard migration.
2022-02-07 17:41:35 +02:00
cubells 1b1d104367 datatime_formatter migration to 9.0 2022-02-07 17:41:35 +02:00
Jairo Llopis e7473ccf01 Add module datetime_formatter.
This module allows the developer to format any date/time combination in
the most comfortable way for the user, just with a quick call to
2022-02-07 17:41:35 +02:00