1
1
Version 0.6
2
- http://couchdb-python.googlecode.com/svn/tags/ 0.6.0
3
- (Jul 2, 2009, from branches/ 0.6.x)
2
+ http://couchdb-python.googlecode.com/hg/?r= 0.6.0
3
+ (Jul 2, 2009, from 0.6.x)
4
4
5
5
* Compatible with CouchDB 0.9.x.
6
6
* `schema.DictField` instances no longer need to be bound to a `Schema`
@@ -36,8 +36,8 @@ http://couchdb-python.googlecode.com/svn/tags/0.6.0
36
36
37
37
38
38
Version 0.5
39
- http://couchdb-python.googlecode.com/svn/tags/ 0.5.0
40
- (Nov 28, 2008, from branches/ 0.5.x)
39
+ http://couchdb-python.googlecode.com/hg/?r= 0.5.0
40
+ (Nov 28, 2008, from 0.5.x)
41
41
42
42
* `schema.Document` objects can now be used in the documents list passed to
43
43
`client.Database.update()`.
@@ -70,8 +70,8 @@ http://couchdb-python.googlecode.com/svn/tags/0.5.0
70
70
71
71
72
72
Version 0.4
73
- http://couchdb-python.googlecode.com/svn/tags/ 0.4.0
74
- (Jun 28, 2008, from branches/ 0.4.x)
73
+ http://couchdb-python.googlecode.com/hg/?r= 0.4.0
74
+ (Jun 28, 2008, from 0.4.x)
75
75
76
76
* Updated for compatibility with CouchDB 0.8.0
77
77
* Added command-line scripts for importing/exporting databases.
@@ -81,8 +81,8 @@ http://couchdb-python.googlecode.com/svn/tags/0.4.0
81
81
82
82
83
83
Version 0.3
84
- http://couchdb-python.googlecode.com/svn/tags/ 0.3.0
85
- (Feb 6, 2008, from branches/ 0.3.x)
84
+ http://couchdb-python.googlecode.com/hg/?r= 0.3.0
85
+ (Feb 6, 2008, from 0.3.x)
86
86
87
87
* The `schema.Document` class now has a `view()` method that can be used to
88
88
execute a CouchDB view and map the result rows back to objects of that
@@ -94,8 +94,8 @@ http://couchdb-python.googlecode.com/svn/tags/0.3.0
94
94
95
95
96
96
Version 0.2
97
- http://couchdb-python.googlecode.com/svn/tags/ 0.2.0
98
- (Nov 21, 2007, from branches/ 0.2.x)
97
+ http://couchdb-python.googlecode.com/hg/?r= 0.2.0
98
+ (Nov 21, 2007, from 0.2.x)
99
99
100
100
* Added __len__ and __iter__ to the `schema.Schema` class to iterate
101
101
over and get the number of items in a document or compound field.
@@ -122,7 +122,7 @@ http://couchdb-python.googlecode.com/svn/tags/0.2.0
122
122
123
123
124
124
Version 0.1
125
- http://couchdb-python.googlecode.com/svn/tags/ 0.1.0
126
- (Sep 23, 2007, from branches/ 0.1.x)
125
+ http://couchdb-python.googlecode.com/hg/?r= 0.1.0
126
+ (Sep 23, 2007, from 0.1.x)
127
127
128
128
* First public release.
0 commit comments