--- a/.hgtags Wed Jul 11 09:18:57 2018 +0200
+++ b/.hgtags Wed Jul 18 13:53:00 2018 +0200
@@ -627,3 +627,6 @@
f7067be5f69cd05f34ce99fbb534e4674b3a782d debian/3.26.3-1
e1c1af68db86356e7893d7f808dcb76c87623b18 3.26.4
e1c1af68db86356e7893d7f808dcb76c87623b18 debian/3.26.4-1
+76d7b0aa94d2ac2e4b431949f20fe1fc51b1a6b1 3.26.5
+8362503a92482e74a674c78fe009cf6ff346c817 3.26.6
+8362503a92482e74a674c78fe009cf6ff346c817 debian/3.26.6-1
--- a/cubicweb/_exceptions.py Wed Jul 11 09:18:57 2018 +0200
+++ b/cubicweb/_exceptions.py Wed Jul 18 13:53:00 2018 +0200
@@ -98,7 +98,7 @@
def rtypes(self):
if 'rtypes' in self.kwargs:
return self.kwargs['rtypes']
- cstrname = unicode(self.kwargs['cstrname'])
+ cstrname = text_type(self.kwargs['cstrname'])
cstr = self.session.find('CWUniqueTogetherConstraint', name=cstrname).one()
return sorted(rtype.name for rtype in cstr.relations)
--- a/debian/changelog Wed Jul 11 09:18:57 2018 +0200
+++ b/debian/changelog Wed Jul 18 13:53:00 2018 +0200
@@ -1,3 +1,9 @@
+cubicweb (3.26.6-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Philippe Pepiot <philippe.pepiot@logilab.fr> Wed, 18 Jul 2018 13:46:36 +0200
+
cubicweb (3.26.4-1) unstable; urgency=medium
* New upstream release.