From 20675141c340ea3d2d6d8305f8ba0950d3bf974c Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 25 Apr 2012 00:09:46 -0500 Subject: Add django_countries country code fields and population migrations This adds these columns and attempts to populate them with data from our existing country column data. Signed-off-by: Dan McGee --- requirements_prod.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements_prod.txt') diff --git a/requirements_prod.txt b/requirements_prod.txt index e43437de..6ec70dd9 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -1,6 +1,7 @@ Django==1.4 Markdown==2.1.1 South==0.7.4 +django-countries==1.2 pgpdump==1.1 psycopg2==2.4.4 pyinotify==0.9.3 -- cgit v1.2.3-54-g00ecf From 6cc31041772537616a3004b89f0a109a458d124e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 25 Apr 2012 01:57:00 -0500 Subject: Bump a few requirements Signed-off-by: Dan McGee --- requirements.txt | 2 +- requirements_prod.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'requirements_prod.txt') diff --git a/requirements.txt b/requirements.txt index 362a3fee..3efc73c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ Markdown==2.1.1 South==0.7.4 django-countries==1.2 pgpdump==1.1 -pytz>=2012b +pytz>=2012c diff --git a/requirements_prod.txt b/requirements_prod.txt index 6ec70dd9..39b9f734 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -3,7 +3,7 @@ Markdown==2.1.1 South==0.7.4 django-countries==1.2 pgpdump==1.1 -psycopg2==2.4.4 +psycopg2==2.4.5 pyinotify==0.9.3 python-memcached==1.48 -pytz>=2012b +pytz>=2012c -- cgit v1.2.3-54-g00ecf