]> git.ipfire.org Git - thirdparty/patchwork.git/commit
models: Add a backreference for a user's bundles
authorStephen Finucane <stephen@that.guru>
Thu, 12 Apr 2018 12:01:31 +0000 (13:01 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 25 Apr 2018 20:26:25 +0000 (21:26 +0100)
commit26f22a87cdd80018f1cbd2de3bfb822f9018ccba
treea66db47a36b51dda71e4c5e6180edd5e4c29dd0a
parentccd2f686c286f2c7a5f560c5b3271929186832d0
models: Add a backreference for a user's bundles

This is more intuitive.

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/migrations/0026_add_user_bundles_backref.py [new file with mode: 0644]
patchwork/models.py
patchwork/views/bundle.py
patchwork/views/patch.py
patchwork/views/user.py