[python-djblets] - New upstream release 0.6.6 - djblets.util: - Fixed a compatibility problem with JSONField and D

Stephen Gallagher sgallagh at fedoraproject.org
Mon Nov 22 12:08:01 UTC 2010


commit 811f8692f8f63c6dcc227124957f741c6f49a0af
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Nov 22 07:08:05 2010 -0500

    - New upstream release 0.6.6
    - djblets.util:
    -    Fixed a compatibility problem with JSONField and Django 1.1. It
    -    was assuming support for Django 1.2's multi-database support.
    -    Fixed multi-database support in Django 1.2 with JSONField, where
    -    the default connection was always being used in one case.

 .gitignore          |    1 +
 python-djblets.spec |   12 ++++++++++--
 sources             |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 868c1e2..56506a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Djblets-0.6.3.tar.gz
 /Djblets-0.6.4.tar.gz
 /Djblets-0.6.5.tar.gz
+/Djblets-0.6.6.tar.gz
diff --git a/python-djblets.spec b/python-djblets.spec
index 48fc2be..d692934 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           python-djblets
-Version:        0.6.5
-Release:        10%{?dist}
+Version:        0.6.6
+Release:        11%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
 # Djblets is MIT licensed:
@@ -58,6 +58,14 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* Mon Nov 22 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.6.6-11
+- New upstream release 0.6.6
+- djblets.util:
+-    Fixed a compatibility problem with JSONField and Django 1.1. It
+-    was assuming support for Django 1.2's multi-database support.
+-    Fixed multi-database support in Django 1.2 with JSONField, where
+-    the default connection was always being used in one case.
+
 * Mon Nov 22 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.6.5-10
 - djblets.datagrid:
 -     MEDIA_SERIAL is now used for all the images in the datagrid
diff --git a/sources b/sources
index b617d26..a72e9b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a4512ba0a876336dfdaad36caed09ac  Djblets-0.6.5.tar.gz
+cf2e67e6f022dad9418fb78711bdf2e5  Djblets-0.6.6.tar.gz


More information about the scm-commits mailing list