diff options
| author | Daniel Hahler <git@thequod.de> | 2014-07-05 20:28:30 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-05 20:26:26 -0400 |
| commit | 67f9f385aa36c0337d0e961d3a06e9d5f44d678e (patch) | |
| tree | 874cc9fff20f88de1b01f15dace07ac0aca0a005 /docs | |
| parent | ab431fbd4f1b133d0ab9f18cb76fd2b8e9eecc19 (diff) | |
Fixed various minor doc typos / references.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/custom-model-fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-model-fields.txt b/docs/howto/custom-model-fields.txt index 0d3901bd40..4d06634856 100644 --- a/docs/howto/custom-model-fields.txt +++ b/docs/howto/custom-model-fields.txt @@ -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 |
