]> git.ozlabs.org Git - patchwork/commitdiff
views: Move mbox handling from models to views
authorJeremy Kerr <jk@ozlabs.org>
Mon, 10 Jun 2013 03:37:25 +0000 (11:37 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 10 Jun 2013 03:57:25 +0000 (11:57 +0800)
Mbox generation is related to views, not the models themselves. This
change creates a patch_to_mbox function in the views/ directory, which
the actual view handlers use instead of Patch.mbox().

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found