1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[2.2.x] Fixed heading level typo in docs/ref/contrib/postgres/fields.txt.

Backport of ad4e83a6d1c0a212fae751a3125dff6e28b2390a from master
This commit is contained in:
Mariusz Felisiak 2019-07-16 15:08:14 +02:00
parent d58cde7444
commit 4814db40c1

View File

@ -887,7 +887,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