- Aug 23, 2022
-
-
Saurabh Kumar authored
More info at https://github.com/mbraak/django-file-form/pull/526
-
- Aug 22, 2022
-
-
Saurabh Kumar authored
The submission_id is used to do URL reverse for private files are wrongly put to use one of the revisions and the parent submission. This fixes the submission_id with a getter function
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-
- Aug 16, 2022
-
-
Fredrik Jonsson authored
Fix adaptors * imports, make values of __all__ string
-
Saurabh Kumar authored
-
- Aug 15, 2022
-
-
Fredrik Jonsson authored
Upgrade wagtail to 3.x
-
- Aug 11, 2022
-
-
Saurabh Kumar authored
The test checks for the ordering of the item returned. The view function or the model class doesn’t have any order specified. This cause the tests to fail randomly on different machines. This commit removes that ordering the check and just checks for the availability of the ids.
-
Saurabh Kumar authored
Related to #2882 The messaging.py has quite a lot of code with multiple concerns, which can be easily divided into individual independent modules. This refractor puts different messaging adapters into its modules for better maintainability and readability.
-
- Aug 05, 2022
-
-
Fredrik Jonsson authored
Update to Django 3.2.15.
-
Fredrik Jonsson authored
-
- Aug 03, 2022
-
-
fourthletter authored
-
- Aug 02, 2022
-
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-
- Aug 01, 2022
-
-
Fredrik Jonsson authored
Add conf file for DSLR (spiritual successor to Stellar).
-
Fredrik Jonsson authored
-
Saurabh Kumar authored
``` hypha/apply/determinations/tests/test_views.py: 20 warnings /Users/theskumar/work/hyphaapp/hypha/venv/lib/python3.9/site-packages/django/template/defaulttags.py:862: RemovedInDjango40Warning: The {% ifequal %} template tag is deprecated in favor of {% if %}. warnings.warn( ```
-
Saurabh Kumar authored
See: https://django-filter.readthedocs.io/en/stable/guide/migration.html#view-attributes-renamed-867 ``` hypha/apply/api/v1/screening/tests/test_views.py::ScreeningStatusViewSetTests::test_staff_can_list_screening_statuses hypha/apply/api/v1/screening/tests/test_views.py::ScreeningStatusViewSetTests::test_staff_can_view_screening_statuses_detail /Users/theskumar/work/hyphaapp/hypha/venv/lib/python3.9/site-packages/django_filters/rest_framework/backends.py:31: MigrationNotice: `ScreeningStatusViewSet.filter_class` attribute should be renamed `filterset_class`. See: https://django-filter.readthedocs.io/en/master/guide/migration.html See: https://django-filter.readthedocs.io/en/master/guide/migration.html filterset_class = self.get_filterset_class(view, queryset) ```
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-
Saurabh Kumar authored
Use `django.test.TestCase` instead of `unittest.TestCase` to enable DB access
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-
Saurabh Kumar authored
Do not depend on sorting IDs for checks
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-
Saurabh Kumar authored
Changelog: https://github.com/wagtail/wagtail-factories/compare/2.0.1...2.1.0 2.1.0 ===== - Add support for Wagtail 3.0 and drop support for all Wagtail versions before 2.15 - Add support for Django 4.0 - Add support for Python 3.10 - Removed support for Python 3.6 - Removed support for Django 2.2 and 3.1 - Removed support for factory boy <3.2
-
Saurabh Kumar authored
Changelog: https://github.com/torchbox/wagtail-purge/compare/0.1...main
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-
Saurabh Kumar authored
-