diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-07-16 15:08:14 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-07-16 15:08:40 +0200 |
| commit | 4814db40c16028277abe854527824db8bb089066 (patch) | |
| tree | d79e3b24c5cd51ddba9f3b3912b00fb666aa1640 | |
| parent | d58cde74446551b5f5242b4656022710e9b85230 (diff) | |
[2.2.x] Fixed heading level typo in docs/ref/contrib/postgres/fields.txt.
Backport of ad4e83a6d1c0a212fae751a3125dff6e28b2390a from master
| -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 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 <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 |
