Skip to content
Snippets Groups Projects
  1. Nov 24, 2020
  2. Nov 20, 2020
  3. Nov 19, 2020
    • Carlos Vega's avatar
      updated django to 2.1 · 9be3713e
      Carlos Vega authored
      fixed issue with view logout
      
      WIP: After the update, is failing to validate forms with boolean fields.
      If the boolean fields are not present, like postponed field on the test test_validation of web.tests.forms.test_StudySubjectEditForm.StudySubjectEditFormTests.
      
      not sure how to proceed with the changes, apparently this should have raised issues before, because the docs indicate the following:
      https://docs.djangoproject.com/en/2.1/ref/forms/fields/#booleanfield
      
      test_validation (web.tests.forms.test_StudySubjectEditForm.StudySubjectEditFormTests) ... <ul class="errorlist"><li>postponed<ul class="errorlist"><li>This field is required.</li></ul></li></ul>
      9be3713e
    • Carlos Vega's avatar
      text-unidecode is used by faker, now they have introduced the artistic license... · d36c4e2f
      Carlos Vega authored
      text-unidecode is used by faker, now they have introduced the artistic license as well as GPL, we need to check
      d36c4e2f
  4. Nov 16, 2020
  5. Nov 13, 2020
Loading