Skip to content

0.19.2

Compare
Choose a tag to compare
@long2ice long2ice released this 11 Jul 09:39
· 167 commits to develop since this release

Added

  • Added schema attribute to Model's Meta to specify exact schema to use with the model.

Fixed

  • Mixin does not work. (#1133)
  • using_db wrong position in model shortcut methods. (#1150)
  • Fixed connection to Oracle database by adding database info to DBQ in connection string.
  • Fixed ORA-01435 error while using Oracle database (#1155)
  • Fixed processing of ssl option in MySQL connection string.
  • Fixed type hinting for QuerySetSingle.