bronte2k7
bronte2k7
Hi @phdru Very useful method. There is no such thing in the documentation
Hi @phdru ```python class AccountTable(Table): email = StringCol(length=512, notNone=True, unique=True) password = StringCol(length=512, notNone=True) versions = Versioning() class sqlmeta: table = 'account' ``` version table name: account_table_versions I would like...
How can I do this? $.redirect("{% url "/login.php", {'id[]': [1, 2]}, 'GET'); can I transfer an object only?