Merged in [12479] from olau@iola.dk:

Add missing team constraint in the check for previous reviews by a
reviewer.
 - Legacy-Id: 12481
Note: SVN reference [12479] has been migrated to Git commit 3f98a1a182
This commit is contained in:
Henrik Levkowetz 2016-12-08 16:43:45 +00:00
commit ef301c0f31
2 changed files with 8 additions and 0 deletions

View file

@ -4,6 +4,13 @@ ietfdb (6.39.1) ietf; urgency=medium
This is a mixed bugfix and feature release. From the commitlog:
* Moved optional text wrapping before html escaping in markup_unicode(),
used by get_unicode_document_content(). Fixes a problem with some
document lines being wrapped when they should not be.
* Fixed the manage assigned reviews template to handle the case when
reviewed rev is blank. Fixes issue #2086.
* Changed to using TestCase from ietf.utils in some places, for consistent
test-suite failure messages.

View file

@ -716,6 +716,7 @@ def make_assignment_choices(email_queryset, review_req):
doc=doc,
reviewer__person__in=possible_person_ids,
state="completed",
team=team,
)
if review_req.pk is not None: