Simon Hanna
Simon Hanna
I second this. We used to use a custom formatError function that had access to the request context and moved to an ErrorFormatExtension once that wasn't possible anymore. ``` export...
this happens with the web demo. Not sure what version it is. 1. In the demo open docs 2. Open Film query 3. Open Film node/type 4. Open Characters 5....
I'm also interested in Postgres support. From the looks of it, either the fulltext search for mysql is not good enough, or it's not used right. In postgres fulltext search...
hmm.. I thought the "showOnDashboard" toggle on the account would also exclude it from the current balance. Apparently not...
The notification would only be shown in the dashboard and the account view and should not be dismissable. The reason behind it being that refreshing the page would constantly add/remove...
sorry I didn't get back to this. I guess this can be handled using an extra dependency and modifying the authentication config? If something needs to be changed in the...
I can't replicate it. What is your locale and what browser language do you have set? It should preselect the current day... Can you maybe wait a day and see...
It's because django parses the date to the user locale but the datepicker always uses the same. So we either need to tell the datepicker what format is currently in...
yeah, I guess that would be possible. I have to think about it a little and probably write some code to try it out...
I took a look at it, and I guess the way to goo is to actually use the hierarchy you proposed. However it's a rather big change and I want...