Chris Brett
Chris Brett
Create better separation between rapid-router and codeforlife-portal to remove circular dependencies
So that RR can be run on its own, and to make the local setup process simpler. This should be done in a similar way to how Django apps are...
Code change compatible with older python versions (`{**a, **b}` rather than `a | b` used for combining dictionaries), as I spotted via running tox on your project it wants to...
### Observed behaviour `filter_overrides` `extra` is not applied when the field has a `choices` attribute. I'm trying to use this to add a bootstrap class (`form-select`) to my select input,...