diff mbox

[v2,1/4] docs: Emphasise the deprecation of Django 1.6

Message ID 1446739261-13455-2-git-send-email-stephen.finucane@intel.com
State Accepted
Headers show

Commit Message

Stephen Finucane Nov. 5, 2015, 4 p.m. UTC
Though already mentioned in the CHANGELOG, the UPGRADING document
should describe plans to deprecate support for Django 1.6. This will
ensure sysadmins are not suprised when they attempt to upgrade.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
---
 UPGRADING.md | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox

Patch

diff --git a/UPGRADING.md b/UPGRADING.md
index 3cf69d4..b302716 100644
--- a/UPGRADING.md
+++ b/UPGRADING.md
@@ -13,6 +13,10 @@  and re-run the grants script. For example, on postgres:
     psql -f lib/sql/migration/015-add-patch-tags.sql patchwork
     psql -f lib/sql/grant-all.postgres.sql patchwork
 
+We highly suggest you move to Django Migrations as support for Django 1.6
+(and subsequently manual SQL migrations) will be dropped in an upcoming
+release.
+
 ### Update to the new settings infrastructure
 
 By default, settings are read from `patchwork/settings/production.py`. To