Ramon Navarro Bosch
Ramon Navarro Bosch
@poljar @fulmicoton Sorry I could not finish this PR, I was bootstraping getflaps.com and was super busy. Now I have some time and would like to get back to it...
Looks like a good idea to clean up the g transaction flow. In your use case https://github.com/plone/guillotina/blob/master/guillotina/content.py#L358 is the responsible that at async_get gets None because its not on db,...
After the PR the main scope will be fixed. There is still an inconsistency on async_len, aync_keys, async_values .... all this functions will not be consistent with modified objects and...
Maybe you are looking for a SQL/URL dispatch framework like Django or Pyramid. Guillotina is mostly a schemaless data paradigm with a traversal URL design with ZCA and an API...
This should be fixed ?
you still want to target g6 ?
I understand that that will only be for json schema serialization, you could still do a view with your layer and call your own serializer if you want, isn't it...
I would like that training does not have any requirement that standard guillotina has. Somthing like pip install -r guillotina[devel] that installs development tooling would be cool
Would be great also for the contrib requirements, a piece of code on setup.py that reads the requirements.txt files and adds as extras_require section