mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +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 |