Django 1.7, working version.
[wolnelektury.git] / apps / catalogue / models / tag.py
index ba219fc..b1e3d69 100644 (file)
@@ -212,3 +212,7 @@ class Tag(TagBase):
                     else:
                         meta_tags.append(tag)
         return meta_tags
+
+
+# Pickle complains about not having this.
+TagRelation = Tag.intermediary_table_model
\ No newline at end of file