You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/changelog.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Development
8
8
===========
9
9
- (Fill this out as you fix issues and develop your features).
10
10
- Switch tox to use pytest instead of legacy `python setup.py test` #2804
11
-
- improve ReferenceField wrong usage detection
11
+
- Improve error reporting for wrong instantiation of ReferenceField
12
12
- Fix no_dereference thread-safetyness #2830
13
13
- BREAKING CHANGE: max_length in ListField is now keyword only on ListField signature
14
14
- BREAKING CHANGE: Force `field` argument of ListField/DictField to be a field instance (e.g ListField(StringField()) instead of ListField(StringField)
0 commit comments