diff options
Diffstat (limited to 'tests/field_defaults/models.py')
| -rw-r--r-- | tests/field_defaults/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/field_defaults/models.py b/tests/field_defaults/models.py index c99d4871cd..4f06232011 100644 --- a/tests/field_defaults/models.py +++ b/tests/field_defaults/models.py @@ -1,6 +1,6 @@ # coding: utf-8 """ -32. Callable defaults +Callable defaults You can pass callable objects as the ``default`` parameter to a field. When the object is created without an explicit value passed in, Django will call |
