Skip to content

Version 2.0.9 (26 April 2019)

Compare
Choose a tag to compare
@atodorov atodorov released this 31 Oct 14:04
· 218 commits to master since this release
  • Fix UnboundLocalError: local variable 'key_cls' referenced before assignment
    for cases when models is a python package, the to argument is a string
    that is used in this pattern app.Model and also there is some other
    bool const like null=True right after to. (Sardorbek Imomaliev)
  • Don't crash if ForeignKey field doesn't have keyword arguments Fix
    #230