Remove use of six
Review Request #11939 — Created Jan. 19, 2022 and submitted — Latest diff uploaded
This change removes the remainder of the uses of the
six
library from
Djblets.
In conjunction with other changes, ran unit tests.
Diff Revision 2 (Latest)
orig
1
2
Commits
Files
djblets/auth/ratelimit.py |
---|
djblets/auth/tests/test_ratelimit.py |
---|
djblets/cache/backend.py |
---|
djblets/conditions/conditions.py |
---|
djblets/conditions/tests/test_conditions.py |
---|
djblets/configforms/forms.py |
---|
djblets/configforms/views.py |
---|
djblets/configforms/tests/test_config_pages_view.py |
---|
djblets/datagrid/grids.py |
---|
djblets/db/query.py |
---|
djblets/db/validators.py |
---|
djblets/db/fields/base64_field.py |
---|
djblets/db/fields/counter_field.py |
---|
djblets/db/fields/json_field.py |
---|
djblets/db/fields/relation_counter_field.py |
---|
djblets/db/tests/test_base64_field.py |
---|
djblets/db/tests/test_json_field.py |
---|
djblets/extensions/extension.py |
---|
djblets/extensions/hooks.py |
---|
djblets/extensions/manager.py |
---|