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 views and update tests and test configuration #19

Closed grahamu closed 8 years ago

ossanna16 commented 8 years ago

You're killing it with the PRs @grahamu ;)

grahamu commented 8 years ago

Thanks @ossanna16, just doing what I can to unblock the simple apps in Pinax 16.04 candidate list.

grahamu commented 8 years ago

This PR builds on and supersedes PR #17.

ossanna16 commented 8 years ago

Thanks a ton! We appreciate all your great work on Pinax!

grahamu commented 8 years ago

OK, that last commit provides the correct new logic for Message.new_reply(), and completes this PR.