Block a user
#21: feature/21-add-package-params
Concider moving the duplicated code into its own function e.g. param_type, text_value, value = _get_type_specific_values(self.cleaned_data)
#21: feature/21-add-package-params
The standard way in python would be to raise a NotImplementedException - so pylint etc. will know you have to override this method.
#21: feature/21-add-package-params
If performance matters it should be possible to forward select the components and add them to the first query using .prefetch_selected
Add component type search parameter
sst
deleted branch bugfix/24-fix-template-import-recursion-bug from mhu/shimatta-kenkyusho
2024-11-24 21:25:33 +01:00
Fix #24: Solve recursion bug when importing templates from a fixture
Fix #24: Solve recursion bug when importing templates from a fixture
Thanks - I had this planned - the same way as you did :)
sst
deleted branch bugfix/30-fix-broken-api-web-rendering from mhu/shimatta-kenkyusho
2024-11-24 21:23:38 +01:00
Fix #30: Update the django filter package. It was incompatible and bricked the web view of the rest API