- Dec 15, 2016
-
-
Jorran de Wit authored
Move form validation and saving of instances to the form class. From here you are able to instantly save your validated form to the database. Further reduces the size of the views. Form may need error handling on not having found a Contributor before saving the form instance.
-
- Dec 14, 2016
-
-
Jorran de Wit authored
Lost order argument in query for CommentarySearchForm results in the last commit.
-
Jorran de Wit authored
Reduce the amount of logic in the `commentaries` and `browse` views methods in the `Commentaries` app. Further, added a return method to the `CommentarySearchForm` to help thin out code in the view.
-
Jorran de Wit authored
Implemented basic modelmanager on Commentary model. Created `vetted` and `awaiting_vetting` methods and ipmlemented to few view methods.
-
- Dec 13, 2016
-
-
Jorran de Wit authored
Commentary model inherits from TimeStampedModel now. It also includes migrations related to the inheritance: - Add added field on Commentary - Alter field last_activity on Commentary
-
Jorran de Wit authored
The core model is extended with an abstract model called TimeStampedModel. Future and existing models should inherit from this model to include the default timestamp fields.
-
Geert Kapteijns authored
- Alter field in_agreement on comment - Alter field in_disagreement on comment - Alter field in_notsure on comment - Alter field is_cor on comment
-
- Dec 12, 2016
-
-
Geert Kapteijns authored
I've opted for hanging indentation foo = long_function_name( var_one, var_two, var_three, var_four) instead of aligning with opening delimiter foo = long_function_name(var_one, var_two, var_three, var_four) because the former makes more sense to me. See https://www.python.org/dev/peps/pep-0008/#indentation
-
- Dec 10, 2016
-
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jean-Sébastien Caux authored
First pull request :-)
-
Jean-Sébastien Caux authored
-
Jorran de Wit authored
-
- Dec 09, 2016
-
-
Jorran de Wit authored
-
- Dec 08, 2016
-
-
Jorran de Wit authored
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Dec 07, 2016
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Dec 06, 2016
-
-
Jean-Sébastien Caux authored
-
- Dec 05, 2016
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
-
Jean-Sébastien Caux authored
-
- Nov 30, 2016
-
-
Mathijs de Bruin authored
Really, don’t!
-
Mathijs de Bruin authored
-
Mathijs de Bruin authored
-
Mathijs de Bruin authored
-
Mathijs de Bruin authored
-
- Nov 29, 2016
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Nov 28, 2016
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Nov 26, 2016
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
Mathijs de Bruin authored
Instead use something like ReadTheDocs to automatically render & host on every push. https://readthedocs.org/
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-