Skip to content

Commit 2aaa28b

Browse files
committed
1 parent 21a5de6 commit 2aaa28b

File tree

2 files changed

+156
-156
lines changed

2 files changed

+156
-156
lines changed

generate_configurations.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ def is_pypy(self):
3131
'postgres']
3232
DJANGO_REQUIREMENTS = {
3333
'1.3': 'Django==1.3.7',
34-
'1.4': 'Django==1.4.15',
35-
'1.5': 'Django==1.5.10',
36-
'1.6': 'Django==1.6.7',
37-
'1.7': 'Django==1.7',
34+
'1.4': 'Django==1.4.17',
35+
'1.5': 'Django==1.5.12',
36+
'1.6': 'Django==1.6.9',
37+
'1.7': 'Django==1.7.2',
3838
'master': 'https://github.com/django/django/archive/master.zip',
3939
}
4040

0 commit comments

Comments
 (0)