File tree Expand file tree Collapse file tree 3 files changed +32
-13
lines changed Expand file tree Collapse file tree 3 files changed +32
-13
lines changed Original file line number Diff line number Diff line change
1
+ - 0.2.2
2
+ * Support for Django 1.6 (Jay McEntire)
3
+
1
4
- 0.2.1
2
5
* Fix net_contained lookups in InetAddressField
3
6
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def get_long_description():
12
12
13
13
setup (
14
14
name = 'django-netfields' ,
15
- version = '0.2.1 ' ,
15
+ version = '0.2.2 ' ,
16
16
license = 'BSD' ,
17
17
description = 'Django PostgreSQL netfields implementation' ,
18
18
long_description = get_long_description (),
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py26-django13,
4
- py27-django13,
5
3
py26-django14,
6
4
py27-django14,
5
+ py26-django15,
6
+ py27-django15,
7
+ py26-django16,
8
+ py27-django16,
7
9
8
10
[testenv]
9
11
commands =
10
12
python manage.py test
11
13
12
14
# Build configurations...
13
15
14
- [testenv:py26-django13 ]
16
+ [testenv:py26-django14 ]
15
17
basepython =python2.6
16
18
deps =
17
- django ==1.3
19
+ django ==1.4
18
20
netaddr
19
- psycopg2 ==2.4.1
21
+ psycopg2
20
22
21
- [testenv:py27-django13 ]
23
+ [testenv:py27-django14 ]
22
24
basepython =python2.7
23
25
deps =
24
- django ==1.3
26
+ django ==1.4
25
27
netaddr
26
- psycopg2 ==2.4.1
28
+ psycopg2
27
29
28
- [testenv:py26-django14 ]
30
+ [testenv:py26-django15 ]
29
31
basepython =python2.6
30
32
deps =
31
- django ==1.4
33
+ django ==1.5
32
34
netaddr
33
35
psycopg2
34
36
35
- [testenv:py27-django14 ]
37
+ [testenv:py27-django15 ]
36
38
basepython =python2.7
37
39
deps =
38
- django ==1.4
40
+ django ==1.5
41
+ netaddr
42
+ psycopg2
43
+
44
+ [testenv:py26-django16]
45
+ basepython =python2.6
46
+ deps =
47
+ django ==1.6
48
+ netaddr
49
+ psycopg2
50
+
51
+ [testenv:py27-django16]
52
+ basepython =python2.7
53
+ deps =
54
+ django ==1.6
39
55
netaddr
40
56
psycopg2
You can’t perform that action at this time.
0 commit comments