]> git.ipfire.org Git - thirdparty/patchwork.git/commit
Remove __future__ imports
authorStephen Finucane <stephen@that.guru>
Wed, 8 Apr 2020 23:10:27 +0000 (00:10 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 9 Apr 2020 09:10:58 +0000 (10:10 +0100)
commitabfd2df5485d313a2835b60afdeb40731448b5b0
tree39e9c1099e5730b272bef2f2f5604b01062f4ab3
parentfeefa470fcd9b09701fd9345c1a350e8b7a4281e
Remove __future__ imports

All of these are defaults in Python 3 [1].

[1] https://docs.python.org/3.6/library/__future__.html

Signed-off-by: Stephen Finucane <stephen@that.guru>
38 files changed:
patchwork/migrations/0001_initial.py
patchwork/migrations/0002_fix_patch_state_default_values.py
patchwork/migrations/0003_add_check_model.py
patchwork/migrations/0004_add_delegation_rule_model.py
patchwork/migrations/0005_unselectable_maintainer_projects.py
patchwork/migrations/0006_add_patch_diff.py
patchwork/migrations/0007_move_comment_content_to_patch_content.py
patchwork/migrations/0008_add_email_mixin.py
patchwork/migrations/0009_add_submission_model.py
patchwork/migrations/0010_migrate_data_from_submission_to_patch.py
patchwork/migrations/0011_remove_temp_fields.py
patchwork/migrations/0012_add_coverletter_model.py
patchwork/migrations/0013_slug_check_context.py
patchwork/migrations/0014_remove_userprofile_primary_project.py
patchwork/migrations/0015_add_series_models.py
patchwork/migrations/0016_series_project.py
patchwork/migrations/0017_improved_delegation_rule_docs.py
patchwork/migrations/0018_add_event_model.py
patchwork/migrations/0019_userprofile_show_ids.py
patchwork/migrations/0020_tag_show_column.py
patchwork/migrations/0021_django_1_10_fixes.py
patchwork/migrations/0022_add_subject_match_to_project.py
patchwork/migrations/0023_timezone_unify.py
patchwork/migrations/0024_patch_patch_project.py
patchwork/migrations/0025_add_regex_validators.py
patchwork/migrations/0026_add_user_bundles_backref.py
patchwork/migrations/0027_remove_series_ordering.py
patchwork/migrations/0028_add_comment_date_index.py
patchwork/migrations/0029_add_list_covering_index.py
patchwork/migrations/0030_add_submission_covering_index.py
patchwork/migrations/0031_add_patch_series_fields.py
patchwork/migrations/0032_migrate_data_from_series_patch_to_patch.py
patchwork/migrations/0033_remove_patch_series_model.py
patchwork/migrations/0034_project_list_archive_url.py
patchwork/migrations/0035_project_list_archive_url_format.py
patchwork/migrations/0036_project_commit_url_format.py
patchwork/migrations/0038_state_slug.py
patchwork/migrations/0040_add_related_patches.py