Skip to content

Version 0.17.1

Latest
Compare
Choose a tag to compare
@devkral devkral released this 04 Oct 07:26
0.17.1
8915ff7

Added

  • CURRENT_MODEL_INSTANCE COntextVariable which always point to a model instance.

Fixed

  • Under circumstances it was possible for the assigned database attribute to appear as value.
  • Typings of some (class) properties are now correctly detected.
  • FileFields doesn't need an explicit to_file call assignment anymore to work with revisions. This restriction was lifted.
  • Execute database operation of bulk_update in right scope.