Skip to content

Latest commit

 

History

History
45 lines (41 loc) · 5.4 KB

CHANGELOG.rst

File metadata and controls

45 lines (41 loc) · 5.4 KB

Changelog

2.1.0

  • Metadata fixups, tw2.core#90 382a27e60
  • Add missing require for the tests 2af2469a4
  • Fix tw.Param: the attribute is always defined and required. 517406037
  • s/setup/setUp/g 515586419
  • Fix tests 78c544376
  • For genshi we should not call __call__ many times on the same the widget 82a997a50
  • Some refactoring f4b7caccb
  • Display the onetoone field in a label when we view the data. In this way the HTML table is not too big according to the DB. e97c34285
  • Use first the widget defined in the hint 168811e9b
  • Do not instantiate many times the widget in order to not have a validator defined by the __post_define__. cbc36dbc4
  • Do not force a validator if it is already defined. Now we can pass a validator in the hint without overwriting it! 480870d22
  • Sometimes we don't have any validator 81d953ec9
  • Require the latest sieve. 89d0b44ce
  • Fix typo b60d53541
  • Merge pull request #15 from LeResKP/develop 90d8d15c3
  • Hack to make sure the tests in tw2test.WidgetTest are called. 3933cd242
  • label_field template need escape param defined 5e92a00c9
  • Merge pull request #16 from LeResKP/develop e2c49b77e
  • Fix test a3f270cd6
  • Also get first the hint for the relation fields. 9c60f4e66
  • Add FactoryWidget which is used to pass parameters to the widget choosed by the factory cebe3c75d
  • Be able to display HTML in the view if get_tws_view_text function is defined on the object. We don't want to poluate __unicode__ with some HTML. e8bbe8fae
  • Sort all the relation properties b3f31e29b
  • Merge pull request #17 from LeResKP/develop fbdb8337f

2.0.6

  • Add forgotten doc 4d44d1f54
  • On the non required onetoone relations, we only validate the required children if at least one value is posted. bae333c44
    • Delete the old value from the DB for the onetoone field * Improve the tests 8d75aa8f2
  • If no value posted for onetoone field, we return None to delete the value from the DB 538e48eb9
  • Test the non required onetoone field 35430e7d1
  • Merge pull request #12 from LeResKP/feature/onetoone_relation aab98fa59
  • 2.0.5 704e5a38b
  • 2.0.5 e62b6f975
  • Some progress on modernizing tests. c19f41fd2
  • Failures done. Errors left. 7a58fb7ca
  • Last errors dealt with. Thank god. 3a75628d8