git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added generic relation from attribute values back to Attribute.
[philo.git]
/
models
/
base.py
diff --git
a/models/base.py
b/models/base.py
index
5ca782a
..
5d9d761
100644
(file)
--- a/
models/base.py
+++ b/
models/base.py
@@
-46,6
+46,7
@@
def unregister_value_model(model):
class AttributeValue(models.Model):
+ attribute = generic.GenericRelation('Attribute', content_type_field='value_content_type', object_id_field='value_object_id')
def apply_data(self, data):
raise NotImplementedError