Hedde van der Heide

Results 7 issues of Hedde van der Heide

It would be nice to support tabbing against the latest stable django-grappelli version. This would probably require dynamic js selectors.

enhancement
admin
js

I have spent sometime with the flat theme, great work. Here's some thoughts that might be worth a thought - port the css to compass - replace all common styles...

feature

Replacing Bottle with [FastAPI](https://github.com/tiangolo/fastapi) might be an interesting tech improvement, because it will allow us to lift the features of python 3.6+ (e.g. asyncio) and it's type declaration support. Blocked...

Tech

For those interested, I have patched django-mollie-ideal to support reverse patterns, https://github.com/Hedde/django-mollie-ideal/commit/6e94702c71d4c2ddca9c833d01645fbf9d47e0e3 This implementation can be improved by making use of the django sites framework which makes the MOLLIE_IMPLEMENTING_SITE_URL redundant....

First of, great work! I'd like to suggest a more consistent usage of trailing slashes, currently some views use them and some don't. It might also be nice to add...

It seems relationships can only be imported based on their numeral primary key (which might makes sense as the name does not currently have a unique constraint)

enhancement