mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Clarified documentation regarding Oracle's treatment of nulls and empty strings.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7197a4dcb7
commit
ad6ce1e6f9
2 changed files with 9 additions and 8 deletions
|
@ -54,8 +54,8 @@ string, not ``NULL``.
|
|||
.. note::
|
||||
|
||||
When using the Oracle database backend, the ``null=True`` option will be
|
||||
coerced for string-based fields that can blank, and the value ``NULL`` will
|
||||
be stored to denote the empty string.
|
||||
coerced for string-based fields that have the empty string as a possible
|
||||
value, and the value ``NULL`` will be stored to denote the empty string.
|
||||
|
||||
``blank``
|
||||
---------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue