Skip to content

Version 0.17.2

Latest
Compare
Choose a tag to compare
@devkral devkral released this 06 Oct 16:15
0.17.2
9bcfca4

Added

  • build_where_clause method in QuerySet for easing the integration in raw SQLAlchemy queries.

Fixed

  • update and delete methods of QuerySet did ignore or clauses.
  • Fixed ManyToMany fields not able to use their Owner Model as target.
  • Fixed makemigration failing with foreignkeys when using model_apps.