Skip to content

Commit 00bcce4

Browse files
committed
Changelog entry for 2.37
- Legacy-Id: 1855
1 parent 2ebcf7a commit 00bcce4

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

changelog

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
ietfdb (2.37)
2+
3+
* With this release, the datatracker is changed to run under Django 1.1
4+
rather than under 0.96, and in this sense it is a major release. There
5+
is however very few changes that can be seen by the users, which is the
6+
reason why there is no major bump in the release number.
7+
8+
Major changes, from Pasi and the code sprint participants:
9+
10+
* Imported django/ directory from Django-1.1.1.tar.gz, placed in parallel
11+
with the top-level ietf/ directory in the tree. This lets us run with
12+
a version of Django which could possibly be different than the system
13+
installed version.
14+
15+
* Automated conversion of the code base to django-1.1 conventions, e.g.
16+
to use max_length instead of maxlength in model declarations.
17+
18+
* Lots of escape and safe filters added to the templates, to handle the
19+
transition from 0.96 to 1.1. This work was contributed by a number of
20+
people durint the IETF 76 code sprint:
21+
Pasi Eronen (also leading up to the IETF 76 code sprint)
22+
Tony Hansen
23+
Ben Campbell
24+
Tero Kivinen
25+
Adam Roach
26+
Arifumi Matsumoto
27+
28+
* Code cleanup, including removal of unused and seldomly used code (in
29+
particular the code for mailing list change requests)
30+
31+
* A lot more test cases added, in preparation for the transition to 1.1;
32+
also refinement of the testing framework.
33+
34+
From Lars Eggert:
35+
36+
* Support the use of UTF-8 in emails
37+
38+
* Fixed the IPR submission tool to work under Django 1.1
39+
40+
-- Henrik Levkowetz <henrik@levkowetz.com> 09 Nov 2009 10:59:20 +0100
41+
142
ietfdb (2.36)
243

344
From Pasi:

0 commit comments

Comments
 (0)