Updates for Django 1.11

This commit is contained in:
Gary Reynolds 2017-04-16 22:35:33 +10:00 committed by Adnan Umer
parent 6f6c871a0c
commit 6b8d41469a
3 changed files with 5 additions and 5 deletions

View File

@ -94,8 +94,8 @@ pygments_style = 'sphinx'
intersphinx_mapping = {
'django': (
'https://docs.djangoproject.com/en/1.10/',
'https://docs.djangoproject.com/en/1.10/_objects/'),
'https://docs.djangoproject.com/en/1.11/',
'https://docs.djangoproject.com/en/1.11/_objects/'),
}
# -- Options for HTML output ---------------------------------------------------

View File

@ -4,9 +4,9 @@ Using django-tenant-schemas
Supported versions
------------------
You can use ``django-tenant-schemas`` with currently maintained versions of Django -- see the `Django's release process <https://docs.djangoproject.com/en/1.10/internals/release-process/>`_ and the present list of `Supported Versions <https://www.djangoproject.com/download/#supported-versions>`_.
You can use ``django-tenant-schemas`` with currently maintained versions of Django -- see the `Django's release process <https://docs.djangoproject.com/en/1.11/internals/release-process/>`_ and the present list of `Supported Versions <https://www.djangoproject.com/download/#supported-versions>`_.
It is necessary to use a PostgreSQL database. ``django-tenant-schemas`` will ensure compatibility with the minimum required version of the latest Django release. At this time that is PostgreSQL 9.2, the minimum for Django 1.10.
It is necessary to use a PostgreSQL database. ``django-tenant-schemas`` will ensure compatibility with the minimum required version of the latest Django release. At this time that is PostgreSQL 9.3, the minimum for Django 1.11.
Creating a Tenant
-----------------

View File

@ -1,5 +1,5 @@
[tox]
envlist = py{27,35}-dj{18,19,110,111}
envlist = py{27,35}-dj{18,110,111}
[testenv]
usedevelop = True