We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fef0185 + e015ca5 commit c1bb7dcCopy full SHA for c1bb7dc
.travis.yml
@@ -15,9 +15,9 @@ env:
15
- DJANGO_VERSION=1.4
16
- DJANGO_VERSION=1.5
17
- DJANGO_VERSION=1.6
18
- - DJANGO_VERSION=1.6-beta
19
- DJANGO_VERSION=1.7
20
+
21
matrix:
22
allow_failures:
23
- env: DJANGO_VERSION=1.4
CHANGELOG.rst
@@ -3,9 +3,10 @@ Changelog
3
4
.. currentmodule:: djangotoolbox.fields
5
6
-Version 0.5.2 (TBD)
+Version 0.5.2 (Jun 19, 2015)
7
-----------------
8
* Add support for Replica Sets (Thanks @r4fek)
9
+* Make safe writes the default (Thanks @markunsworth)
10
11
12
Version 0.5.1 (Nov 2013)
0 commit comments