Fixed heading level typo in docs/ref/contrib/postgres/fields.txt.

This commit is contained in:
Mariusz Felisiak 2019-07-16 15:08:14 +02:00 committed by GitHub
parent fa65b90a96
commit ad4e83a6d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -881,7 +881,7 @@ Returned objects are empty ranges. Can be chained to valid lookups for a
<QuerySet []> <QuerySet []>
Defining your own range types Defining your own range types
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -----------------------------
PostgreSQL allows the definition of custom range types. Django's model and form PostgreSQL allows the definition of custom range types. Django's model and form
field implementations use base classes below, and psycopg2 provides a field implementations use base classes below, and psycopg2 provides a