Skip to content

Commit d994a58

Browse files
committed
Merged in [15083] from rjsparks@nostrum.com:
Removed memoize from latest_event. - Legacy-Id: 15091 Note: SVN reference [15083] has been migrated to Git commit 1735f86
2 parents c02f8fe + 1735f86 commit d994a58

2 files changed

Lines changed: 38 additions & 1 deletion

File tree

changelog

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
ietfdb (6.79.1) ietf; urgency=medium
2+
3+
* Merged in [15080] from rjsparks@nostrum.com:
4+
Marked a couple of functions as unreachable.
5+
6+
* Reverted a change to UserFactory to avoid nepalese names. The issue is
7+
bigger, and needs a different resulution. Changed the url pattern that
8+
used \w to match names to instead use a more inclusive regex.
9+
10+
* Fixed a PyQuery property access that should have been a method call.
11+
12+
* Merged in [15076] from rjsparks@nostrum.com:
13+
Added a test for meeting/requests.
14+
15+
* Tweaked the IPR factory to be less likely to produce invalid patent
16+
info.
17+
18+
* Merged in [15075] from rjsparks@nostrum.com:
19+
Improved testing for docs_for_ad.
20+
21+
* Excluded nepalese from person name locales, to avoid test names that
22+
contain nonspacing marks that python 2.7 doesn't match to \w, which creates
23+
urlpattern issues.
24+
25+
* Merged in [15074] from rjsparks@nostrum.com:
26+
Simplified docs_in_iesg_process. Added a test for it.
27+
28+
* Merged in [15073] from rjsparks@nostrum.com:
29+
Rearranged ietf/doc/urls.py to allow matching some special pages under
30+
/doc without a trailing slash. Adjusted several of those special URLs to
31+
work without the trailing slash.
32+
33+
* Added permission for a document shepherd to request publication. Fixes
34+
issue #2509.
35+
36+
-- Henrik Levkowetz <henrik@levkowetz.com> 26 Apr 2018 12:08:20 +0000
37+
38+
139
ietfdb (6.79.0) ietf; urgency=medium
240

341
**IPR patent info field fixes, IESG position API enhancement, and more.**

ietf/doc/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,6 @@ def file_tag(self):
607607
def filename_with_rev(self):
608608
return u"%s-%s.txt" % (self.name, self.rev)
609609

610-
@memoize
611610
def latest_event(self, *args, **filter_args):
612611
"""Get latest event of optional Python type and with filter
613612
arguments, e.g. d.latest_event(type="xyz") returns an DocEvent

0 commit comments

Comments
 (0)