Add a field to each patch for target version
authorMagnus Hagander <magnus@hagander.net>
Wed, 6 Feb 2019 20:05:06 +0000 (21:05 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 6 Feb 2019 20:05:06 +0000 (21:05 +0100)
commita3bac5922db76efd5b6bb331a7141e9ca3209c4a
treee9faf326fd4757c95ad629cf85ae3914572223df
parent757db07889ad8f3bc8c6c273ad3bfae4005a7c15
Add a field to each patch for target version

This is particularly interesting towards the end of a cycle where it can
be used to flag patches that are not intended for the current version
but still needs review.
pgcommitfest/commitfest/admin.py
pgcommitfest/commitfest/forms.py
pgcommitfest/commitfest/migrations/0004_target_version.py [new file with mode: 0644]
pgcommitfest/commitfest/models.py
pgcommitfest/commitfest/templates/commitfest.html
pgcommitfest/commitfest/templates/patch.html
pgcommitfest/commitfest/views.py