From b28c60529bfa94702a50990fc2d40faa837fca9c Mon Sep 17 00:00:00 2001 From: anna Date: Sun, 3 Apr 2016 12:39:18 +0200 Subject: Fixed #26101 -- Allowed introspection of base_field.model in RangeField Used the same test and fix as in #25867. This required initializing base_field in RangeField.__init__, not when setting the attribute. --- docs/ref/contrib/postgres/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index 0c89a22749..b7938dcb2f 100644 --- a/docs/ref/contrib/postgres/fields.txt +++ b/docs/ref/contrib/postgres/fields.txt @@ -845,7 +845,7 @@ types. .. attribute:: base_field - The model field to use. + The model field class to use. .. attribute:: range_type -- cgit v1.3