diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-04 16:42:24 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-04 16:42:24 -0500 |
| commit | 1d3e41e1cfc9bc648e88a5ab680420aebb5a144b (patch) | |
| tree | 89b69122bf0ed8a191fde008a80e7fa115f62b1a /docs/ref | |
| parent | 17c401302858bccfb607b5bade0714328b11cb0d (diff) | |
Added versionadded annotation for contrib.postgres.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/postgres/index.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/contrib/postgres/index.txt b/docs/ref/contrib/postgres/index.txt index 4c04d48d32..307b9befd5 100644 --- a/docs/ref/contrib/postgres/index.txt +++ b/docs/ref/contrib/postgres/index.txt @@ -1,6 +1,8 @@ ``django.contrib.postgres`` =========================== +.. versionadded:: 1.8 + PostgreSQL has a number of features which are not shared by the other databases Django supports. This optional module contains model fields and form fields for a number of PostgreSQL specific data types. |
