Skip to content

v1.0.1

Compare
Choose a tag to compare
released this 07 Nov 23:06
· 55 commits to main since this release
2480aa1

[1.0.1] - 11-06-2021: Released

Added

  • Added __tablename__ attribute of models in ModelManager.

Corretion

  • ModelManager create_all_tables method does not create the tables
    and neither the relationships already created, before it generated an error.
  • The drop_all_tables to ModelManager method does not drop the tables
    that do not exist, before it generated an error.
  • Fixed the add and get_all method of the OneToMany field.
  • Fixed the add, add_models and get_all method of the ManyToMany field.
  • Fixed parser method of QueryExecutor module.