pinax / pinax-messages

a Django app for allowing users of your site to send messages to each other
MIT License
202 stars 58 forks source link

Use class based view for create and delete #17

Closed arthur-wsw closed 8 years ago

arthur-wsw commented 8 years ago

Add MessageCreateView and ThreadDeleteView Use ModelForm instead for Form

Closes #15

grahamu commented 8 years ago

@paltman this initiative has been expanded and completed in https://github.com/pinax/pinax-messages/pull/21. I recommend you close this PR.

ossanna16 commented 8 years ago

Closing the PR now @grahamu . Thank you!