From 4814db40c16028277abe854527824db8bb089066 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 16 Jul 2019 15:08:14 +0200 Subject: [2.2.x] Fixed heading level typo in docs/ref/contrib/postgres/fields.txt. Backport of ad4e83a6d1c0a212fae751a3125dff6e28b2390a from master --- docs/ref/contrib/postgres/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index eb46074e1e..97f4913fec 100644 --- a/docs/ref/contrib/postgres/fields.txt +++ b/docs/ref/contrib/postgres/fields.txt @@ -887,7 +887,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 -- cgit v1.3