Changelog entry for 4.80

- Legacy-Id: 6352
This commit is contained in:
Henrik Levkowetz 2013-10-03 14:22:40 +00:00
parent 212ff26fad
commit 2d95c9cc11

View file

@ -7,6 +7,8 @@ ietfdb (4.80) ietf; urgench=high
that used in the ongoing development work, and will provide the correct
models for secretariat tool adaptations.
Other changes:
* Reworked the TestCase code and fixture loading substantially, resulting
in a substantial speed increase for tests when run on a transaction-
capable database engine.
@ -30,20 +32,20 @@ ietfdb (4.80) ietf; urgench=high
* The exception string for submission upload read errors seems to have
changed after we switched to wsgi, from "Client read error" to "request
data read error". Now looking for just "read error".
data read error". Now looking for just "read error" to catch both.
* Tweaked the introductory text on the Desired Expertise page.
* Tweaked the introductory text on the Nomcom Desired Expertise page.
* Added a makefixture management command, from
http://djangosnippets.org/snippets/918/, somewhat hacked.
* Updated fixtures, built to be more internally consistent in order to be
able to pre-load them for the test suite.
* Updated the test fixtures, built to be more internally consistent in order
to be able to pre-load them for the test suite.
* Fixed the manyfold duplicated position names in the position selection
* Fixed the many times duplicated position names in the position selection
drop-down list in the nomcom private index page. Fixes issue #1137.
-- Henrik Levkowetz <henrik@netnod.se> 01 Oct 2013 16:54:16 +0200
-- Henrik Levkowetz <henrik@netnod.se> 03 Oct 2013 16:22:39 +0200
ietfdb (4.72) ietf; urgency=medium