]> git.ozlabs.org Git - patchwork/commit
patchwork: Add initial migrations
authorJeremy Kerr <jk@ozlabs.org>
Thu, 4 Jun 2015 10:13:13 +0000 (18:13 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 5 Jun 2015 06:37:09 +0000 (14:37 +0800)
commit30bb271ca25b9652744c3c17d9bc35cde91c6dc3
tree1ba61c13947231b8b7b65f90248a9ef963a5aede
parent46e4ad955a2a7ba4f32b76a74b350140a1e3d761
patchwork: Add initial migrations

Add migrations for the patchwork app; these will be required for
django-1.9, and are required to express the test dependencies (to the
auth models) on 1.8.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
patchwork/migrations/0001_initial.py [new file with mode: 0644]
patchwork/migrations/__init__.py [new file with mode: 0644]