Skip to content

Release 0.12.5

Compare
Choose a tag to compare
@guzman-raphael guzman-raphael released this 26 Feb 21:13
· 2023 commits to master since this release
77039f7

Patch Changes:

  • Rename module dj.schema into dj.schemas. dj.schema remains an alias for class dj.Schema. (#731) PR #732
  • dj.create_virtual_module is now called dj.VirtualModule (#731) PR #732
  • Bugfix - SSL KeyError on failed connection (#716) PR #725
  • Bugfix - Unable to run unit tests using nosetests (#723) PR #724
  • Bugfix - suppress_errors does not suppress loss of connection error (#720) PR #721