Editing task should not change its completed status

This commit is contained in:
Scot Hacker 2019-09-18 23:18:01 -07:00
parent 2d40ef471e
commit 4f9f379543
5 changed files with 47 additions and 8 deletions

View file

@ -1,7 +1,7 @@
"""
A multi-user, multi-group task management and assignment system for Django.
"""
__version__ = "2.4.8"
__version__ = "2.4.9"
__author__ = "Scot Hacker"
__email__ = "shacker@birdhouse.org"