skariel / webalchemy

Modern web development with Python
MIT License
346 stars 21 forks source link

handle creation of new class instances from proxy #150

Open skariel opened 10 years ago

skariel commented 10 years ago

currently rdoc.new will translate and create a new instance. It is also possible to create a new instance from tranlated Python using new(cls, params). However creating a new instance from the server and getting a proxy for a class tranlated using rdoc.translate is not yet possible