mirror of
https://github.com/django/django.git
synced 2025-08-19 10:10:42 +00:00
[1.7.x] Fixed various minor doc typos / references.
Backport of 67f9f385aa
from master
This commit is contained in:
parent
50ebddad6a
commit
ef392387c2
5 changed files with 9 additions and 9 deletions
|
@ -795,7 +795,7 @@ storing a string.
|
|||
|
||||
If :meth:`.get_internal_type` returns a string that is not known to Django for
|
||||
the database backend you are using -- that is, it doesn't appear in
|
||||
``django.db.backends.<db_name>.creation.DATA_TYPES`` -- the string will still be
|
||||
``django.db.backends.<db_name>.creation.data_types`` -- the string will still be
|
||||
used by the serializer, but the default :meth:`.db_type` method will return
|
||||
``None``. See the documentation of :meth:`.db_type` for reasons why this might be
|
||||
useful. Putting a descriptive string in as the type of the field for the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue