Closed secondaryfun closed 4 years ago
Related Issue (include '#'): https://github.com/CotripperPlatform/CoTrip/issues/659
Description of changes made:
Added relationships to Post Model for hashtags & topics, with depth=1.
Is the feature complete/bug resolved/etc..: YES
Any known bugs/strange behavior: No
Is there specific feedback you would like on these changes: PLEASE VERIFY LOGIC FOR 'on_delete=models.CASCADE'
ie, when a user deletes the parent Topic, all posts are deleted as well. Please confirm this is what we want.
@Underwaterr Can you take this one?
Hold on review, working out some bugs.
@Underwaterr Bugs fixed. Should be good now. Ready for Review.
Related Issue (include '#'): https://github.com/CotripperPlatform/CoTrip/issues/659
Description of changes made:
Added relationships to Post Model for hashtags & topics, with depth=1.
Is the feature complete/bug resolved/etc..: YES
Any known bugs/strange behavior: No
Is there specific feedback you would like on these changes: PLEASE VERIFY LOGIC FOR 'on_delete=models.CASCADE'
ie, when a user deletes the parent Topic, all posts are deleted as well. Please confirm this is what we want.