Date & Time Fields — Aquilia Documentation
Comprehensive guide and documentation for Date & Time Fields in the Aquilia framework. View API reference, examples, and implementation patterns.
Docs / Models / Date & Time Fields Date & Time Fields Fields for date, time, timezone-aware datetime instances, and timedeltas. Field Catalogue Field Python Type SQL (SQLite / Postgres) ))} Auto Timestamp Options Both DateField and DateTimeField support automatic timestamps: created_at = DateTimeField(auto_now_add=True) # Set once on creation updated_at = DateTimeField(auto_now=True) # Set on every save() Text Fields Structured Fields )
Go to Homepage