From ef392387c24fa5bd9bf3fd3c43781cefcafbee3f Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sat, 5 Jul 2014 20:28:30 +0200 Subject: [1.7.x] Fixed various minor doc typos / references. Backport of 67f9f385aa from master --- docs/howto/custom-model-fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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..creation.DATA_TYPES`` -- the string will still be +``django.db.backends..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 -- cgit v1.3