Stefan Strobel sst
sst deleted branch bugfix/24-fix-template-import-recursion-bug from mhu/shimatta-kenkyusho 2024-11-24 21:25:33 +01:00
sst pushed to develop at mhu/shimatta-kenkyusho 2024-11-24 21:25:33 +01:00
46a94c9688 Merge pull request 'Fix #24: Solve recursion bug when importing templates from a fixture' (#29) from bugfix/24-fix-template-import-recursion-bug into develop
3450f7475a Fix #24: Solve recursion bug when importing templates from a fixture
Compare 2 commits »
sst merged pull request mhu/shimatta-kenkyusho#29 2024-11-24 21:25:31 +01:00
Fix #24: Solve recursion bug when importing templates from a fixture
sst commented on pull request mhu/shimatta-kenkyusho#29 2024-11-24 21:25:27 +01:00
Fix #24: Solve recursion bug when importing templates from a fixture

Thanks - I had this planned - the same way as you did :)

sst pushed to develop at mhu/shimatta-kenkyusho 2024-11-24 21:23:38 +01:00
21ac4a8c06 Merge pull request 'Fix #30: Update the django filter package. It was incompatible and bricked the web view of the rest API' (#31) from bugfix/30-fix-broken-api-web-rendering into develop
207b5c3fb5 Fix #30: Update the django filter package. It was incompatible.
Compare 2 commits »
sst deleted branch bugfix/30-fix-broken-api-web-rendering from mhu/shimatta-kenkyusho 2024-11-24 21:23:38 +01:00
sst merged pull request mhu/shimatta-kenkyusho#31 2024-11-24 21:23:35 +01:00
Fix #30: Update the django filter package. It was incompatible and bricked the web view of the rest API
sst opened issue mhu/shimatta-kenkyusho#26 2024-11-21 00:23:15 +01:00
Enhance storage/stock display
sst opened issue mhu/shimatta-kenkyusho#25 2024-11-21 00:21:38 +01:00
Allow edit of stock content
sst opened issue mhu/shimatta-kenkyusho#24 2024-11-21 00:15:12 +01:00
Templating breaks data import
sst pushed to sst/some-weird-stuff-with-docker at mhu/shimatta-kenkyusho 2024-11-19 23:35:18 +01:00
6e51085210 removed the trusted origin foo again - added proper detection of https
sst opened issue mhu/shimatta-kenkyusho#23 2024-11-19 23:11:48 +01:00
Add documentation about running this in Readme
sst created pull request mhu/shimatta-kenkyusho#22 2024-11-19 23:10:10 +01:00
added CSRF trusted origin config, added tzdata - needed in debug mode
sst pushed to sst/some-weird-stuff-with-docker at mhu/shimatta-kenkyusho 2024-11-19 23:10:03 +01:00
5163834de4 added CSRF trusted origin config, added tzdata - needed in debug mode
sst created branch sst/some-weird-stuff-with-docker in mhu/shimatta-kenkyusho 2024-11-19 23:10:03 +01:00
sst pushed to feature/small-useability-improvements at mhu/shimatta-kenkyusho 2024-11-19 00:39:20 +01:00
d10c48f2b9 fixed usage of input fields
sst deleted branch mhu/4-port-to-django-5.1 from mhu/shimatta-kenkyusho 2024-11-19 00:03:24 +01:00
sst pushed to develop at mhu/shimatta-kenkyusho 2024-11-19 00:03:24 +01:00
a54cd33880 Merge pull request 'mhu/4-port-to-django-5.1 Port to recent Django version' (#18) from mhu/4-port-to-django-5.1 into develop
7678e6ad88 remove unnecessary uuid import from distributor views
5ce7d99db2 Fix import oder in package views
5109f8d094 Fixup imports in storage/stock views
6d0ec7e448 Fixup imports in package views
Compare 14 commits »
sst merged pull request mhu/shimatta-kenkyusho#18 2024-11-19 00:03:22 +01:00
mhu/4-port-to-django-5.1 Port to recent Django version
sst commented on pull request mhu/shimatta-kenkyusho#18 2024-11-19 00:03:17 +01:00
mhu/4-port-to-django-5.1 Port to recent Django version

Nice one - cleaned up the views :)

...runs well on my test system - did not compare the views in detail - should work :)