diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-07-16 15:08:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-16 15:08:14 +0200 |
| commit | ad4e83a6d1c0a212fae751a3125dff6e28b2390a (patch) | |
| tree | d4f9b80f7112dfe8be361784fdb2e5d2fb7c94cd /docs | |
| parent | fa65b90a96f27dced8cfa89126d28186b4c80fbf (diff) | |
Fixed heading level typo in docs/ref/contrib/postgres/fields.txt.
Diffstat (limited to 'docs')
| -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 |
