From e79205c422bdbf3910c5b9bb3659a0556e9d0a11 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 31 Aug 2016 17:13:27 +0200 Subject: doc: Fix django requirement --- doc/installation/prerequisites.txt | 2 +- misc/bcfg2.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/installation/prerequisites.txt b/doc/installation/prerequisites.txt index d89d44894..d45599955 100644 --- a/doc/installation/prerequisites.txt +++ b/doc/installation/prerequisites.txt @@ -72,7 +72,7 @@ reporting, such as Apache + mod_wsgi or nginx. +-------------------------------+----------+--------------------------------+ | Software | Version | Requires | +===============================+==========+================================+ -| django | 1.2.0+ | | +| django | 1.3.0+ | | +-------------------------------+----------+--------------------------------+ | south | 0.7.5+ | | +-------------------------------+----------+--------------------------------+ diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 5db928c3d..fb2edfac6 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -303,7 +303,7 @@ Requires: bcfg2-server = %{version}-%{release} Requires: httpd %if 0%{?suse_version} Group: System/Management -Requires: python-django >= 1.2 +Requires: python-django >= 1.3 Requires: python-django-south >= 0.7 %else Group: System Tools -- cgit v1.2.3-1-g7c22