Refactor Note > Document, an Abstract Base Class
authorSeth Woodworth <seth@sethish.com>
Tue, 27 Aug 2013 17:51:53 +0000 (13:51 -0400)
committerSeth Woodworth <seth@sethish.com>
Tue, 27 Aug 2013 17:51:53 +0000 (13:51 -0400)
commit30792f2b271142d6a3ea7dcc8f7ca59db9a07d51
treeb6e8f9283e248b888bf1b30cffca411a09ebbc9f
parentb7461b05e3e187c11e5ea3ece01f2d39f0d70245
Refactor Note > Document, an Abstract Base Class
Here I have refactored all of the shared content of the Note model
to the Document model so I can base Note and RawDocument on it
I've also cleanedup .save() validation and generation
karmaworld/apps/notes/models.py