20121128¶
Lino and Django 1.5¶
Django 1.5 beta 1 is released. I tested it and had a few surprises from harmless to positive, but inadvertently lost my notes about them.
Assigning a calendar event¶
Continued on this. Not finished.
Need to implement
lino.core.layouts.ActionParamsLayout.get_choices_url()
.
Lino and humans¶
Yesterday’s last-minute idea to use self.client.gender.mf(m,f) in a contract’s document template was not the good solution: didn’t work for people whose gender field is empty. Replaced by self.client.mf(m,f,u).
New module lino.mixins.human
.
Choicelist contact.Gender renamed to lino.Genders.
Tested documentation in lino.test_apps.human
.