- Feb 10, 2017
-
-
Geert Kapteijns authored
Update all involved tests. Also extend model_form_data to accept an argument `form_kwargs` to pass to form.
-
- Jan 30, 2017
-
-
Geert Kapteijns authored
Theses that are accepted are vetted by the correct contributor. Mails are not yet sent. Thesis is not yet deleted when refused.
-
- Dec 20, 2016
-
-
Geert Kapteijns authored
-
Geert Kapteijns authored
This custom factory subclasses factory.Factory, and overrides the build method, so that the model_class gets called with a dict of fields, instead of with keyword arguments. This is the way Django form classes require data to be passed to __init__.
-
- Dec 16, 2016
-
-
Geert Kapteijns authored
This function helps to create form data from models. See example given.
-