Daniel Vaz Gaspar
Daniel Vaz Gaspar
Hi, Thanks for reporting this, I'm able to reproduce. Seems to enter a recursive loop if we properly set the default on mongodb user model. Glad you can make it...
Noted, thks for reporting it
Looks good, I'll update the examples
Thank you, but can you add a bit more context here, motivation (problem you are trying to solve), how does your change solve the problem. Also add tests
Thank you for reporting this. Seems like that apispec 2.0.0 broke FAB 2.1.6, downgrade to apispec to 1.3.3. I'll put a cap on apispec or change FAB to accept both...
For reference: This is related with this: https://apispec.readthedocs.io/en/stable/upgrading.html#components-must-be-referenced-by-id-not-full-path
Released FAB 2.1.7 that caps apispec version. Still I need to refactor the OpenAPI spec output for v2
Hi @nachtkinder, Thank you for reporting this. I'll check this
Tested this using the `quickhowto` example and got only one query to test the unique field ``` 2019-07-10 20:25:18,980:INFO:sqlalchemy.engine.base.Engine:SELECT count(?) AS count_1 FROM contact_group WHERE contact_group.name = ? 2019-07-10 20:25:18,981:INFO:sqlalchemy.engine.base.Engine:('*',...
Sorry for the delay, I see what you mean. I'll make some tests and get back at this