Added additional text message for the deprecated model.
--- a/pytask/taskapp/models.py Thu Jan 20 06:31:18 2011 +0530
+++ b/pytask/taskapp/models.py Thu Jan 20 06:36:38 2011 +0530
@@ -180,7 +180,10 @@
# THIS MODEL IS DEPRECATED AND WILL BE REMOVED IN FUTURE VERSIONS.
class TextBook(models.Model):
- """THIS MODEL IS DEPRECATED AND WILL BE REMOVED IN FUTURE VERSIONS.
+ """THIS MODEL IS DEPRECATED AND WILL BE REMOVED IN FUTURE VERSIONS
+ SINCE THIS MODEL IS A MERE COPY OF Task MODEL.
+ Whatever this model tries to do can be done on views side thereby
+ keeping our database as normalized as possible avoiding redundancies.
"""
name = models.CharField(max_length=1024)