From 1d3e41e1cfc9bc648e88a5ab680420aebb5a144b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 4 Dec 2014 16:42:24 -0500 Subject: [PATCH] Added versionadded annotation for contrib.postgres. --- docs/ref/contrib/postgres/index.txt | 2 ++ 1 file changed, 2 insertions(+) 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.