mirror of
https://github.com/django/django.git
synced 2025-11-24 21:00:12 +00:00
Field.db_default accepts either literal Python values or compilables
(as_sql) and wrap the former ones in Value internally.
While
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| fields.py | ||
| models.py | ||
| test_logging.py | ||
| tests.py | ||