shacker / django-todo

A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.
http://django-todo.org
BSD 3-Clause "New" or "Revised" License
819 stars 285 forks source link

Make completed tasks stay complete on save #85

Closed james1293 closed 5 years ago

james1293 commented 5 years ago

Fixes #84

james1293 commented 5 years ago

I'm guessing you'd like me to add a test 🙂 I'll try to do that in a few days.

james1293 commented 5 years ago

Thanks for all the feedback! I'll be busy the next 5 weeks. I'm glad to fix stuff when I get back, or you can do it; either way.

shacker commented 5 years ago

Fixed separately in 4f9f379 (v2.4.9). Thanks for the PR!