mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
refactor(people): Move relationship answers to answer set
Answers to the relationship questions have been moved from the relationship to another model RelationshipAnswerSet. A new answer set is created each time a user answers the relationship questions. Resolves #16 Resolves #17 Resolves #18
This commit is contained in:
@@ -31,11 +31,6 @@ class PersonAdmin(admin.ModelAdmin):
|
||||
pass
|
||||
|
||||
|
||||
@admin.register(models.RelationshipQuestionChoice)
|
||||
class RelationshipQuestionChoiceAdmin(admin.ModelAdmin):
|
||||
pass
|
||||
|
||||
|
||||
class RelationshipQuestionChoiceInline(admin.TabularInline):
|
||||
model = models.RelationshipQuestionChoice
|
||||
|
||||
|
||||
Reference in New Issue
Block a user