Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 321 Bytes

CHANGELOG.md

File metadata and controls

11 lines (8 loc) · 321 Bytes

Release 0.3.0

  • Default style of __str__ changed to <Model: name=value>
  • Detection and use of Python 2 __unicode__
  • Very customisable attribute format strings
  • Limited styles customisation for __str__ and __repr__
  • Fixed bug if Meta.unique_together was a set

Release 0.2.1

  • First usable release