postfalk / django-etl-sync

Django ETL deriving rules from models and forms
Other
27 stars 11 forks source link

Better separate model introspection and dictionary parsing #24

Closed postfalk closed 7 years ago

postfalk commented 8 years ago

... That might need to wait until we allow for breaking changes.

postfalk commented 7 years ago

This is now accomplished for the top level model since model introspection happens in the init phase of the generation.

However, generators for related models are still initialized every single time.