diff options
| -rw-r--r-- | docs/ref/contrib/postgres/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 <QuerySet []> 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 |
