Added versionadded annotation for contrib.postgres.

This commit is contained in:
Tim Graham 2014-12-04 16:42:24 -05:00
parent 17c4013028
commit 1d3e41e1cf
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
``django.contrib.postgres`` ``django.contrib.postgres``
=========================== ===========================
.. versionadded:: 1.8
PostgreSQL has a number of features which are not shared by the other databases 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 Django supports. This optional module contains model fields and form fields for
a number of PostgreSQL specific data types. a number of PostgreSQL specific data types.