Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
08f62c7
refs #170, Add field builder from schema
moumoutte Feb 12, 2017
51caf6f
refs #170, Add related tests to paragraph and text field
moumoutte Feb 12, 2017
ba34ef1
refs #170, Remove accesses computation from contextualized schema
moumoutte Feb 12, 2017
ed5792c
refs #170, Add checkbox
moumoutte Feb 12, 2017
9d65403
refs #170, Add email field
moumoutte Feb 13, 2017
cf61e29
refs #170, Add integer field
moumoutte Feb 13, 2017
f6dfd9b
refs #170, Add filefield support
moumoutte Feb 13, 2017
a2449cc
refs #170, Add date field support
moumoutte Feb 13, 2017
79ccf25
refs #170, Mock the global rules generation in form
moumoutte Feb 13, 2017
e46597f
refs #170, Refactorize ValidatorFactory
moumoutte Feb 13, 2017
2410579
refs #170, Add method to subclass in field builder
moumoutte Feb 13, 2017
ce2db34
refs #170, Generate validator
moumoutte Feb 13, 2017
546d3d5
refs #170, Add test for validations
moumoutte Feb 13, 2017
8a07f13
refs #170, Add date validator factory
moumoutte Feb 14, 2017
6bbb04f
refs #170, Use the correct method to build rules from schema
moumoutte Feb 26, 2017
a002f80
refs #170, Add a method to build rules from schema
moumoutte Feb 26, 2017
e6a5c76
refs #170, Add test on presets generated from schema
moumoutte Feb 26, 2017
9264f6d
refs #170, Add dropdown builder
moumoutte Feb 26, 2017
e388ab1
refs #170, Use intermediate variable for instancing form class
wo0dyn Mar 22, 2017
a995c9d
refs #170, Use generator for get_choices()
wo0dyn Mar 24, 2017
228dae8
refs #170, Add radios field
wo0dyn Mar 24, 2017
c492043
refs #170, Add help-text field
wo0dyn Mar 24, 2017
afdac3d
refs #170, Add separator field
wo0dyn Mar 24, 2017
b12f92c
refs #170, Use verbose aliases for imports
wo0dyn Mar 27, 2017
80be6d4
refs #170, Add button radios field
wo0dyn Apr 11, 2017
87d1cac
refs #170, Add mapping test
wo0dyn Apr 11, 2017
86fe8a9
refs #170, Update ChangeLog
wo0dyn Apr 11, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ master (unreleased)
* Fixed the swagger doc generation and rendering (#210).
* Fix wrong field type for Checkbox (#208).
* Don't rely on database ordering in `NestedListSerializer` (#215)
* Provide a tools in order to generate django-form class from json
contextualized definition (#171)

Release 0.8.2 (2017-03-28)
==========================
Expand Down
Loading