TBone icon indicating copy to clipboard operation
TBone copied to clipboard

Full duplex RESTful API for your asyncio web apps

Results 9 TBone issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.0.0 to 16.0.1. Changelog *Sourced from [react-dom's changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* > ## 16.0.1 (August 1, 2018) > > ### React DOM Server > > * Fix a [potential XSS...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.16.2 to 0.19.0. Release notes *Sourced from [axios's releases](https://github.com/axios/axios/releases).* > ## v0.19.0 > Fixes and Functionality: > > - Unzip response body only for statuses != 204...

dependencies

Upgrade MongoCollectionMixin and MongoResource to work with Motor >=2.0 removing deprecated apis

Models that contain fields of other models do not serialize content based on the serialisation rules of the nested models

add specialised MongoDB fields for jeoJson support. This is a prerequisite for implementing geospatial query support

enhancement
to do

Add automatic schema declaration for ModelResource based on model's serialisation rules. This is useful for clients who wish to declare their models and collections dynamically based on fields serialized in...

enhancement
in progress

TBone.testing.fixtures contains a fixture for creating a test database. Currently the database name is hardcoded. Convert this to a parameterised fixture to allow selection of test database name

enhancement

Improve unit tests for PhoneNumberField

enhancement
to do