Skip to content
This repository was archived by the owner on Oct 8, 2019. It is now read-only.

Commit df1d5ec

Browse files
committed
Final touches for a 2.1 release
1 parent d4bbef8 commit df1d5ec

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

CHANGELOG

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Updated suggested versions of Vagrant and VirtualBox, clarify vbguest plugin
1111
suggestion in README file
1212
- Added a couple of Linux host-specific trobleshooting notes to the README file
13+
- Rebuilt with `bento/ubuntu-16.04` at version `201801.02.0`
1314

1415
2.0.0 - February 18, 2017
1516
=========================

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vi: set ft=ruby :
33

44
Vagrant.configure("2") do |config|
5-
config.vm.box = "djangoproject/django-box-2.0"
5+
config.vm.box = "djangoproject/django-box-2.1"
66
config.vm.host_name = "djangobox"
77
config.ssh.forward_agent = true
88

box-tests.sh

-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
set -x # To output the commands as they are run.
88
date -Is
99

10-
runtests34-spatialite gis_tests
11-
runtests34-postgis gis_tests
12-
runtests34-mysql_gis gis_tests
13-
runtests34-sqlite3 auth_tests
14-
runtests34-postgres auth_tests
15-
runtests34-mysql auth_tests
16-
1710
runtests35-spatialite gis_tests
1811
runtests35-postgis gis_tests
1912
runtests35-mysql_gis gis_tests

0 commit comments

Comments
 (0)