New method for update tables using directly old tables in mariadb

This commit is contained in:
Antonio de la Rosa 2024-04-16 01:27:29 +02:00
parent dec0613c75
commit 2599eabed0
9 changed files with 151 additions and 22 deletions

View file

@ -37,6 +37,8 @@ class DateTimeField(PhangoField):
self.utc=False
self.error_default='Error: Date format invalid'
self.type_sql='datetime'
def check(self, value):