same blueprint cannot be registered with same name

This commit is contained in:
David Lord 2021-11-12 09:37:13 -08:00
parent f8cdc78ce1
commit 48f2afbf90
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 10 additions and 18 deletions

View file

@ -17,6 +17,8 @@ Unreleased
instead.
- ``total_seconds`` is removed, use ``timedelta.total_seconds``
instead.
- The same blueprint cannot be registered with the same name. Use
``name=`` when registering to specify a unique name.
Version 2.0.2