summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/installation/prerequisites.txt2
-rw-r--r--misc/bcfg2.spec2
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