Comment 3 for bug 1099754

Revision history for this message
jesse andries (jesse-andries) wrote :

It doesn't seem to make a difference whether a field starts with lower or upper case, it is always created as upper case even if it's called as lower case in fields.append . Don't know if that is intentional or not. This is contrast to when you create an extra field by hand in the gui, in that case the field name is created case sensitive. That seems rather inconsistent.

Anyway, I just noticed you may also want to delete line 93 in ads.py which is a todo-comment on adding the year and month fields.