From ad4e83a6d1c0a212fae751a3125dff6e28b2390a Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 16 Jul 2019 15:08:14 +0200 Subject: [PATCH] Fixed heading level typo in docs/ref/contrib/postgres/fields.txt. --- docs/ref/contrib/postgres/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index 3be32383ed..34c4a4892d 100644 --- a/docs/ref/contrib/postgres/fields.txt +++ b/docs/ref/contrib/postgres/fields.txt @@ -881,7 +881,7 @@ Returned objects are empty ranges. Can be chained to valid lookups for a Defining your own range types -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +----------------------------- PostgreSQL allows the definition of custom range types. Django's model and form field implementations use base classes below, and psycopg2 provides a