- Use table[field] instead of just field (
6d8d247
)
- Add 'show' as the inverse of 'hide' (
8c727d8
)
- Pop_fields should be optional (
8cdb087
)
- Explicit db.commit's after insert (
4fb41b1
)
keyfieldname
is not always passed in the form on new! (95cfd27
)
- grid: Allow specifying
pop_fields
to remove certain values when copying a row (e.g. sync_gid) (bf87024
)
- Import BUTTON from yatl (
bfd4671
)
- Add 'restore' option to archive (
7ed3e7b
)
- Effstatus was set to None after update (
0273ac2
)
- Confirm with user before deleting something (
f75c03c
)
- Don't hardcode on 'organisations' table (
e2f468d
) - Don't crash when 'deletable' argument is passed, just hide the delete button in that case (
ab22727
)
- archive: Set([...]) is anders dan {[...]} (
d0f9396
)
- By default, use custom searchable which deals with uuid fields in the db (
38bbbba
)
- If the form has errors, don't save it. + added typing hints (
197371a
)
- Semantic_release support for automatic changelog building. (
6c418d4
)
- Updated repository links (
b9ef24d
)