InvenTree/InvenTree/common
Matthias Mair d7d3d8aa26
Currency migrations - stop migrations when defaults change (#4975)
* make currency choices independend

* replace hard coded default currency

* use function for psql?

* use callable default

* revert some fields

* also migrat all currency codes
2023-06-07 20:05:37 +10:00
..
fixtures fix endline 2022-05-20 13:35:07 +02:00
migrations Fix for currency migration (#4873) 2023-05-22 22:59:10 +10:00
__init__.py startapp common 2019-09-03 08:30:14 +10:00
admin.py Add news reader (#3445) 2022-11-10 12:20:06 +11:00
api.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
apps.py Prevent write of SERVER_RESTART_REQUIRED setting when importing dataset (#3249) 2022-06-24 20:42:55 +10:00
files.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
forms.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
models.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
notifications.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
serializers.py Refactor model helpers into own file (#4927) 2023-05-31 09:18:42 +10:00
settings.py Currency migrations - stop migrations when defaults change (#4975) 2023-06-07 20:05:37 +10:00
tasks.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
test_notifications.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
test_tasks.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_views.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
urls.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
views.py Switch to pathlib (#3392) 2022-07-27 10:42:34 +10:00