* When using choices class the description of each option was not displaying correctly.
0.1.8.2
- Can accept Django Choices classes directly - Better description for the schema (generates a table with the value and description in the choices)
0.1.7
Fixing my horrible mistakes...
- Reformatting code - Adding more testing
github stuff:
- Adding workflows to prevent me from committing more mistakes in the future.
0.1.6
Filter can now output schema fields from the query_fields given.
Other changes: - `Date` field was added ( it makes sure that the date given it's a date even if the format it's for datetime) - `Datetime` now uses by default the the profile of ISO 8601 as a default `full-date "T" partial-time "Z"`
0.1.3
:bug: It wasn't working as intended :unicorn: :sweat_drops:
Fixing Node's filter not applying the queryset filter into the queryset (as well for the annotate call)