[doc/changelog] the removal of next_tabindex produce an error not in the changelog
authorLaurent Peuch <cortex@worlddomination.be>
Tue, 12 Mar 2019 11:40:59 +0100
changeset 12492 a7ffcaae7f4c
parent 12491 540904e0ff0f
child 12494 3c2f104638dd
[doc/changelog] the removal of next_tabindex produce an error not in the changelog When one tried to migrate to 3.25, the error "class X initialization doesn't have a settabindex argument" can happen but the word "settabindex" is not present in the changelog which makes it hard to find to which modification this error is related.
doc/changes/3.25.rst
--- a/doc/changes/3.25.rst	Mon Mar 11 14:34:14 2019 +0100
+++ b/doc/changes/3.25.rst	Tue Mar 12 11:40:59 2019 +0100
@@ -77,6 +77,8 @@
   (4516c3956d46).
 
 * The `next_tabindex` method of request class has been removed (011730a4af73).
+  This include the removal of `settabindex` from the `FieldWidget` class init
+  method.
 
 * The `cubicweb.hook.logstats.start` hook was dropped because it's looping
   task would not be run in a web instance (see first point about repository