-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Python3 and Django2.2 upgrade] part 6 - Upgrade to Django 2.2 #632
Closed
noliveleger
wants to merge
51
commits into
kobokitten-py3-remove-extend-object
from
kobokitten-py3-django2
Closed
[Python3 and Django2.2 upgrade] part 6 - Upgrade to Django 2.2 #632
noliveleger
wants to merge
51
commits into
kobokitten-py3-remove-extend-object
from
kobokitten-py3-django2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Removed deprecated SessionMiddleware
- Remove DATA_UPLOAD_MAX_NUMBER_FIELDS from config
- Remove DATA_UPLOAD_MAX_NUMBER_FIELDS from config
- Use pip-tools for pip dependencies
…at into kobokitten-py3-django2
…3-django2 # Conflicts: # Dockerfile # docker/run_uwsgi.bash
noliveleger
changed the title
[Python3 and Django2.2 upgrade] part 5 - Upgrade to Django 2.2
[Python3 and Django2.2 upgrade] part 6 - Upgrade to Django 2.2
Jul 23, 2020
…3-django2 # Conflicts: # dependencies/pip/requirements.in # onadata/apps/api/urls.py # onadata/apps/main/tests/test_user_settings.py # onadata/settings/testing.py
…3-django2 # Conflicts: # onadata/apps/survey_report/views.py
…3-django2 # Conflicts: # kobocat-template/templates/base.html # onadata/apps/logger/models/xform.py # onadata/apps/logger/tests/test_webforms.py # onadata/apps/main/google_export.py # onadata/apps/main/registration_urls.py # onadata/apps/main/tests/test_form_api.py # onadata/apps/main/tests/test_form_api_delete.py # onadata/apps/main/tests/test_form_edit.py # onadata/apps/main/tests/test_form_enter_data.py # onadata/apps/main/tests/test_form_gallery.py # onadata/apps/main/tests/test_form_permissions.py # onadata/apps/main/tests/test_form_public_api.py # onadata/apps/main/tests/test_google_docs_export.py # onadata/apps/main/tests/test_process.py # onadata/apps/main/tests/test_user_settings.py # onadata/apps/main/urls.py # onadata/apps/main/views.py # onadata/apps/sms_support/providers/smssync.py # onadata/apps/sms_support/providers/telerivet.py # onadata/apps/sms_support/providers/textit.py # onadata/apps/sms_support/providers/twilio.py # onadata/apps/sms_support/tools.py # onadata/apps/survey_report/urls.py # onadata/apps/survey_report/views.py # onadata/apps/viewer/tests/test_data_view.py # onadata/apps/viewer/tests/test_instance_view.py # onadata/apps/viewer/views.py
18 tasks
…ed in bulk delete
Force OpenRosaResponse message content to be string. In some cases it's prefixed with 'b' caused by the bytestring nature of HttpResponse serialization method.
…3-django2 # Conflicts: # dependencies/pip/requirements.in # onadata/apps/api/tools.py # onadata/apps/logger/models/xform.py # onadata/apps/logger/views.py # onadata/libs/serializers/metadata_serializer.py
noliveleger
changed the title
[Python3 and Django2.2 upgrade] part 7 - Upgrade to Django 2.2
[Python3 and Django2.2 upgrade] part 6 - Upgrade to Django 2.2
Dec 18, 2020
Open
[Python3 and Django2.2 upgrade] Force text messages in OpenRosaResponse
Closes in favor of #682 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Only tests should pass. Container does not work.
Related to #602
Closes #346