forked from rc/aircox
RelatedPost: mapping['thread'] now manage relation between thread and parent of related object
This commit is contained in:
@ -17,6 +17,7 @@ class Episode (RelatedPost):
|
||||
related_model = programs.Episode
|
||||
bind_mapping = True
|
||||
mapping = {
|
||||
'thread': 'program',
|
||||
'title': 'name',
|
||||
'content': 'description',
|
||||
}
|
||||
|
Reference in New Issue
Block a user