Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

Version 16.10 (obsolete)

This was the first release which used the date-based versioning system. It was never published.

New features

  • Contains a first preview of ExtJS 6 front end. We ask everybody to test it on their site and to report problems. We don't yet recommend to activate it on a production site.

Bugfixes

  • Until now Lino did not support well the case of defining a default value on fields of type QuantityField, DurationField or IncompleteDateField. Changed API for these fields: when blank is True, then null must be True as well. The previous statement "QuantityFields are implemented as CharFields and therefore should not be declared null=True. But if blank=True, empty strings are converted to None values." is no longer true.