We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5607e80 commit 49b5f26Copy full SHA for 49b5f26
TODO.md
@@ -19,6 +19,7 @@
19
- [ ] Implement existing models registration
20
- [ ] attrs
21
- [ ] dataclasses
22
+ - [ ] Decorator to mark class as exclude from models merge
23
- Other features
24
- [ ] Keys separator style
25
- [ ] Decode unicode in keys
@@ -36,7 +37,6 @@
36
37
- [ ] ISO date
38
- [ ] ISO time
39
- [ ] ISO datetime
- - [ ] Decorator to mark class as exclude from models merge
40
- API Layer
41
- [ ] Route object
42
- [ ] Register model as route in/out data spec
@@ -74,5 +74,5 @@
74
- [ ] setup.py
75
- [ ] setup.py + pytest integration
76
- [ ] Tox integration
77
- - [ ] TravisCI integration
+ - [X] TravisCI integration
78
- [ ] pip package
0 commit comments