mirror of
https://github.com/django/django.git
synced 2025-01-03 06:55:47 +00:00
e67d7d70fa
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 |