Benjamin F. Maier
Benjamin F. Maier
Due to the same problem described in #136
When editing a many-to-many-field in an inline form, the entries are not saved. The reason that this happens is that in `inline_cruds.py`, the form is called via ```python object =...
I'm using inline CRUD-Views to add more complex information to objects. My setup is similar to the one described #133. I've noticed that custom select2-widgets are not working properly in...
First, thanks for the package, looking really great! I've tested a few features that worked quite well, but I have a particular problem: Several of my models refer with a...
I've noticed that for v0.2 several changes were made that have not been logged in CHANGELOG.md. So far I've found: * the node attribute `radius` is now called `size`. Ulf,...
I'm very new to pyglet, so I might be making an obvious mistake, apologies in advance. I'm trying to run pyglet multiple times in one Python session because I'm using...
* Get access to a Windows computer and test compilation and visualization * fix the usage of "/" as the directory operator and use `os.path.join()` instead