Skip to content

Commit 07b89e0

Browse files
committed
Added a merge migration.
- Legacy-Id: 13552
1 parent 023a327 commit 07b89e0

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

changelog

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
ietfdb (6.54.0) ietf; urgency=medium
2+
3+
**Author and Meeting Statistics**
4+
5+
This release provides the author and meeting statistics described by
6+
RFC7760: "Statement of Work for Extensions to the IETF Datatracker for
7+
Author Statistics".
8+
9+
"The enhancements to the IETF Datatracker shall provide statistics and
10+
graphs about documents, document authors, author affiliation, author
11+
country, and author continent."
12+
13+
"The statistics should also include trends relating to IETF meeting
14+
attendees, which the current tools do not track."
15+
16+
The statistics are available from the top menu under Other >> Statistics,
17+
or by following links from https://tracker.tools.ietf.org/stats/ .
18+
19+
This work has been done under contract by olau@iola.dk, with caching to
20+
speed up page load by henrik@levkowetz.com.
21+
22+
Full commits log are available at:
23+
https://trac.tools.ietf.org/tools/ietfdb/log/branch/iola/author-stats-r12628
24+
https://trac.tools.ietf.org/tools/ietfdb/log/branch/iola/author-stats-r13145
25+
https://trac.tools.ietf.org/tools/ietfdb/log/personal/henrik/6.52.1-authorstats
26+
27+
-- Henrik Levkowetz <henrik@levkowetz.com> 06 Jun 2017 20:50:15 +0000
28+
29+
130
ietfdb (6.53.1) ietf; urgency=medium
231

332
This is a small patch release to clear the board for the upcoming
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Generated by Django 1.10.7 on 2017-06-06 13:20
3+
from __future__ import unicode_literals
4+
5+
from django.db import migrations
6+
7+
8+
class Migration(migrations.Migration):
9+
10+
dependencies = [
11+
('name', '0023_add_country_continent_names'),
12+
('name', '0020_add_topics'),
13+
]
14+
15+
operations = [
16+
]

0 commit comments

Comments
 (0)