From 47907eedb4b044599ad080d96587c76852a61d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Mon, 30 May 2016 20:11:13 +0200 Subject: [PATCH] Apply PEP-263 to taiga project --- manage.py | 19 +++++++++++++++++++ settings/__init__.py | 1 + settings/celery.py | 1 + settings/common.py | 1 + settings/development.py | 1 + settings/local.py.example | 1 + settings/sr.py | 1 + settings/testing.py | 1 + settings/travis.py | 1 + taiga/__init__.py | 1 + taiga/auth/__init__.py | 1 - taiga/auth/api.py | 1 + taiga/auth/backends.py | 1 + taiga/auth/permissions.py | 1 + taiga/auth/serializers.py | 1 + taiga/auth/services.py | 1 + taiga/auth/signals.py | 1 + taiga/auth/tokens.py | 1 + taiga/base/__init__.py | 1 + taiga/base/api/__init__.py | 1 + taiga/base/api/authentication.py | 1 + taiga/base/api/fields.py | 1 + taiga/base/api/generics.py | 1 + taiga/base/api/mixins.py | 1 + taiga/base/api/negotiation.py | 1 + taiga/base/api/pagination.py | 1 + taiga/base/api/parsers.py | 1 + taiga/base/api/permissions.py | 1 + taiga/base/api/relations.py | 1 + taiga/base/api/renderers.py | 1 + taiga/base/api/request.py | 1 + taiga/base/api/reverse.py | 1 + taiga/base/api/serializers.py | 1 + taiga/base/api/settings.py | 1 + taiga/base/api/templatetags/api.py | 1 + taiga/base/api/throttling.py | 1 + taiga/base/api/urlpatterns.py | 1 + taiga/base/api/urls.py | 1 + taiga/base/api/utils.py | 1 + taiga/base/api/utils/__init__.py | 1 + taiga/base/api/utils/breadcrumbs.py | 1 + taiga/base/api/utils/encoders.py | 1 + taiga/base/api/utils/formatting.py | 1 + taiga/base/api/utils/mediatypes.py | 1 + taiga/base/api/views.py | 1 + taiga/base/api/viewsets.py | 1 + taiga/base/apps.py | 1 + taiga/base/connectors/exceptions.py | 1 + taiga/base/decorators.py | 1 + taiga/base/exceptions.py | 1 + taiga/base/fields.py | 1 + taiga/base/filters.py | 1 + taiga/base/formats/en/formats.py | 1 + taiga/base/formats/es/formats.py | 1 + taiga/base/mails.py | 1 + taiga/base/management/commands/test_emails.py | 1 + taiga/base/middleware/cors.py | 1 + taiga/base/neighbors.py | 1 + taiga/base/response.py | 1 + taiga/base/routers.py | 1 + taiga/base/signals/cleanup_files.py | 1 + taiga/base/signals/thumbnails.py | 1 + taiga/base/status.py | 1 + taiga/base/storage.py | 1 + taiga/base/tags.py | 1 + taiga/base/throttling.py | 1 + taiga/base/utils/contenttypes.py | 1 + taiga/base/utils/db.py | 1 + taiga/base/utils/dicts.py | 1 + taiga/base/utils/diff.py | 1 + taiga/base/utils/files.py | 1 + taiga/base/utils/functions.py | 1 + taiga/base/utils/iterators.py | 1 + taiga/base/utils/json.py | 1 + taiga/base/utils/sequence.py | 1 + taiga/base/utils/signals.py | 1 + taiga/base/utils/slug.py | 1 + taiga/base/utils/text.py | 1 + taiga/base/utils/thumbnails.py | 1 + taiga/base/utils/urls.py | 1 + taiga/celery.py | 1 + taiga/deferred.py | 1 + taiga/events/__init__.py | 1 + taiga/events/apps.py | 1 + taiga/events/backends/__init__.py | 1 + taiga/events/backends/base.py | 1 + taiga/events/backends/postgresql.py | 1 + taiga/events/backends/rabbitmq.py | 1 + taiga/events/events.py | 5 +++++ .../commands/emit_notification_message.py | 1 + taiga/events/middleware.py | 5 +++++ taiga/events/signal_handlers.py | 1 + taiga/export_import/api.py | 1 + taiga/export_import/exceptions.py | 1 + .../management/commands/dump_project.py | 1 + .../management/commands/load_dump.py | 1 + taiga/export_import/mixins.py | 1 + taiga/export_import/permissions.py | 1 + taiga/export_import/renderers.py | 1 + taiga/export_import/serializers.py | 1 + taiga/export_import/services/__init__.py | 1 + taiga/export_import/services/render.py | 1 + taiga/export_import/services/store.py | 1 + taiga/export_import/tasks.py | 1 + taiga/export_import/throttling.py | 1 + taiga/external_apps/admin.py | 1 + taiga/external_apps/api.py | 1 + taiga/external_apps/auth_backends.py | 1 + taiga/external_apps/encryption.py | 1 + taiga/external_apps/models.py | 1 + taiga/external_apps/permissions.py | 1 + taiga/external_apps/serializers.py | 1 + taiga/external_apps/services.py | 1 + taiga/feedback/__init__.py | 1 + taiga/feedback/admin.py | 1 + taiga/feedback/api.py | 1 + taiga/feedback/apps.py | 1 + taiga/feedback/models.py | 1 + taiga/feedback/permissions.py | 1 + taiga/feedback/routers.py | 1 + taiga/feedback/serializers.py | 1 + taiga/feedback/services.py | 1 + taiga/front/sitemaps/__init__.py | 5 +++-- taiga/front/sitemaps/base.py | 5 +++-- taiga/front/sitemaps/generics.py | 5 +++-- taiga/front/sitemaps/issues.py | 5 +++-- taiga/front/sitemaps/milestones.py | 5 +++-- taiga/front/sitemaps/projects.py | 5 +++-- taiga/front/sitemaps/tasks.py | 5 +++-- taiga/front/sitemaps/users.py | 5 +++-- taiga/front/sitemaps/userstories.py | 5 +++-- taiga/front/sitemaps/wiki.py | 5 +++-- taiga/front/templatetags/functions.py | 1 + taiga/front/urls.py | 1 + taiga/hooks/api.py | 1 + taiga/hooks/bitbucket/api.py | 1 + taiga/hooks/bitbucket/event_hooks.py | 1 + taiga/hooks/bitbucket/models.py | 1 + taiga/hooks/bitbucket/services.py | 1 + taiga/hooks/event_hooks.py | 1 + taiga/hooks/exceptions.py | 1 + taiga/hooks/github/api.py | 1 + taiga/hooks/github/event_hooks.py | 1 + taiga/hooks/github/models.py | 1 + taiga/hooks/github/services.py | 1 + taiga/hooks/gitlab/api.py | 1 + taiga/hooks/gitlab/event_hooks.py | 1 + taiga/hooks/gitlab/models.py | 1 + taiga/hooks/gitlab/services.py | 1 + taiga/locale/api.py | 1 + taiga/locale/permissions.py | 1 + taiga/mdrender/extensions/autolink.py | 1 + taiga/mdrender/extensions/automail.py | 1 + taiga/mdrender/extensions/semi_sane_lists.py | 1 + taiga/mdrender/extensions/spaced_link.py | 1 + taiga/mdrender/extensions/strikethrough.py | 1 + taiga/mdrender/extensions/target_link.py | 1 + taiga/mdrender/extensions/wikilinks.py | 1 + taiga/mdrender/service.py | 1 + taiga/mdrender/templatetags/__init__.py | 1 - taiga/mdrender/templatetags/functions.py | 1 + taiga/permissions/choices.py | 1 + taiga/permissions/permissions.py | 1 + taiga/permissions/services.py | 1 + taiga/projects/__init__.py | 1 + taiga/projects/admin.py | 1 + taiga/projects/api.py | 1 + taiga/projects/apps.py | 1 + taiga/projects/attachments/__init__.py | 1 + taiga/projects/attachments/admin.py | 1 + taiga/projects/attachments/api.py | 1 + taiga/projects/attachments/apps.py | 1 + .../management/commands/generate_sha1.py | 18 ++++++++++++++++++ taiga/projects/attachments/models.py | 1 + taiga/projects/attachments/permissions.py | 1 + taiga/projects/attachments/serializers.py | 1 + taiga/projects/attachments/services.py | 1 + taiga/projects/choices.py | 1 + taiga/projects/custom_attributes/admin.py | 1 + taiga/projects/custom_attributes/api.py | 1 + taiga/projects/custom_attributes/choices.py | 1 + taiga/projects/custom_attributes/models.py | 1 + .../projects/custom_attributes/permissions.py | 1 + .../projects/custom_attributes/serializers.py | 1 + taiga/projects/custom_attributes/services.py | 1 + taiga/projects/custom_attributes/signals.py | 1 + taiga/projects/filters.py | 1 + taiga/projects/history/api.py | 1 + taiga/projects/history/choices.py | 4 ++++ taiga/projects/history/freeze_impl.py | 1 + taiga/projects/history/mixins.py | 1 + taiga/projects/history/models.py | 4 ++++ taiga/projects/history/permissions.py | 1 + taiga/projects/history/serializers.py | 1 + taiga/projects/history/services.py | 4 ++++ .../projects/history/templatetags/__init__.py | 1 - .../history/templatetags/functions.py | 1 + taiga/projects/issues/__init__.py | 1 + taiga/projects/issues/admin.py | 1 + taiga/projects/issues/api.py | 1 + taiga/projects/issues/apps.py | 1 + taiga/projects/issues/models.py | 1 + taiga/projects/issues/permissions.py | 1 + taiga/projects/issues/serializers.py | 1 + taiga/projects/issues/services.py | 1 + taiga/projects/issues/signals.py | 1 + taiga/projects/likes/admin.py | 1 + taiga/projects/likes/mixins/serializers.py | 1 + taiga/projects/likes/mixins/viewsets.py | 1 + taiga/projects/likes/models.py | 1 + taiga/projects/likes/serializers.py | 1 + taiga/projects/likes/services.py | 1 + .../management/commands/sample_data.py | 1 + taiga/projects/milestones/admin.py | 1 + taiga/projects/milestones/api.py | 1 + taiga/projects/milestones/models.py | 1 + taiga/projects/milestones/permissions.py | 1 + taiga/projects/milestones/serializers.py | 1 + taiga/projects/milestones/services.py | 1 + taiga/projects/milestones/validators.py | 18 ++++++++++++++++++ taiga/projects/mixins/blocked.py | 1 + taiga/projects/mixins/on_destroy.py | 1 + taiga/projects/mixins/ordering.py | 1 + taiga/projects/mixins/serializers.py | 1 + taiga/projects/models.py | 1 + taiga/projects/notifications/admin.py | 1 + taiga/projects/notifications/api.py | 1 + taiga/projects/notifications/choices.py | 1 + .../management/commands/send_notifications.py | 1 + taiga/projects/notifications/mixins.py | 1 + taiga/projects/notifications/models.py | 1 + taiga/projects/notifications/permissions.py | 1 + taiga/projects/notifications/serializers.py | 1 + taiga/projects/notifications/services.py | 1 + taiga/projects/notifications/utils.py | 1 + taiga/projects/notifications/validators.py | 1 + taiga/projects/occ/__init__.py | 1 + taiga/projects/occ/mixins.py | 1 + taiga/projects/permissions.py | 1 + taiga/projects/references/api.py | 1 + taiga/projects/references/models.py | 1 + taiga/projects/references/permissions.py | 1 + taiga/projects/references/sequences.py | 1 + taiga/projects/references/serializers.py | 1 + taiga/projects/references/services.py | 1 + taiga/projects/serializers.py | 1 + taiga/projects/services/__init__.py | 1 + taiga/projects/services/bulk_update_order.py | 1 + taiga/projects/services/filters.py | 1 + taiga/projects/services/invitations.py | 18 ++++++++++++++++++ taiga/projects/services/logo.py | 1 + taiga/projects/services/members.py | 1 + taiga/projects/services/modules_config.py | 1 + taiga/projects/services/projects.py | 1 + taiga/projects/services/stats.py | 1 + taiga/projects/services/tags_colors.py | 1 + taiga/projects/services/transfer.py | 1 + taiga/projects/signals.py | 1 + taiga/projects/tasks/__init__.py | 1 + taiga/projects/tasks/admin.py | 1 + taiga/projects/tasks/api.py | 1 + taiga/projects/tasks/apps.py | 1 + taiga/projects/tasks/models.py | 1 + taiga/projects/tasks/permissions.py | 1 + taiga/projects/tasks/serializers.py | 1 + taiga/projects/tasks/services.py | 1 + taiga/projects/tasks/signals.py | 1 + taiga/projects/tasks/validators.py | 18 ++++++++++++++++++ taiga/projects/translations.py | 1 + taiga/projects/userstories/__init__.py | 1 + taiga/projects/userstories/admin.py | 1 + taiga/projects/userstories/api.py | 1 + taiga/projects/userstories/apps.py | 1 + taiga/projects/userstories/models.py | 1 + taiga/projects/userstories/permissions.py | 1 + taiga/projects/userstories/serializers.py | 1 + taiga/projects/userstories/services.py | 1 + taiga/projects/userstories/signals.py | 1 + taiga/projects/userstories/validators.py | 1 + taiga/projects/validators.py | 1 + taiga/projects/votes/admin.py | 1 + taiga/projects/votes/mixins/serializers.py | 1 + taiga/projects/votes/mixins/viewsets.py | 1 + taiga/projects/votes/models.py | 1 + taiga/projects/votes/serializers.py | 1 + taiga/projects/votes/services.py | 1 + taiga/projects/votes/utils.py | 1 + taiga/projects/wiki/admin.py | 1 + taiga/projects/wiki/api.py | 1 + taiga/projects/wiki/models.py | 1 + taiga/projects/wiki/permissions.py | 1 + taiga/projects/wiki/serializers.py | 1 + taiga/routers.py | 1 + taiga/searches/api.py | 1 + taiga/searches/serializers.py | 1 + taiga/searches/services.py | 1 + taiga/stats/__init__.py | 1 + taiga/stats/api.py | 1 + taiga/stats/apps.py | 1 + taiga/stats/permissions.py | 1 + taiga/stats/routers.py | 1 + taiga/stats/services.py | 1 + taiga/timeline/__init__.py | 1 + taiga/timeline/api.py | 1 + taiga/timeline/apps.py | 1 + ...lear_unnecessary_new_membership_entries.py | 1 + .../_rebuild_timeline_for_user_creation.py | 1 + .../_update_timeline_for_updated_tasks.py | 1 + .../management/commands/rebuild_timeline.py | 1 + ...rebuild_timeline_iterating_per_projects.py | 1 + taiga/timeline/models.py | 1 + taiga/timeline/permissions.py | 1 + taiga/timeline/serializers.py | 1 + taiga/timeline/service.py | 1 + taiga/timeline/signals.py | 1 + taiga/timeline/timeline_implementations.py | 1 + taiga/urls.py | 1 + taiga/users/admin.py | 1 + taiga/users/api.py | 1 + taiga/users/filters.py | 1 + taiga/users/forms.py | 1 + taiga/users/gravatar.py | 1 + taiga/users/models.py | 1 + taiga/users/permissions.py | 1 + taiga/users/serializers.py | 1 + taiga/users/services.py | 1 + taiga/users/signals.py | 1 + taiga/users/validators.py | 1 + taiga/userstorage/api.py | 1 + taiga/userstorage/filters.py | 1 + taiga/userstorage/models.py | 1 + taiga/userstorage/permissions.py | 1 + taiga/userstorage/serializers.py | 1 + taiga/webhooks/__init__.py | 1 + taiga/webhooks/api.py | 1 + taiga/webhooks/apps.py | 1 + taiga/webhooks/models.py | 1 + taiga/webhooks/permissions.py | 1 + taiga/webhooks/serializers.py | 1 + taiga/webhooks/signal_handlers.py | 1 + taiga/webhooks/tasks.py | 1 + taiga/wsgi.py | 19 +++++++++++++++++++ tests/conftest.py | 1 + tests/factories.py | 1 + tests/fixtures.py | 1 + .../test_application_tokens_resources.py | 1 + .../test_attachment_resources.py | 1 + .../test_auth_resources.py | 1 + .../resources_permissions/test_feedback.py | 1 + .../test_history_resources.py | 1 + .../test_issues_custom_attributes_resource.py | 1 + .../test_issues_resources.py | 1 + .../test_milestones_resources.py | 1 + .../test_modules_resources.py | 1 + .../test_projects_choices_resources.py | 1 + .../test_projects_resource.py | 1 + .../test_resolver_resources.py | 1 + .../test_search_resources.py | 1 + .../test_storage_resources.py | 1 + .../test_tasks_custom_attributes_resource.py | 1 + .../test_tasks_resources.py | 1 + .../test_timelines_resources.py | 1 + .../test_users_resources.py | 1 + ..._userstories_custom_attributes_resource.py | 1 + .../test_userstories_resources.py | 1 + .../test_webhooks_resources.py | 1 + .../test_wiki_resources.py | 1 + tests/integration/test_application_tokens.py | 1 + tests/integration/test_attachments.py | 1 + tests/integration/test_auth_api.py | 1 + .../test_custom_attributes_issues.py | 1 + .../test_custom_attributes_tasks.py | 1 + .../test_custom_attributes_user_stories.py | 1 + tests/integration/test_exporter_api.py | 1 + tests/integration/test_fan_projects.py | 1 + tests/integration/test_feedback.py | 1 + tests/integration/test_history.py | 1 + tests/integration/test_hooks_bitbucket.py | 1 + tests/integration/test_hooks_github.py | 1 + tests/integration/test_hooks_gitlab.py | 1 + tests/integration/test_importer_api.py | 1 + tests/integration/test_issues.py | 1 + tests/integration/test_mdrender.py | 1 + tests/integration/test_memberships.py | 1 + tests/integration/test_milestones.py | 1 + tests/integration/test_models.py | 1 + tests/integration/test_neighbors.py | 1 + tests/integration/test_notifications.py | 1 + tests/integration/test_occ.py | 1 + tests/integration/test_permissions.py | 1 + tests/integration/test_projects.py | 1 + .../integration/test_references_sequences.py | 1 + tests/integration/test_roles.py | 1 + tests/integration/test_searches.py | 1 + tests/integration/test_stats.py | 1 + tests/integration/test_tasks.py | 1 + tests/integration/test_throwttling.py | 1 + tests/integration/test_timeline.py | 1 + tests/integration/test_totals_projects.py | 1 + tests/integration/test_us_autoclosing.py | 1 + tests/integration/test_users.py | 1 + tests/integration/test_userstorage_api.py | 1 + tests/integration/test_userstories.py | 1 + tests/integration/test_vote_issues.py | 1 + tests/integration/test_vote_tasks.py | 1 + tests/integration/test_vote_userstories.py | 1 + tests/integration/test_votes.py | 1 + tests/integration/test_watch_issues.py | 1 + tests/integration/test_watch_milestones.py | 1 + tests/integration/test_watch_projects.py | 1 + tests/integration/test_watch_tasks.py | 1 + tests/integration/test_watch_userstories.py | 1 + tests/integration/test_watch_wikipages.py | 1 + tests/integration/test_webhooks_issues.py | 1 + tests/integration/test_webhooks_milestones.py | 1 + tests/integration/test_webhooks_signals.py | 1 + tests/integration/test_webhooks_tasks.py | 1 + .../integration/test_webhooks_userstories.py | 1 + tests/integration/test_webhooks_wikipages.py | 1 + tests/models.py | 1 + tests/unit/conftest.py | 1 + tests/unit/test_base_api_permissions.py | 1 + tests/unit/test_deferred.py | 1 + tests/unit/test_export.py | 1 + tests/unit/test_gravatar.py | 1 + tests/unit/test_mdrender.py | 1 + tests/unit/test_serializer_mixins.py | 1 + tests/unit/test_slug.py | 1 + tests/unit/test_timeline.py | 1 + tests/unit/test_tokens.py | 1 + tests/unit/test_utils.py | 1 + tests/utils.py | 1 + 432 files changed, 570 insertions(+), 23 deletions(-) diff --git a/manage.py b/manage.py index f9726f9e..63a6358b 100755 --- a/manage.py +++ b/manage.py @@ -1,4 +1,23 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- + +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino +# Copyright (C) 2014-2016 David Barragán +# Copyright (C) 2014-2016 Alejandro Alonso +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + import os import sys diff --git a/settings/__init__.py b/settings/__init__.py index 23fd84b8..a5fbfb3e 100644 --- a/settings/__init__.py +++ b/settings/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/settings/celery.py b/settings/celery.py index 05444695..82e4d92f 100644 --- a/settings/celery.py +++ b/settings/celery.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/settings/common.py b/settings/common.py index 568be60c..f227d97c 100644 --- a/settings/common.py +++ b/settings/common.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/settings/development.py b/settings/development.py index 6a7f981d..8611719d 100644 --- a/settings/development.py +++ b/settings/development.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/settings/local.py.example b/settings/local.py.example index 09e53ca4..4ae5a8ab 100644 --- a/settings/local.py.example +++ b/settings/local.py.example @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/settings/sr.py b/settings/sr.py index bc58e8e0..1477e682 100644 --- a/settings/sr.py +++ b/settings/sr.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/settings/testing.py b/settings/testing.py index 6862a5b1..29dd67d2 100644 --- a/settings/testing.py +++ b/settings/testing.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/settings/travis.py b/settings/travis.py index 8481688c..13c0f9c2 100644 --- a/settings/travis.py +++ b/settings/travis.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/__init__.py b/taiga/__init__.py index ee793c4a..8be9bc25 100644 --- a/taiga/__init__.py +++ b/taiga/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/auth/__init__.py b/taiga/auth/__init__.py index 8b137891..e69de29b 100644 --- a/taiga/auth/__init__.py +++ b/taiga/auth/__init__.py @@ -1 +0,0 @@ - diff --git a/taiga/auth/api.py b/taiga/auth/api.py index 7f3d7ad8..5d14d18f 100644 --- a/taiga/auth/api.py +++ b/taiga/auth/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/auth/backends.py b/taiga/auth/backends.py index 920d3f20..7813d457 100644 --- a/taiga/auth/backends.py +++ b/taiga/auth/backends.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/auth/permissions.py b/taiga/auth/permissions.py index 3e648abd..854eff26 100644 --- a/taiga/auth/permissions.py +++ b/taiga/auth/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Alejandro Alonso diff --git a/taiga/auth/serializers.py b/taiga/auth/serializers.py index 52a1ae17..8e8df4e2 100644 --- a/taiga/auth/serializers.py +++ b/taiga/auth/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/auth/services.py b/taiga/auth/services.py index 5015a02e..a76c350f 100644 --- a/taiga/auth/services.py +++ b/taiga/auth/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/auth/signals.py b/taiga/auth/signals.py index ed5782e9..9e375836 100644 --- a/taiga/auth/signals.py +++ b/taiga/auth/signals.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/auth/tokens.py b/taiga/auth/tokens.py index 58fe2938..a939b748 100644 --- a/taiga/auth/tokens.py +++ b/taiga/auth/tokens.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/__init__.py b/taiga/base/__init__.py index 1e06114a..5a7db2f0 100644 --- a/taiga/base/__init__.py +++ b/taiga/base/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/__init__.py b/taiga/base/api/__init__.py index b2c17b0d..ad481185 100644 --- a/taiga/base/api/__init__.py +++ b/taiga/base/api/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/authentication.py b/taiga/base/api/authentication.py index 40385395..d44c69d5 100644 --- a/taiga/base/api/authentication.py +++ b/taiga/base/api/authentication.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/fields.py b/taiga/base/api/fields.py index 365e4070..7dfa2c0a 100644 --- a/taiga/base/api/fields.py +++ b/taiga/base/api/fields.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/generics.py b/taiga/base/api/generics.py index 82d3f487..158d712d 100644 --- a/taiga/base/api/generics.py +++ b/taiga/base/api/generics.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/mixins.py b/taiga/base/api/mixins.py index 1125fcd9..89af6984 100644 --- a/taiga/base/api/mixins.py +++ b/taiga/base/api/mixins.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/negotiation.py b/taiga/base/api/negotiation.py index fdc16717..fd2a7028 100644 --- a/taiga/base/api/negotiation.py +++ b/taiga/base/api/negotiation.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/pagination.py b/taiga/base/api/pagination.py index 147a7bb7..46c1540d 100644 --- a/taiga/base/api/pagination.py +++ b/taiga/base/api/pagination.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/parsers.py b/taiga/base/api/parsers.py index 920a78cb..42d436f5 100644 --- a/taiga/base/api/parsers.py +++ b/taiga/base/api/parsers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/permissions.py b/taiga/base/api/permissions.py index 19b366fc..b03d6c18 100644 --- a/taiga/base/api/permissions.py +++ b/taiga/base/api/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/relations.py b/taiga/base/api/relations.py index f60c8ac5..60ba9a6e 100644 --- a/taiga/base/api/relations.py +++ b/taiga/base/api/relations.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/renderers.py b/taiga/base/api/renderers.py index 21c053e0..bc26e95b 100644 --- a/taiga/base/api/renderers.py +++ b/taiga/base/api/renderers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/request.py b/taiga/base/api/request.py index 3083b06d..059ece06 100644 --- a/taiga/base/api/request.py +++ b/taiga/base/api/request.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/reverse.py b/taiga/base/api/reverse.py index 2451fc1c..4d4de867 100644 --- a/taiga/base/api/reverse.py +++ b/taiga/base/api/reverse.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/serializers.py b/taiga/base/api/serializers.py index 55ae824f..a9e5f139 100644 --- a/taiga/base/api/serializers.py +++ b/taiga/base/api/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/settings.py b/taiga/base/api/settings.py index 9b894be6..1a3d01ba 100644 --- a/taiga/base/api/settings.py +++ b/taiga/base/api/settings.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/templatetags/api.py b/taiga/base/api/templatetags/api.py index b2710a18..c40b0aa4 100644 --- a/taiga/base/api/templatetags/api.py +++ b/taiga/base/api/templatetags/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/throttling.py b/taiga/base/api/throttling.py index 3ff19ff7..b23bea09 100644 --- a/taiga/base/api/throttling.py +++ b/taiga/base/api/throttling.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/urlpatterns.py b/taiga/base/api/urlpatterns.py index 8bfd6f1c..33548a07 100644 --- a/taiga/base/api/urlpatterns.py +++ b/taiga/base/api/urlpatterns.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/urls.py b/taiga/base/api/urls.py index 30b2cf4a..01be0d71 100644 --- a/taiga/base/api/urls.py +++ b/taiga/base/api/urls.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/utils.py b/taiga/base/api/utils.py index 77148b49..30318d5e 100644 --- a/taiga/base/api/utils.py +++ b/taiga/base/api/utils.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/utils/__init__.py b/taiga/base/api/utils/__init__.py index 227f56fd..b6198a45 100644 --- a/taiga/base/api/utils/__init__.py +++ b/taiga/base/api/utils/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/utils/breadcrumbs.py b/taiga/base/api/utils/breadcrumbs.py index 57965bce..0d10758f 100644 --- a/taiga/base/api/utils/breadcrumbs.py +++ b/taiga/base/api/utils/breadcrumbs.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/utils/encoders.py b/taiga/base/api/utils/encoders.py index 0f878914..be307d25 100644 --- a/taiga/base/api/utils/encoders.py +++ b/taiga/base/api/utils/encoders.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/utils/formatting.py b/taiga/base/api/utils/formatting.py index fbeb2534..f2decc0b 100644 --- a/taiga/base/api/utils/formatting.py +++ b/taiga/base/api/utils/formatting.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/utils/mediatypes.py b/taiga/base/api/utils/mediatypes.py index 02e09b5d..c0dc1266 100644 --- a/taiga/base/api/utils/mediatypes.py +++ b/taiga/base/api/utils/mediatypes.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/views.py b/taiga/base/api/views.py index 791523d4..8c6dfd09 100644 --- a/taiga/base/api/views.py +++ b/taiga/base/api/views.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/api/viewsets.py b/taiga/base/api/viewsets.py index af2d2789..95b09055 100644 --- a/taiga/base/api/viewsets.py +++ b/taiga/base/api/viewsets.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/apps.py b/taiga/base/apps.py index b56aaafb..f5f1879b 100644 --- a/taiga/base/apps.py +++ b/taiga/base/apps.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/connectors/exceptions.py b/taiga/base/connectors/exceptions.py index 0aca19fd..eb47c5db 100644 --- a/taiga/base/connectors/exceptions.py +++ b/taiga/base/connectors/exceptions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/decorators.py b/taiga/base/decorators.py index afddb058..5700e75b 100644 --- a/taiga/base/decorators.py +++ b/taiga/base/decorators.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/exceptions.py b/taiga/base/exceptions.py index 104ba896..cc58ee6d 100644 --- a/taiga/base/exceptions.py +++ b/taiga/base/exceptions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/fields.py b/taiga/base/fields.py index e45dace8..3f6fcf19 100644 --- a/taiga/base/fields.py +++ b/taiga/base/fields.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/filters.py b/taiga/base/filters.py index ea962af0..1cd19e64 100644 --- a/taiga/base/filters.py +++ b/taiga/base/filters.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/formats/en/formats.py b/taiga/base/formats/en/formats.py index 5046462e..37d64ee8 100644 --- a/taiga/base/formats/en/formats.py +++ b/taiga/base/formats/en/formats.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/formats/es/formats.py b/taiga/base/formats/es/formats.py index ab561c7f..f6d7dc55 100644 --- a/taiga/base/formats/es/formats.py +++ b/taiga/base/formats/es/formats.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/mails.py b/taiga/base/mails.py index 51be494d..48e6f296 100644 --- a/taiga/base/mails.py +++ b/taiga/base/mails.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/management/commands/test_emails.py b/taiga/base/management/commands/test_emails.py index 53a63a87..631bcd42 100644 --- a/taiga/base/management/commands/test_emails.py +++ b/taiga/base/management/commands/test_emails.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/middleware/cors.py b/taiga/base/middleware/cors.py index 101ff7a2..c7e2c615 100644 --- a/taiga/base/middleware/cors.py +++ b/taiga/base/middleware/cors.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/neighbors.py b/taiga/base/neighbors.py index 7a2f079e..a57d2eeb 100644 --- a/taiga/base/neighbors.py +++ b/taiga/base/neighbors.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/response.py b/taiga/base/response.py index 5b84123a..82d7794f 100644 --- a/taiga/base/response.py +++ b/taiga/base/response.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/routers.py b/taiga/base/routers.py index 4cf8a6f6..56b80f8e 100644 --- a/taiga/base/routers.py +++ b/taiga/base/routers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/signals/cleanup_files.py b/taiga/base/signals/cleanup_files.py index 0efab210..e2449ce2 100644 --- a/taiga/base/signals/cleanup_files.py +++ b/taiga/base/signals/cleanup_files.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/signals/thumbnails.py b/taiga/base/signals/thumbnails.py index 53bc1bca..e40cba07 100644 --- a/taiga/base/signals/thumbnails.py +++ b/taiga/base/signals/thumbnails.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/status.py b/taiga/base/status.py index 003c771b..c271e030 100644 --- a/taiga/base/status.py +++ b/taiga/base/status.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/storage.py b/taiga/base/storage.py index 84c2a460..a0b962c4 100644 --- a/taiga/base/storage.py +++ b/taiga/base/storage.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/tags.py b/taiga/base/tags.py index 8ba99e59..0e1cd866 100644 --- a/taiga/base/tags.py +++ b/taiga/base/tags.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/throttling.py b/taiga/base/throttling.py index b9cae88d..c0577ce0 100644 --- a/taiga/base/throttling.py +++ b/taiga/base/throttling.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/utils/contenttypes.py b/taiga/base/utils/contenttypes.py index 6b7a8e37..252a3db2 100644 --- a/taiga/base/utils/contenttypes.py +++ b/taiga/base/utils/contenttypes.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/utils/db.py b/taiga/base/utils/db.py index 2e076021..6569069d 100644 --- a/taiga/base/utils/db.py +++ b/taiga/base/utils/db.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/utils/dicts.py b/taiga/base/utils/dicts.py index 232832ff..23b90f17 100644 --- a/taiga/base/utils/dicts.py +++ b/taiga/base/utils/dicts.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/utils/diff.py b/taiga/base/utils/diff.py index 4b18a071..e08584ae 100644 --- a/taiga/base/utils/diff.py +++ b/taiga/base/utils/diff.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/utils/files.py b/taiga/base/utils/files.py index 72214606..1772e2af 100644 --- a/taiga/base/utils/files.py +++ b/taiga/base/utils/files.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/utils/functions.py b/taiga/base/utils/functions.py index 769b868c..d25d3572 100644 --- a/taiga/base/utils/functions.py +++ b/taiga/base/utils/functions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/utils/iterators.py b/taiga/base/utils/iterators.py index a8b9a88e..19d8c553 100644 --- a/taiga/base/utils/iterators.py +++ b/taiga/base/utils/iterators.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/utils/json.py b/taiga/base/utils/json.py index a5e0a477..6e2a0658 100644 --- a/taiga/base/utils/json.py +++ b/taiga/base/utils/json.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/utils/sequence.py b/taiga/base/utils/sequence.py index 009723dc..4e0c3e24 100644 --- a/taiga/base/utils/sequence.py +++ b/taiga/base/utils/sequence.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/utils/signals.py b/taiga/base/utils/signals.py index 863128b1..9dbef497 100644 --- a/taiga/base/utils/signals.py +++ b/taiga/base/utils/signals.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/utils/slug.py b/taiga/base/utils/slug.py index 53c246d9..239366d3 100644 --- a/taiga/base/utils/slug.py +++ b/taiga/base/utils/slug.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/utils/text.py b/taiga/base/utils/text.py index dce1cb55..05447b45 100644 --- a/taiga/base/utils/text.py +++ b/taiga/base/utils/text.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/utils/thumbnails.py b/taiga/base/utils/thumbnails.py index 1337ad84..64ce2d20 100644 --- a/taiga/base/utils/thumbnails.py +++ b/taiga/base/utils/thumbnails.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/base/utils/urls.py b/taiga/base/utils/urls.py index b2ea88d4..36239113 100644 --- a/taiga/base/utils/urls.py +++ b/taiga/base/utils/urls.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/celery.py b/taiga/celery.py index 00daf832..2cafa1b8 100644 --- a/taiga/celery.py +++ b/taiga/celery.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/deferred.py b/taiga/deferred.py index 95d57ab6..30a17d6b 100644 --- a/taiga/deferred.py +++ b/taiga/deferred.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/events/__init__.py b/taiga/events/__init__.py index bcbe54c4..b6017f3b 100644 --- a/taiga/events/__init__.py +++ b/taiga/events/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/events/apps.py b/taiga/events/apps.py index 6b4c6a59..7c9a7680 100644 --- a/taiga/events/apps.py +++ b/taiga/events/apps.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/events/backends/__init__.py b/taiga/events/backends/__init__.py index 72de8147..f3f0d6c3 100644 --- a/taiga/events/backends/__init__.py +++ b/taiga/events/backends/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/events/backends/base.py b/taiga/events/backends/base.py index 0bcaf69e..a9f0e8f2 100644 --- a/taiga/events/backends/base.py +++ b/taiga/events/backends/base.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/taiga/events/backends/postgresql.py b/taiga/events/backends/postgresql.py index 4072120a..e239d421 100644 --- a/taiga/events/backends/postgresql.py +++ b/taiga/events/backends/postgresql.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/taiga/events/backends/rabbitmq.py b/taiga/events/backends/rabbitmq.py index 2e65163c..829dcf3a 100644 --- a/taiga/events/backends/rabbitmq.py +++ b/taiga/events/backends/rabbitmq.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/taiga/events/events.py b/taiga/events/events.py index 394495a9..2df3dd37 100644 --- a/taiga/events/events.py +++ b/taiga/events/events.py @@ -1,4 +1,8 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino +# Copyright (C) 2014-2016 David Barragán +# Copyright (C) 2014-2016 Alejandro Alonso # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the @@ -12,6 +16,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . + import json import collections diff --git a/taiga/events/management/commands/emit_notification_message.py b/taiga/events/management/commands/emit_notification_message.py index ec023bc7..7ae7facc 100644 --- a/taiga/events/management/commands/emit_notification_message.py +++ b/taiga/events/management/commands/emit_notification_message.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/events/middleware.py b/taiga/events/middleware.py index 4d2e349f..1fa5c182 100644 --- a/taiga/events/middleware.py +++ b/taiga/events/middleware.py @@ -1,4 +1,8 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino +# Copyright (C) 2014-2016 David Barragán +# Copyright (C) 2014-2016 Alejandro Alonso # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the @@ -12,6 +16,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . + import threading _local = threading.local() diff --git a/taiga/events/signal_handlers.py b/taiga/events/signal_handlers.py index ac2ec87d..cb2a1250 100644 --- a/taiga/events/signal_handlers.py +++ b/taiga/events/signal_handlers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/export_import/api.py b/taiga/export_import/api.py index f84e263f..bf5cf1a9 100644 --- a/taiga/export_import/api.py +++ b/taiga/export_import/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/export_import/exceptions.py b/taiga/export_import/exceptions.py index 623d5b24..9b57306f 100644 --- a/taiga/export_import/exceptions.py +++ b/taiga/export_import/exceptions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/export_import/management/commands/dump_project.py b/taiga/export_import/management/commands/dump_project.py index 0b8938bc..3b3ceaf6 100644 --- a/taiga/export_import/management/commands/dump_project.py +++ b/taiga/export_import/management/commands/dump_project.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/export_import/management/commands/load_dump.py b/taiga/export_import/management/commands/load_dump.py index 61209862..8a4ca585 100644 --- a/taiga/export_import/management/commands/load_dump.py +++ b/taiga/export_import/management/commands/load_dump.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/export_import/mixins.py b/taiga/export_import/mixins.py index 8009aac1..e70e674f 100644 --- a/taiga/export_import/mixins.py +++ b/taiga/export_import/mixins.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/export_import/permissions.py b/taiga/export_import/permissions.py index 22a03ebe..6d69964a 100644 --- a/taiga/export_import/permissions.py +++ b/taiga/export_import/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/export_import/renderers.py b/taiga/export_import/renderers.py index acaf7f16..04e28bbd 100644 --- a/taiga/export_import/renderers.py +++ b/taiga/export_import/renderers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/export_import/serializers.py b/taiga/export_import/serializers.py index a8856f2f..43acb5af 100644 --- a/taiga/export_import/serializers.py +++ b/taiga/export_import/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/export_import/services/__init__.py b/taiga/export_import/services/__init__.py index 8aad0f08..573d7a70 100644 --- a/taiga/export_import/services/__init__.py +++ b/taiga/export_import/services/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/export_import/services/render.py b/taiga/export_import/services/render.py index b9905baf..cc4f8edf 100644 --- a/taiga/export_import/services/render.py +++ b/taiga/export_import/services/render.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/export_import/services/store.py b/taiga/export_import/services/store.py index dc521b26..c7888ce4 100644 --- a/taiga/export_import/services/store.py +++ b/taiga/export_import/services/store.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/export_import/tasks.py b/taiga/export_import/tasks.py index 4e5012d1..8ba61645 100644 --- a/taiga/export_import/tasks.py +++ b/taiga/export_import/tasks.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/export_import/throttling.py b/taiga/export_import/throttling.py index 0d00f137..c96d6c17 100644 --- a/taiga/export_import/throttling.py +++ b/taiga/export_import/throttling.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/external_apps/admin.py b/taiga/external_apps/admin.py index 6047de49..4004c3ea 100644 --- a/taiga/external_apps/admin.py +++ b/taiga/external_apps/admin.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/external_apps/api.py b/taiga/external_apps/api.py index 45824bc8..931337a8 100644 --- a/taiga/external_apps/api.py +++ b/taiga/external_apps/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/external_apps/auth_backends.py b/taiga/external_apps/auth_backends.py index f51398d1..47eba944 100644 --- a/taiga/external_apps/auth_backends.py +++ b/taiga/external_apps/auth_backends.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/external_apps/encryption.py b/taiga/external_apps/encryption.py index 6bf58a23..77422988 100644 --- a/taiga/external_apps/encryption.py +++ b/taiga/external_apps/encryption.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/external_apps/models.py b/taiga/external_apps/models.py index 979978f4..8ddd069b 100644 --- a/taiga/external_apps/models.py +++ b/taiga/external_apps/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/external_apps/permissions.py b/taiga/external_apps/permissions.py index 20293ea1..ad37274b 100644 --- a/taiga/external_apps/permissions.py +++ b/taiga/external_apps/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/external_apps/serializers.py b/taiga/external_apps/serializers.py index 74239724..095465fd 100644 --- a/taiga/external_apps/serializers.py +++ b/taiga/external_apps/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/external_apps/services.py b/taiga/external_apps/services.py index 8c0854db..336b379a 100644 --- a/taiga/external_apps/services.py +++ b/taiga/external_apps/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/feedback/__init__.py b/taiga/feedback/__init__.py index 6ed582cb..ba163f3d 100644 --- a/taiga/feedback/__init__.py +++ b/taiga/feedback/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/feedback/admin.py b/taiga/feedback/admin.py index ad1cb01a..aac487ae 100644 --- a/taiga/feedback/admin.py +++ b/taiga/feedback/admin.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/feedback/api.py b/taiga/feedback/api.py index 8aadbcbb..c477b5eb 100644 --- a/taiga/feedback/api.py +++ b/taiga/feedback/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/feedback/apps.py b/taiga/feedback/apps.py index b48a3cfb..6485ac13 100644 --- a/taiga/feedback/apps.py +++ b/taiga/feedback/apps.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/feedback/models.py b/taiga/feedback/models.py index bbf845cd..a75c27a1 100644 --- a/taiga/feedback/models.py +++ b/taiga/feedback/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/feedback/permissions.py b/taiga/feedback/permissions.py index 312738c7..b813c567 100644 --- a/taiga/feedback/permissions.py +++ b/taiga/feedback/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/feedback/routers.py b/taiga/feedback/routers.py index 8e694d0a..9f907520 100644 --- a/taiga/feedback/routers.py +++ b/taiga/feedback/routers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/feedback/serializers.py b/taiga/feedback/serializers.py index a25ae8af..1b5f1a3e 100644 --- a/taiga/feedback/serializers.py +++ b/taiga/feedback/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/feedback/services.py b/taiga/feedback/services.py index 65667a36..8aec0cfc 100644 --- a/taiga/feedback/services.py +++ b/taiga/feedback/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/front/sitemaps/__init__.py b/taiga/front/sitemaps/__init__.py index 06af8fe0..abc78ffe 100644 --- a/taiga/front/sitemaps/__init__.py +++ b/taiga/front/sitemaps/__init__.py @@ -1,7 +1,8 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Alejandro Alonso -# Copyright (C) 2014-2016 Taiga Agile LLC -# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the diff --git a/taiga/front/sitemaps/base.py b/taiga/front/sitemaps/base.py index ad007b60..952d754d 100644 --- a/taiga/front/sitemaps/base.py +++ b/taiga/front/sitemaps/base.py @@ -1,7 +1,8 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Alejandro Alonso -# Copyright (C) 2014-2016 Taiga Agile LLC -# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the diff --git a/taiga/front/sitemaps/generics.py b/taiga/front/sitemaps/generics.py index 241316e1..9ddc51bc 100644 --- a/taiga/front/sitemaps/generics.py +++ b/taiga/front/sitemaps/generics.py @@ -1,7 +1,8 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Alejandro Alonso -# Copyright (C) 2014-2016 Taiga Agile LLC -# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the diff --git a/taiga/front/sitemaps/issues.py b/taiga/front/sitemaps/issues.py index bf5694e0..4aeeb100 100644 --- a/taiga/front/sitemaps/issues.py +++ b/taiga/front/sitemaps/issues.py @@ -1,7 +1,8 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Alejandro Alonso -# Copyright (C) 2014-2016 Taiga Agile LLC -# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the diff --git a/taiga/front/sitemaps/milestones.py b/taiga/front/sitemaps/milestones.py index 274cbaf8..f0b7345a 100644 --- a/taiga/front/sitemaps/milestones.py +++ b/taiga/front/sitemaps/milestones.py @@ -1,7 +1,8 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Alejandro Alonso -# Copyright (C) 2014-2016 Taiga Agile LLC -# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the diff --git a/taiga/front/sitemaps/projects.py b/taiga/front/sitemaps/projects.py index cdfc8cc2..a7e45d50 100644 --- a/taiga/front/sitemaps/projects.py +++ b/taiga/front/sitemaps/projects.py @@ -1,7 +1,8 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Alejandro Alonso -# Copyright (C) 2014-2016 Taiga Agile LLC -# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the diff --git a/taiga/front/sitemaps/tasks.py b/taiga/front/sitemaps/tasks.py index eaa599ff..56f3ee7e 100644 --- a/taiga/front/sitemaps/tasks.py +++ b/taiga/front/sitemaps/tasks.py @@ -1,7 +1,8 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Alejandro Alonso -# Copyright (C) 2014-2016 Taiga Agile LLC -# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the diff --git a/taiga/front/sitemaps/users.py b/taiga/front/sitemaps/users.py index 5e956dd7..cabe9417 100644 --- a/taiga/front/sitemaps/users.py +++ b/taiga/front/sitemaps/users.py @@ -1,7 +1,8 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Alejandro Alonso -# Copyright (C) 2014-2016 Taiga Agile LLC -# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the diff --git a/taiga/front/sitemaps/userstories.py b/taiga/front/sitemaps/userstories.py index 9d66773c..7c89b0a0 100644 --- a/taiga/front/sitemaps/userstories.py +++ b/taiga/front/sitemaps/userstories.py @@ -1,7 +1,8 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Alejandro Alonso -# Copyright (C) 2014-2016 Taiga Agile LLC -# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the diff --git a/taiga/front/sitemaps/wiki.py b/taiga/front/sitemaps/wiki.py index 85e03ba0..e0ec43af 100644 --- a/taiga/front/sitemaps/wiki.py +++ b/taiga/front/sitemaps/wiki.py @@ -1,7 +1,8 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Alejandro Alonso -# Copyright (C) 2014-2016 Taiga Agile LLC -# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the diff --git a/taiga/front/templatetags/functions.py b/taiga/front/templatetags/functions.py index cb78b567..86a7f813 100644 --- a/taiga/front/templatetags/functions.py +++ b/taiga/front/templatetags/functions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/front/urls.py b/taiga/front/urls.py index e7ea3e0f..ab1cec8c 100644 --- a/taiga/front/urls.py +++ b/taiga/front/urls.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/hooks/api.py b/taiga/hooks/api.py index 6590832e..eef06cf8 100644 --- a/taiga/hooks/api.py +++ b/taiga/hooks/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/hooks/bitbucket/api.py b/taiga/hooks/bitbucket/api.py index aa4c9f63..24fc478c 100644 --- a/taiga/hooks/bitbucket/api.py +++ b/taiga/hooks/bitbucket/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/hooks/bitbucket/event_hooks.py b/taiga/hooks/bitbucket/event_hooks.py index 30d92c39..8737aaa7 100644 --- a/taiga/hooks/bitbucket/event_hooks.py +++ b/taiga/hooks/bitbucket/event_hooks.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/hooks/bitbucket/models.py b/taiga/hooks/bitbucket/models.py index fca83d73..ffdcf2b0 100644 --- a/taiga/hooks/bitbucket/models.py +++ b/taiga/hooks/bitbucket/models.py @@ -1 +1,2 @@ +# -*- coding: utf-8 -*- # This file is needed to load migrations diff --git a/taiga/hooks/bitbucket/services.py b/taiga/hooks/bitbucket/services.py index 9b2b8d21..b2cb29c7 100644 --- a/taiga/hooks/bitbucket/services.py +++ b/taiga/hooks/bitbucket/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/hooks/event_hooks.py b/taiga/hooks/event_hooks.py index 931047e0..f4f6d2e8 100644 --- a/taiga/hooks/event_hooks.py +++ b/taiga/hooks/event_hooks.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/hooks/exceptions.py b/taiga/hooks/exceptions.py index 506e9f60..bbe68cc1 100644 --- a/taiga/hooks/exceptions.py +++ b/taiga/hooks/exceptions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/hooks/github/api.py b/taiga/hooks/github/api.py index e021fddf..f3c125ee 100644 --- a/taiga/hooks/github/api.py +++ b/taiga/hooks/github/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/hooks/github/event_hooks.py b/taiga/hooks/github/event_hooks.py index e280af0a..68e57993 100644 --- a/taiga/hooks/github/event_hooks.py +++ b/taiga/hooks/github/event_hooks.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/hooks/github/models.py b/taiga/hooks/github/models.py index fca83d73..ffdcf2b0 100644 --- a/taiga/hooks/github/models.py +++ b/taiga/hooks/github/models.py @@ -1 +1,2 @@ +# -*- coding: utf-8 -*- # This file is needed to load migrations diff --git a/taiga/hooks/github/services.py b/taiga/hooks/github/services.py index 830406bf..cd244ae3 100644 --- a/taiga/hooks/github/services.py +++ b/taiga/hooks/github/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/hooks/gitlab/api.py b/taiga/hooks/gitlab/api.py index 88067e7a..910ee437 100644 --- a/taiga/hooks/gitlab/api.py +++ b/taiga/hooks/gitlab/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/hooks/gitlab/event_hooks.py b/taiga/hooks/gitlab/event_hooks.py index 5eb0d478..aff09e2f 100644 --- a/taiga/hooks/gitlab/event_hooks.py +++ b/taiga/hooks/gitlab/event_hooks.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/hooks/gitlab/models.py b/taiga/hooks/gitlab/models.py index fca83d73..ffdcf2b0 100644 --- a/taiga/hooks/gitlab/models.py +++ b/taiga/hooks/gitlab/models.py @@ -1 +1,2 @@ +# -*- coding: utf-8 -*- # This file is needed to load migrations diff --git a/taiga/hooks/gitlab/services.py b/taiga/hooks/gitlab/services.py index d80fe62c..cd4751fb 100644 --- a/taiga/hooks/gitlab/services.py +++ b/taiga/hooks/gitlab/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/locale/api.py b/taiga/locale/api.py index 8c151730..d9add761 100644 --- a/taiga/locale/api.py +++ b/taiga/locale/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/locale/permissions.py b/taiga/locale/permissions.py index fbcd654b..3146d58e 100644 --- a/taiga/locale/permissions.py +++ b/taiga/locale/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/mdrender/extensions/autolink.py b/taiga/mdrender/extensions/autolink.py index 4413353a..e09898bf 100644 --- a/taiga/mdrender/extensions/autolink.py +++ b/taiga/mdrender/extensions/autolink.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file # for details. All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. diff --git a/taiga/mdrender/extensions/automail.py b/taiga/mdrender/extensions/automail.py index ba69eecc..7c98520c 100644 --- a/taiga/mdrender/extensions/automail.py +++ b/taiga/mdrender/extensions/automail.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file # for details. All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. diff --git a/taiga/mdrender/extensions/semi_sane_lists.py b/taiga/mdrender/extensions/semi_sane_lists.py index d208e1c4..3a6c4343 100644 --- a/taiga/mdrender/extensions/semi_sane_lists.py +++ b/taiga/mdrender/extensions/semi_sane_lists.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file # for details. All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. diff --git a/taiga/mdrender/extensions/spaced_link.py b/taiga/mdrender/extensions/spaced_link.py index 7f619cdb..7c96dda9 100644 --- a/taiga/mdrender/extensions/spaced_link.py +++ b/taiga/mdrender/extensions/spaced_link.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file # for details. All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. diff --git a/taiga/mdrender/extensions/strikethrough.py b/taiga/mdrender/extensions/strikethrough.py index c00a09d7..c9517225 100644 --- a/taiga/mdrender/extensions/strikethrough.py +++ b/taiga/mdrender/extensions/strikethrough.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file # for details. All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. diff --git a/taiga/mdrender/extensions/target_link.py b/taiga/mdrender/extensions/target_link.py index 77e3685c..b9cff1c3 100644 --- a/taiga/mdrender/extensions/target_link.py +++ b/taiga/mdrender/extensions/target_link.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/mdrender/extensions/wikilinks.py b/taiga/mdrender/extensions/wikilinks.py index 61c36d5c..52363bc1 100644 --- a/taiga/mdrender/extensions/wikilinks.py +++ b/taiga/mdrender/extensions/wikilinks.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/mdrender/service.py b/taiga/mdrender/service.py index 226ec525..cc87e25b 100644 --- a/taiga/mdrender/service.py +++ b/taiga/mdrender/service.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/mdrender/templatetags/__init__.py b/taiga/mdrender/templatetags/__init__.py index 8b137891..e69de29b 100644 --- a/taiga/mdrender/templatetags/__init__.py +++ b/taiga/mdrender/templatetags/__init__.py @@ -1 +0,0 @@ - diff --git a/taiga/mdrender/templatetags/functions.py b/taiga/mdrender/templatetags/functions.py index 7186c236..3bb52ebc 100644 --- a/taiga/mdrender/templatetags/functions.py +++ b/taiga/mdrender/templatetags/functions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/permissions/choices.py b/taiga/permissions/choices.py index f617da97..48b92ace 100644 --- a/taiga/permissions/choices.py +++ b/taiga/permissions/choices.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/permissions/permissions.py b/taiga/permissions/permissions.py index c2b7699a..0ffefe40 100644 --- a/taiga/permissions/permissions.py +++ b/taiga/permissions/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/permissions/services.py b/taiga/permissions/services.py index 9ed1e8c3..8cb679a1 100644 --- a/taiga/permissions/services.py +++ b/taiga/permissions/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/__init__.py b/taiga/projects/__init__.py index 08a5593c..a4281e96 100644 --- a/taiga/projects/__init__.py +++ b/taiga/projects/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/admin.py b/taiga/projects/admin.py index 3349f360..94bfdc42 100644 --- a/taiga/projects/admin.py +++ b/taiga/projects/admin.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/api.py b/taiga/projects/api.py index b37250a5..9c00901c 100644 --- a/taiga/projects/api.py +++ b/taiga/projects/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/apps.py b/taiga/projects/apps.py index c8c56bb3..a390b5f5 100644 --- a/taiga/projects/apps.py +++ b/taiga/projects/apps.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/attachments/__init__.py b/taiga/projects/attachments/__init__.py index b9d4f659..bdc2814a 100644 --- a/taiga/projects/attachments/__init__.py +++ b/taiga/projects/attachments/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/attachments/admin.py b/taiga/projects/attachments/admin.py index ecfa6fed..befbef4f 100644 --- a/taiga/projects/attachments/admin.py +++ b/taiga/projects/attachments/admin.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/attachments/api.py b/taiga/projects/attachments/api.py index 481021ed..f7b223e2 100644 --- a/taiga/projects/attachments/api.py +++ b/taiga/projects/attachments/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/attachments/apps.py b/taiga/projects/attachments/apps.py index 6e1508e1..2f9edae2 100644 --- a/taiga/projects/attachments/apps.py +++ b/taiga/projects/attachments/apps.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/attachments/management/commands/generate_sha1.py b/taiga/projects/attachments/management/commands/generate_sha1.py index 8441d127..567788d1 100644 --- a/taiga/projects/attachments/management/commands/generate_sha1.py +++ b/taiga/projects/attachments/management/commands/generate_sha1.py @@ -1,3 +1,21 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino +# Copyright (C) 2014-2016 David Barragán +# Copyright (C) 2014-2016 Alejandro Alonso +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.core.management.base import BaseCommand, CommandError from django.db import transaction diff --git a/taiga/projects/attachments/models.py b/taiga/projects/attachments/models.py index daec4a2c..8bbbee16 100644 --- a/taiga/projects/attachments/models.py +++ b/taiga/projects/attachments/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/attachments/permissions.py b/taiga/projects/attachments/permissions.py index 0896e506..4e0f5d3e 100644 --- a/taiga/projects/attachments/permissions.py +++ b/taiga/projects/attachments/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/attachments/serializers.py b/taiga/projects/attachments/serializers.py index bb15e61e..904498a9 100644 --- a/taiga/projects/attachments/serializers.py +++ b/taiga/projects/attachments/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/attachments/services.py b/taiga/projects/attachments/services.py index ee25c9b5..b3305552 100644 --- a/taiga/projects/attachments/services.py +++ b/taiga/projects/attachments/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Taiga Agile LLC # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/taiga/projects/choices.py b/taiga/projects/choices.py index 15234a6d..75a3630c 100644 --- a/taiga/projects/choices.py +++ b/taiga/projects/choices.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/custom_attributes/admin.py b/taiga/projects/custom_attributes/admin.py index 24e070b5..fca94b96 100644 --- a/taiga/projects/custom_attributes/admin.py +++ b/taiga/projects/custom_attributes/admin.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/custom_attributes/api.py b/taiga/projects/custom_attributes/api.py index a11d6e31..9bfc774f 100644 --- a/taiga/projects/custom_attributes/api.py +++ b/taiga/projects/custom_attributes/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/custom_attributes/choices.py b/taiga/projects/custom_attributes/choices.py index fadcc788..d03ce070 100644 --- a/taiga/projects/custom_attributes/choices.py +++ b/taiga/projects/custom_attributes/choices.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/custom_attributes/models.py b/taiga/projects/custom_attributes/models.py index 525fdaff..d7e4e32c 100644 --- a/taiga/projects/custom_attributes/models.py +++ b/taiga/projects/custom_attributes/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/custom_attributes/permissions.py b/taiga/projects/custom_attributes/permissions.py index 766f9d42..5771cce4 100644 --- a/taiga/projects/custom_attributes/permissions.py +++ b/taiga/projects/custom_attributes/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/custom_attributes/serializers.py b/taiga/projects/custom_attributes/serializers.py index 57eefa4f..64a934f5 100644 --- a/taiga/projects/custom_attributes/serializers.py +++ b/taiga/projects/custom_attributes/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/custom_attributes/services.py b/taiga/projects/custom_attributes/services.py index 5d65a039..c957c5dc 100644 --- a/taiga/projects/custom_attributes/services.py +++ b/taiga/projects/custom_attributes/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/custom_attributes/signals.py b/taiga/projects/custom_attributes/signals.py index fcb6be8a..72b715a7 100644 --- a/taiga/projects/custom_attributes/signals.py +++ b/taiga/projects/custom_attributes/signals.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/filters.py b/taiga/projects/filters.py index 3bdb10c8..b3be1a0a 100644 --- a/taiga/projects/filters.py +++ b/taiga/projects/filters.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/history/api.py b/taiga/projects/history/api.py index 3f1ca240..a4c8199e 100644 --- a/taiga/projects/history/api.py +++ b/taiga/projects/history/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/history/choices.py b/taiga/projects/history/choices.py index 19987ae0..411e0f55 100644 --- a/taiga/projects/history/choices.py +++ b/taiga/projects/history/choices.py @@ -1,4 +1,8 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino +# Copyright (C) 2014-2016 David Barragán +# Copyright (C) 2014-2016 Alejandro Alonso # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the diff --git a/taiga/projects/history/freeze_impl.py b/taiga/projects/history/freeze_impl.py index 34f4139d..9b2dcadc 100644 --- a/taiga/projects/history/freeze_impl.py +++ b/taiga/projects/history/freeze_impl.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/history/mixins.py b/taiga/projects/history/mixins.py index 29294ce8..0a70366d 100644 --- a/taiga/projects/history/mixins.py +++ b/taiga/projects/history/mixins.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/history/models.py b/taiga/projects/history/models.py index 39012f60..ee4868b1 100644 --- a/taiga/projects/history/models.py +++ b/taiga/projects/history/models.py @@ -1,4 +1,8 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino +# Copyright (C) 2014-2016 David Barragán +# Copyright (C) 2014-2016 Alejandro Alonso # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the diff --git a/taiga/projects/history/permissions.py b/taiga/projects/history/permissions.py index 54fc59f1..e55ac3c4 100644 --- a/taiga/projects/history/permissions.py +++ b/taiga/projects/history/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/history/serializers.py b/taiga/projects/history/serializers.py index f231f29c..f1a10481 100644 --- a/taiga/projects/history/serializers.py +++ b/taiga/projects/history/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/history/services.py b/taiga/projects/history/services.py index 61004471..d4df56a5 100644 --- a/taiga/projects/history/services.py +++ b/taiga/projects/history/services.py @@ -1,4 +1,8 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino +# Copyright (C) 2014-2016 David Barragán +# Copyright (C) 2014-2016 Alejandro Alonso # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the diff --git a/taiga/projects/history/templatetags/__init__.py b/taiga/projects/history/templatetags/__init__.py index 8b137891..e69de29b 100644 --- a/taiga/projects/history/templatetags/__init__.py +++ b/taiga/projects/history/templatetags/__init__.py @@ -1 +0,0 @@ - diff --git a/taiga/projects/history/templatetags/functions.py b/taiga/projects/history/templatetags/functions.py index 31dd3371..8eefa6c1 100644 --- a/taiga/projects/history/templatetags/functions.py +++ b/taiga/projects/history/templatetags/functions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/issues/__init__.py b/taiga/projects/issues/__init__.py index 37ec56ee..a259bd6b 100644 --- a/taiga/projects/issues/__init__.py +++ b/taiga/projects/issues/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/issues/admin.py b/taiga/projects/issues/admin.py index 2b72e9d5..06be1a03 100644 --- a/taiga/projects/issues/admin.py +++ b/taiga/projects/issues/admin.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/issues/api.py b/taiga/projects/issues/api.py index c0ade2f4..b368ec8d 100644 --- a/taiga/projects/issues/api.py +++ b/taiga/projects/issues/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/issues/apps.py b/taiga/projects/issues/apps.py index 26d58b18..4d0bca19 100644 --- a/taiga/projects/issues/apps.py +++ b/taiga/projects/issues/apps.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/issues/models.py b/taiga/projects/issues/models.py index df11f671..89a78051 100644 --- a/taiga/projects/issues/models.py +++ b/taiga/projects/issues/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/issues/permissions.py b/taiga/projects/issues/permissions.py index ea823fcc..d86f697c 100644 --- a/taiga/projects/issues/permissions.py +++ b/taiga/projects/issues/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/issues/serializers.py b/taiga/projects/issues/serializers.py index c6810a93..6c2f877e 100644 --- a/taiga/projects/issues/serializers.py +++ b/taiga/projects/issues/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/issues/services.py b/taiga/projects/issues/services.py index 6a6c5a37..a494b1f4 100644 --- a/taiga/projects/issues/services.py +++ b/taiga/projects/issues/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/issues/signals.py b/taiga/projects/issues/signals.py index b92418ee..91bb5ebc 100644 --- a/taiga/projects/issues/signals.py +++ b/taiga/projects/issues/signals.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/likes/admin.py b/taiga/projects/likes/admin.py index c18f94d1..bab44a69 100644 --- a/taiga/projects/likes/admin.py +++ b/taiga/projects/likes/admin.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/likes/mixins/serializers.py b/taiga/projects/likes/mixins/serializers.py index 537cef13..84d63b4e 100644 --- a/taiga/projects/likes/mixins/serializers.py +++ b/taiga/projects/likes/mixins/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/likes/mixins/viewsets.py b/taiga/projects/likes/mixins/viewsets.py index 03bf8987..cce443c8 100644 --- a/taiga/projects/likes/mixins/viewsets.py +++ b/taiga/projects/likes/mixins/viewsets.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/likes/models.py b/taiga/projects/likes/models.py index 078f48e3..c363b8c8 100644 --- a/taiga/projects/likes/models.py +++ b/taiga/projects/likes/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/likes/serializers.py b/taiga/projects/likes/serializers.py index 7d28f8f8..6a654705 100644 --- a/taiga/projects/likes/serializers.py +++ b/taiga/projects/likes/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/likes/services.py b/taiga/projects/likes/services.py index cf35746d..617a4da9 100644 --- a/taiga/projects/likes/services.py +++ b/taiga/projects/likes/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/management/commands/sample_data.py b/taiga/projects/management/commands/sample_data.py index be43df8c..0c355c2f 100644 --- a/taiga/projects/management/commands/sample_data.py +++ b/taiga/projects/management/commands/sample_data.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/milestones/admin.py b/taiga/projects/milestones/admin.py index 37c91b4d..d3f8c994 100644 --- a/taiga/projects/milestones/admin.py +++ b/taiga/projects/milestones/admin.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/milestones/api.py b/taiga/projects/milestones/api.py index 1728362b..f109060b 100644 --- a/taiga/projects/milestones/api.py +++ b/taiga/projects/milestones/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/milestones/models.py b/taiga/projects/milestones/models.py index bf7bb469..21d85b14 100644 --- a/taiga/projects/milestones/models.py +++ b/taiga/projects/milestones/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/milestones/permissions.py b/taiga/projects/milestones/permissions.py index 7404feb0..fedb1ee0 100644 --- a/taiga/projects/milestones/permissions.py +++ b/taiga/projects/milestones/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/milestones/serializers.py b/taiga/projects/milestones/serializers.py index 191b2234..2a52be47 100644 --- a/taiga/projects/milestones/serializers.py +++ b/taiga/projects/milestones/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/milestones/services.py b/taiga/projects/milestones/services.py index a717e04f..289c4834 100644 --- a/taiga/projects/milestones/services.py +++ b/taiga/projects/milestones/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/milestones/validators.py b/taiga/projects/milestones/validators.py index 39ba2027..3648a672 100644 --- a/taiga/projects/milestones/validators.py +++ b/taiga/projects/milestones/validators.py @@ -1,3 +1,21 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino +# Copyright (C) 2014-2016 David Barragán +# Copyright (C) 2014-2016 Alejandro Alonso +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.utils.translation import ugettext as _ from taiga.base.api import serializers diff --git a/taiga/projects/mixins/blocked.py b/taiga/projects/mixins/blocked.py index 6a750825..d7f729cc 100644 --- a/taiga/projects/mixins/blocked.py +++ b/taiga/projects/mixins/blocked.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/mixins/on_destroy.py b/taiga/projects/mixins/on_destroy.py index 1e45353a..61d4728d 100644 --- a/taiga/projects/mixins/on_destroy.py +++ b/taiga/projects/mixins/on_destroy.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/mixins/ordering.py b/taiga/projects/mixins/ordering.py index 6917f1e3..18649c16 100644 --- a/taiga/projects/mixins/ordering.py +++ b/taiga/projects/mixins/ordering.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/mixins/serializers.py b/taiga/projects/mixins/serializers.py index edaa0c1a..07a9b683 100644 --- a/taiga/projects/mixins/serializers.py +++ b/taiga/projects/mixins/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/models.py b/taiga/projects/models.py index 4ff459e0..060fbdb8 100644 --- a/taiga/projects/models.py +++ b/taiga/projects/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/notifications/admin.py b/taiga/projects/notifications/admin.py index 07a70396..5e0bd931 100644 --- a/taiga/projects/notifications/admin.py +++ b/taiga/projects/notifications/admin.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/notifications/api.py b/taiga/projects/notifications/api.py index 10f3d5a3..cd8f564e 100644 --- a/taiga/projects/notifications/api.py +++ b/taiga/projects/notifications/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/notifications/choices.py b/taiga/projects/notifications/choices.py index a6fdfe31..fdf87328 100644 --- a/taiga/projects/notifications/choices.py +++ b/taiga/projects/notifications/choices.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/notifications/management/commands/send_notifications.py b/taiga/projects/notifications/management/commands/send_notifications.py index bb259cde..e3eefedc 100644 --- a/taiga/projects/notifications/management/commands/send_notifications.py +++ b/taiga/projects/notifications/management/commands/send_notifications.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/notifications/mixins.py b/taiga/projects/notifications/mixins.py index fb3cada7..ee1d59f8 100644 --- a/taiga/projects/notifications/mixins.py +++ b/taiga/projects/notifications/mixins.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/notifications/models.py b/taiga/projects/notifications/models.py index 9c36fe75..4a2f56da 100644 --- a/taiga/projects/notifications/models.py +++ b/taiga/projects/notifications/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/notifications/permissions.py b/taiga/projects/notifications/permissions.py index 0f65e159..9515f393 100644 --- a/taiga/projects/notifications/permissions.py +++ b/taiga/projects/notifications/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/notifications/serializers.py b/taiga/projects/notifications/serializers.py index ed93dce7..1578b7be 100644 --- a/taiga/projects/notifications/serializers.py +++ b/taiga/projects/notifications/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/notifications/services.py b/taiga/projects/notifications/services.py index 27e4b5ae..4a26545b 100644 --- a/taiga/projects/notifications/services.py +++ b/taiga/projects/notifications/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/notifications/utils.py b/taiga/projects/notifications/utils.py index 991228b0..00b98d63 100644 --- a/taiga/projects/notifications/utils.py +++ b/taiga/projects/notifications/utils.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/notifications/validators.py b/taiga/projects/notifications/validators.py index 010ef0df..851cc309 100644 --- a/taiga/projects/notifications/validators.py +++ b/taiga/projects/notifications/validators.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/occ/__init__.py b/taiga/projects/occ/__init__.py index a66f1b99..248c7af9 100644 --- a/taiga/projects/occ/__init__.py +++ b/taiga/projects/occ/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/occ/mixins.py b/taiga/projects/occ/mixins.py index b3ccfa32..7e837422 100644 --- a/taiga/projects/occ/mixins.py +++ b/taiga/projects/occ/mixins.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/permissions.py b/taiga/projects/permissions.py index ba4f3260..c43e842f 100644 --- a/taiga/projects/permissions.py +++ b/taiga/projects/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/references/api.py b/taiga/projects/references/api.py index 0775bc72..42d7f5a6 100644 --- a/taiga/projects/references/api.py +++ b/taiga/projects/references/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/references/models.py b/taiga/projects/references/models.py index 3bc63b1c..40aea018 100644 --- a/taiga/projects/references/models.py +++ b/taiga/projects/references/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/references/permissions.py b/taiga/projects/references/permissions.py index baa91d8c..9baa2a5c 100644 --- a/taiga/projects/references/permissions.py +++ b/taiga/projects/references/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/references/sequences.py b/taiga/projects/references/sequences.py index 5bcb89af..711b5555 100644 --- a/taiga/projects/references/sequences.py +++ b/taiga/projects/references/sequences.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/references/serializers.py b/taiga/projects/references/serializers.py index 3aac3fa2..fb9ad177 100644 --- a/taiga/projects/references/serializers.py +++ b/taiga/projects/references/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/references/services.py b/taiga/projects/references/services.py index 7369da53..6469937d 100644 --- a/taiga/projects/references/services.py +++ b/taiga/projects/references/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/serializers.py b/taiga/projects/serializers.py index 7096919a..1b271590 100644 --- a/taiga/projects/serializers.py +++ b/taiga/projects/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/services/__init__.py b/taiga/projects/services/__init__.py index d33d51e9..fb3cb9c5 100644 --- a/taiga/projects/services/__init__.py +++ b/taiga/projects/services/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/services/bulk_update_order.py b/taiga/projects/services/bulk_update_order.py index 91b33d34..48e85218 100644 --- a/taiga/projects/services/bulk_update_order.py +++ b/taiga/projects/services/bulk_update_order.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/services/filters.py b/taiga/projects/services/filters.py index 96347cf5..0236e82b 100644 --- a/taiga/projects/services/filters.py +++ b/taiga/projects/services/filters.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/services/invitations.py b/taiga/projects/services/invitations.py index 50e1e01e..5e772bd2 100644 --- a/taiga/projects/services/invitations.py +++ b/taiga/projects/services/invitations.py @@ -1,3 +1,21 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino +# Copyright (C) 2014-2016 David Barragán +# Copyright (C) 2014-2016 Alejandro Alonso +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.apps import apps from django.conf import settings diff --git a/taiga/projects/services/logo.py b/taiga/projects/services/logo.py index cbb0bf8e..1f4f7a38 100644 --- a/taiga/projects/services/logo.py +++ b/taiga/projects/services/logo.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/services/members.py b/taiga/projects/services/members.py index 039ffd32..4de432ab 100644 --- a/taiga/projects/services/members.py +++ b/taiga/projects/services/members.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/services/modules_config.py b/taiga/projects/services/modules_config.py index b850be56..d48a7094 100644 --- a/taiga/projects/services/modules_config.py +++ b/taiga/projects/services/modules_config.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/services/projects.py b/taiga/projects/services/projects.py index 43309851..b1befaf7 100644 --- a/taiga/projects/services/projects.py +++ b/taiga/projects/services/projects.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/services/stats.py b/taiga/projects/services/stats.py index 0972dc6b..891be36b 100644 --- a/taiga/projects/services/stats.py +++ b/taiga/projects/services/stats.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/services/tags_colors.py b/taiga/projects/services/tags_colors.py index 90d44efa..9b9aa962 100644 --- a/taiga/projects/services/tags_colors.py +++ b/taiga/projects/services/tags_colors.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/services/transfer.py b/taiga/projects/services/transfer.py index bef18577..aa9ea934 100644 --- a/taiga/projects/services/transfer.py +++ b/taiga/projects/services/transfer.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/signals.py b/taiga/projects/signals.py index 32da1176..ca5d7094 100644 --- a/taiga/projects/signals.py +++ b/taiga/projects/signals.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/tasks/__init__.py b/taiga/projects/tasks/__init__.py index cdea243c..78f3e8ae 100644 --- a/taiga/projects/tasks/__init__.py +++ b/taiga/projects/tasks/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/tasks/admin.py b/taiga/projects/tasks/admin.py index b0f7683e..281cdb11 100644 --- a/taiga/projects/tasks/admin.py +++ b/taiga/projects/tasks/admin.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/tasks/api.py b/taiga/projects/tasks/api.py index 6bb2a1a3..d991b39b 100644 --- a/taiga/projects/tasks/api.py +++ b/taiga/projects/tasks/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/tasks/apps.py b/taiga/projects/tasks/apps.py index ad0209a0..616854f6 100644 --- a/taiga/projects/tasks/apps.py +++ b/taiga/projects/tasks/apps.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/tasks/models.py b/taiga/projects/tasks/models.py index a1e945f1..30406387 100644 --- a/taiga/projects/tasks/models.py +++ b/taiga/projects/tasks/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/tasks/permissions.py b/taiga/projects/tasks/permissions.py index 8dfafc41..8cf40dd7 100644 --- a/taiga/projects/tasks/permissions.py +++ b/taiga/projects/tasks/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/tasks/serializers.py b/taiga/projects/tasks/serializers.py index 3f159379..a7c1c2a8 100644 --- a/taiga/projects/tasks/serializers.py +++ b/taiga/projects/tasks/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/tasks/services.py b/taiga/projects/tasks/services.py index 2736e317..98f9d4a1 100644 --- a/taiga/projects/tasks/services.py +++ b/taiga/projects/tasks/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/tasks/signals.py b/taiga/projects/tasks/signals.py index 5f1ae65a..4b9f7af1 100644 --- a/taiga/projects/tasks/signals.py +++ b/taiga/projects/tasks/signals.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/tasks/validators.py b/taiga/projects/tasks/validators.py index c3db4b1e..4a100779 100644 --- a/taiga/projects/tasks/validators.py +++ b/taiga/projects/tasks/validators.py @@ -1,3 +1,21 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino +# Copyright (C) 2014-2016 David Barragán +# Copyright (C) 2014-2016 Alejandro Alonso +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.utils.translation import ugettext as _ from taiga.base.api import serializers diff --git a/taiga/projects/translations.py b/taiga/projects/translations.py index e7a728c2..3f22f6e0 100644 --- a/taiga/projects/translations.py +++ b/taiga/projects/translations.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/userstories/__init__.py b/taiga/projects/userstories/__init__.py index 0cb5907d..e73d4118 100644 --- a/taiga/projects/userstories/__init__.py +++ b/taiga/projects/userstories/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/userstories/admin.py b/taiga/projects/userstories/admin.py index aa1f8a28..50c8bb7b 100644 --- a/taiga/projects/userstories/admin.py +++ b/taiga/projects/userstories/admin.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/userstories/api.py b/taiga/projects/userstories/api.py index 1b0b8035..eb05fe31 100644 --- a/taiga/projects/userstories/api.py +++ b/taiga/projects/userstories/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/userstories/apps.py b/taiga/projects/userstories/apps.py index 58e0a65c..ef3d5df5 100644 --- a/taiga/projects/userstories/apps.py +++ b/taiga/projects/userstories/apps.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/userstories/models.py b/taiga/projects/userstories/models.py index 4a046524..86332b46 100644 --- a/taiga/projects/userstories/models.py +++ b/taiga/projects/userstories/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/userstories/permissions.py b/taiga/projects/userstories/permissions.py index 51c6f01a..6b46f72c 100644 --- a/taiga/projects/userstories/permissions.py +++ b/taiga/projects/userstories/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/userstories/serializers.py b/taiga/projects/userstories/serializers.py index 0a856e8a..0d6eab6d 100644 --- a/taiga/projects/userstories/serializers.py +++ b/taiga/projects/userstories/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/userstories/services.py b/taiga/projects/userstories/services.py index c1884228..5ce47635 100644 --- a/taiga/projects/userstories/services.py +++ b/taiga/projects/userstories/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/userstories/signals.py b/taiga/projects/userstories/signals.py index b5afb105..11638595 100644 --- a/taiga/projects/userstories/signals.py +++ b/taiga/projects/userstories/signals.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/userstories/validators.py b/taiga/projects/userstories/validators.py index 68e4940e..5ad5e7f4 100644 --- a/taiga/projects/userstories/validators.py +++ b/taiga/projects/userstories/validators.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/validators.py b/taiga/projects/validators.py index 8b7324bc..05866b66 100644 --- a/taiga/projects/validators.py +++ b/taiga/projects/validators.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/votes/admin.py b/taiga/projects/votes/admin.py index 7c6241fb..d7a040e5 100644 --- a/taiga/projects/votes/admin.py +++ b/taiga/projects/votes/admin.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/votes/mixins/serializers.py b/taiga/projects/votes/mixins/serializers.py index c206ee6d..1a6faeb2 100644 --- a/taiga/projects/votes/mixins/serializers.py +++ b/taiga/projects/votes/mixins/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/votes/mixins/viewsets.py b/taiga/projects/votes/mixins/viewsets.py index 2fce2d60..2456e375 100644 --- a/taiga/projects/votes/mixins/viewsets.py +++ b/taiga/projects/votes/mixins/viewsets.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/votes/models.py b/taiga/projects/votes/models.py index 03c8976f..cfc0947e 100644 --- a/taiga/projects/votes/models.py +++ b/taiga/projects/votes/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/votes/serializers.py b/taiga/projects/votes/serializers.py index 78fc94c4..eb47c9ef 100644 --- a/taiga/projects/votes/serializers.py +++ b/taiga/projects/votes/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/votes/services.py b/taiga/projects/votes/services.py index 466855b8..38c3b93a 100644 --- a/taiga/projects/votes/services.py +++ b/taiga/projects/votes/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/votes/utils.py b/taiga/projects/votes/utils.py index a7ee5bfb..291ee284 100644 --- a/taiga/projects/votes/utils.py +++ b/taiga/projects/votes/utils.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/wiki/admin.py b/taiga/projects/wiki/admin.py index f64dc7da..73834938 100644 --- a/taiga/projects/wiki/admin.py +++ b/taiga/projects/wiki/admin.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/wiki/api.py b/taiga/projects/wiki/api.py index ea014233..2ee75b14 100644 --- a/taiga/projects/wiki/api.py +++ b/taiga/projects/wiki/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/wiki/models.py b/taiga/projects/wiki/models.py index c3e20e4e..659e51f0 100644 --- a/taiga/projects/wiki/models.py +++ b/taiga/projects/wiki/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/wiki/permissions.py b/taiga/projects/wiki/permissions.py index e60458c7..0afea036 100644 --- a/taiga/projects/wiki/permissions.py +++ b/taiga/projects/wiki/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/projects/wiki/serializers.py b/taiga/projects/wiki/serializers.py index 08b58336..16de19df 100644 --- a/taiga/projects/wiki/serializers.py +++ b/taiga/projects/wiki/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/routers.py b/taiga/routers.py index fdcba0b8..66e1b9f7 100644 --- a/taiga/routers.py +++ b/taiga/routers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/searches/api.py b/taiga/searches/api.py index f10554a8..37f9c7f3 100644 --- a/taiga/searches/api.py +++ b/taiga/searches/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/searches/serializers.py b/taiga/searches/serializers.py index 1938b5d3..edc2d1ca 100644 --- a/taiga/searches/serializers.py +++ b/taiga/searches/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/searches/services.py b/taiga/searches/services.py index 38367c7e..f393844f 100644 --- a/taiga/searches/services.py +++ b/taiga/searches/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/stats/__init__.py b/taiga/stats/__init__.py index c472cad5..b393a91f 100644 --- a/taiga/stats/__init__.py +++ b/taiga/stats/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Taiga Agile LLC # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/taiga/stats/api.py b/taiga/stats/api.py index 301b056e..5efeed1f 100644 --- a/taiga/stats/api.py +++ b/taiga/stats/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Taiga Agile LLC # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/taiga/stats/apps.py b/taiga/stats/apps.py index edb0e90e..7e4d9729 100644 --- a/taiga/stats/apps.py +++ b/taiga/stats/apps.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Taiga Agile LLC # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/taiga/stats/permissions.py b/taiga/stats/permissions.py index 369a7000..83d8aca7 100644 --- a/taiga/stats/permissions.py +++ b/taiga/stats/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Taiga Agile LLC # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/taiga/stats/routers.py b/taiga/stats/routers.py index 6dbb4e09..4623f3ca 100644 --- a/taiga/stats/routers.py +++ b/taiga/stats/routers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Taiga Agile LLC # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/taiga/stats/services.py b/taiga/stats/services.py index 45ae60e5..da551016 100644 --- a/taiga/stats/services.py +++ b/taiga/stats/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Taiga Agile LLC # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/taiga/timeline/__init__.py b/taiga/timeline/__init__.py index 05b04f76..2ce879cf 100644 --- a/taiga/timeline/__init__.py +++ b/taiga/timeline/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/timeline/api.py b/taiga/timeline/api.py index 82dea784..b0bf8e13 100644 --- a/taiga/timeline/api.py +++ b/taiga/timeline/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/timeline/apps.py b/taiga/timeline/apps.py index c9df776d..d3eee80e 100644 --- a/taiga/timeline/apps.py +++ b/taiga/timeline/apps.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/timeline/management/commands/_clear_unnecessary_new_membership_entries.py b/taiga/timeline/management/commands/_clear_unnecessary_new_membership_entries.py index 516bb343..2f5f581c 100644 --- a/taiga/timeline/management/commands/_clear_unnecessary_new_membership_entries.py +++ b/taiga/timeline/management/commands/_clear_unnecessary_new_membership_entries.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/timeline/management/commands/_rebuild_timeline_for_user_creation.py b/taiga/timeline/management/commands/_rebuild_timeline_for_user_creation.py index 726664f9..07290281 100644 --- a/taiga/timeline/management/commands/_rebuild_timeline_for_user_creation.py +++ b/taiga/timeline/management/commands/_rebuild_timeline_for_user_creation.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/timeline/management/commands/_update_timeline_for_updated_tasks.py b/taiga/timeline/management/commands/_update_timeline_for_updated_tasks.py index 7d39765f..090cf5f6 100644 --- a/taiga/timeline/management/commands/_update_timeline_for_updated_tasks.py +++ b/taiga/timeline/management/commands/_update_timeline_for_updated_tasks.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/timeline/management/commands/rebuild_timeline.py b/taiga/timeline/management/commands/rebuild_timeline.py index 6214d129..947a7418 100644 --- a/taiga/timeline/management/commands/rebuild_timeline.py +++ b/taiga/timeline/management/commands/rebuild_timeline.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/timeline/management/commands/rebuild_timeline_iterating_per_projects.py b/taiga/timeline/management/commands/rebuild_timeline_iterating_per_projects.py index 146d5a1b..2f2ae1b5 100644 --- a/taiga/timeline/management/commands/rebuild_timeline_iterating_per_projects.py +++ b/taiga/timeline/management/commands/rebuild_timeline_iterating_per_projects.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/timeline/models.py b/taiga/timeline/models.py index 73eef400..c71188f7 100644 --- a/taiga/timeline/models.py +++ b/taiga/timeline/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/timeline/permissions.py b/taiga/timeline/permissions.py index f2753869..61a20130 100644 --- a/taiga/timeline/permissions.py +++ b/taiga/timeline/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/timeline/serializers.py b/taiga/timeline/serializers.py index d4a1563c..a6be6944 100644 --- a/taiga/timeline/serializers.py +++ b/taiga/timeline/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/timeline/service.py b/taiga/timeline/service.py index 11517542..7aacd4e7 100644 --- a/taiga/timeline/service.py +++ b/taiga/timeline/service.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/timeline/signals.py b/taiga/timeline/signals.py index c0f1dffa..a2611769 100644 --- a/taiga/timeline/signals.py +++ b/taiga/timeline/signals.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/timeline/timeline_implementations.py b/taiga/timeline/timeline_implementations.py index cf6223ab..cff785ad 100644 --- a/taiga/timeline/timeline_implementations.py +++ b/taiga/timeline/timeline_implementations.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/urls.py b/taiga/urls.py index 23afa70f..110285f4 100644 --- a/taiga/urls.py +++ b/taiga/urls.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/users/admin.py b/taiga/users/admin.py index d236fe9f..1d03d0cf 100644 --- a/taiga/users/admin.py +++ b/taiga/users/admin.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/users/api.py b/taiga/users/api.py index 96e2742d..a02e1576 100644 --- a/taiga/users/api.py +++ b/taiga/users/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/users/filters.py b/taiga/users/filters.py index f93cbfd5..4e4dc116 100644 --- a/taiga/users/filters.py +++ b/taiga/users/filters.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/users/forms.py b/taiga/users/forms.py index 4cf74f35..1d466f67 100644 --- a/taiga/users/forms.py +++ b/taiga/users/forms.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/users/gravatar.py b/taiga/users/gravatar.py index ec94f267..7793e59d 100644 --- a/taiga/users/gravatar.py +++ b/taiga/users/gravatar.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/users/models.py b/taiga/users/models.py index c1cf4a3b..2d8fcb33 100644 --- a/taiga/users/models.py +++ b/taiga/users/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/users/permissions.py b/taiga/users/permissions.py index c884edf1..7edca716 100644 --- a/taiga/users/permissions.py +++ b/taiga/users/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/users/serializers.py b/taiga/users/serializers.py index d36ba768..97aeafca 100644 --- a/taiga/users/serializers.py +++ b/taiga/users/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/users/services.py b/taiga/users/services.py index 7e210275..5397c46b 100644 --- a/taiga/users/services.py +++ b/taiga/users/services.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/users/signals.py b/taiga/users/signals.py index 85be934b..c3fc5c38 100644 --- a/taiga/users/signals.py +++ b/taiga/users/signals.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/users/validators.py b/taiga/users/validators.py index f6dc9656..477342de 100644 --- a/taiga/users/validators.py +++ b/taiga/users/validators.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/userstorage/api.py b/taiga/userstorage/api.py index 9814de58..62575d2b 100644 --- a/taiga/userstorage/api.py +++ b/taiga/userstorage/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/userstorage/filters.py b/taiga/userstorage/filters.py index 3c977c5d..479c0220 100644 --- a/taiga/userstorage/filters.py +++ b/taiga/userstorage/filters.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/userstorage/models.py b/taiga/userstorage/models.py index 2760d43a..9888ea7f 100644 --- a/taiga/userstorage/models.py +++ b/taiga/userstorage/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/userstorage/permissions.py b/taiga/userstorage/permissions.py index e93c6bc4..0b7083eb 100644 --- a/taiga/userstorage/permissions.py +++ b/taiga/userstorage/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/userstorage/serializers.py b/taiga/userstorage/serializers.py index 682e7acf..5fd97692 100644 --- a/taiga/userstorage/serializers.py +++ b/taiga/userstorage/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/webhooks/__init__.py b/taiga/webhooks/__init__.py index 6309b18e..71041013 100644 --- a/taiga/webhooks/__init__.py +++ b/taiga/webhooks/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/webhooks/api.py b/taiga/webhooks/api.py index 426537dc..f15021a0 100644 --- a/taiga/webhooks/api.py +++ b/taiga/webhooks/api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/webhooks/apps.py b/taiga/webhooks/apps.py index 9fff8e9b..52e39eb0 100644 --- a/taiga/webhooks/apps.py +++ b/taiga/webhooks/apps.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/webhooks/models.py b/taiga/webhooks/models.py index 3fa9e86a..53969525 100644 --- a/taiga/webhooks/models.py +++ b/taiga/webhooks/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/webhooks/permissions.py b/taiga/webhooks/permissions.py index 82ca5bd7..f16cb76c 100644 --- a/taiga/webhooks/permissions.py +++ b/taiga/webhooks/permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/webhooks/serializers.py b/taiga/webhooks/serializers.py index a2553b69..68d6a8eb 100644 --- a/taiga/webhooks/serializers.py +++ b/taiga/webhooks/serializers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/webhooks/signal_handlers.py b/taiga/webhooks/signal_handlers.py index 415d4fcf..d1c10ba1 100644 --- a/taiga/webhooks/signal_handlers.py +++ b/taiga/webhooks/signal_handlers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/webhooks/tasks.py b/taiga/webhooks/tasks.py index 7427fe6e..7990b928 100644 --- a/taiga/webhooks/tasks.py +++ b/taiga/webhooks/tasks.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2013 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/taiga/wsgi.py b/taiga/wsgi.py index ada27df2..356c63ef 100644 --- a/taiga/wsgi.py +++ b/taiga/wsgi.py @@ -1,3 +1,22 @@ +# -*- coding: utf-8 -*- + +# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Jesús Espino +# Copyright (C) 2014-2016 David Barragán +# Copyright (C) 2014-2016 Alejandro Alonso +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + """ WSGI config for taiga project. diff --git a/tests/conftest.py b/tests/conftest.py index 37e495d6..76d2540a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/factories.py b/tests/factories.py index 2f1ddccc..132b007f 100644 --- a/tests/factories.py +++ b/tests/factories.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/fixtures.py b/tests/fixtures.py index bdb0fa87..aaeabb42 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/resources_permissions/test_application_tokens_resources.py b/tests/integration/resources_permissions/test_application_tokens_resources.py index cc4e3a5d..5f6d27e7 100644 --- a/tests/integration/resources_permissions/test_application_tokens_resources.py +++ b/tests/integration/resources_permissions/test_application_tokens_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from taiga.base.utils import json diff --git a/tests/integration/resources_permissions/test_attachment_resources.py b/tests/integration/resources_permissions/test_attachment_resources.py index 357b13a7..3fdd990a 100644 --- a/tests/integration/resources_permissions/test_attachment_resources.py +++ b/tests/integration/resources_permissions/test_attachment_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from django.core.files.uploadedfile import SimpleUploadedFile from django.test.client import MULTIPART_CONTENT diff --git a/tests/integration/resources_permissions/test_auth_resources.py b/tests/integration/resources_permissions/test_auth_resources.py index 0cc4cedc..18684d4e 100644 --- a/tests/integration/resources_permissions/test_auth_resources.py +++ b/tests/integration/resources_permissions/test_auth_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from taiga.base.utils import json diff --git a/tests/integration/resources_permissions/test_feedback.py b/tests/integration/resources_permissions/test_feedback.py index c3a8d51e..650f6b07 100644 --- a/tests/integration/resources_permissions/test_feedback.py +++ b/tests/integration/resources_permissions/test_feedback.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from tests import factories as f diff --git a/tests/integration/resources_permissions/test_history_resources.py b/tests/integration/resources_permissions/test_history_resources.py index 62ba4e77..c466a9db 100644 --- a/tests/integration/resources_permissions/test_history_resources.py +++ b/tests/integration/resources_permissions/test_history_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from django.utils import timezone diff --git a/tests/integration/resources_permissions/test_issues_custom_attributes_resource.py b/tests/integration/resources_permissions/test_issues_custom_attributes_resource.py index 60b57eed..1ec28157 100644 --- a/tests/integration/resources_permissions/test_issues_custom_attributes_resource.py +++ b/tests/integration/resources_permissions/test_issues_custom_attributes_resource.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/resources_permissions/test_issues_resources.py b/tests/integration/resources_permissions/test_issues_resources.py index 536b4422..922b21e8 100644 --- a/tests/integration/resources_permissions/test_issues_resources.py +++ b/tests/integration/resources_permissions/test_issues_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import uuid from django.core.urlresolvers import reverse diff --git a/tests/integration/resources_permissions/test_milestones_resources.py b/tests/integration/resources_permissions/test_milestones_resources.py index 56f072f4..d3567ffb 100644 --- a/tests/integration/resources_permissions/test_milestones_resources.py +++ b/tests/integration/resources_permissions/test_milestones_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from taiga.base.utils import json diff --git a/tests/integration/resources_permissions/test_modules_resources.py b/tests/integration/resources_permissions/test_modules_resources.py index fc1de642..e9403787 100644 --- a/tests/integration/resources_permissions/test_modules_resources.py +++ b/tests/integration/resources_permissions/test_modules_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import uuid from django.core.urlresolvers import reverse diff --git a/tests/integration/resources_permissions/test_projects_choices_resources.py b/tests/integration/resources_permissions/test_projects_choices_resources.py index c26e51b5..0115143a 100644 --- a/tests/integration/resources_permissions/test_projects_choices_resources.py +++ b/tests/integration/resources_permissions/test_projects_choices_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from taiga.base.utils import json diff --git a/tests/integration/resources_permissions/test_projects_resource.py b/tests/integration/resources_permissions/test_projects_resource.py index a2ec130e..78c55324 100644 --- a/tests/integration/resources_permissions/test_projects_resource.py +++ b/tests/integration/resources_permissions/test_projects_resource.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from django.apps import apps diff --git a/tests/integration/resources_permissions/test_resolver_resources.py b/tests/integration/resources_permissions/test_resolver_resources.py index c8634c46..137983e9 100644 --- a/tests/integration/resources_permissions/test_resolver_resources.py +++ b/tests/integration/resources_permissions/test_resolver_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from taiga.permissions.choices import MEMBERS_PERMISSIONS, ANON_PERMISSIONS diff --git a/tests/integration/resources_permissions/test_search_resources.py b/tests/integration/resources_permissions/test_search_resources.py index d72e7bc2..bc8c9ac4 100644 --- a/tests/integration/resources_permissions/test_search_resources.py +++ b/tests/integration/resources_permissions/test_search_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from taiga.permissions.choices import MEMBERS_PERMISSIONS, ANON_PERMISSIONS diff --git a/tests/integration/resources_permissions/test_storage_resources.py b/tests/integration/resources_permissions/test_storage_resources.py index 4bc6de2b..ebc1eb8a 100644 --- a/tests/integration/resources_permissions/test_storage_resources.py +++ b/tests/integration/resources_permissions/test_storage_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from taiga.base.utils import json diff --git a/tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py b/tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py index 2262a222..1efe9a8d 100644 --- a/tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py +++ b/tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/resources_permissions/test_tasks_resources.py b/tests/integration/resources_permissions/test_tasks_resources.py index 63a1d63e..3e5f1824 100644 --- a/tests/integration/resources_permissions/test_tasks_resources.py +++ b/tests/integration/resources_permissions/test_tasks_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import uuid from django.core.urlresolvers import reverse diff --git a/tests/integration/resources_permissions/test_timelines_resources.py b/tests/integration/resources_permissions/test_timelines_resources.py index ed68f67b..1a63db0c 100644 --- a/tests/integration/resources_permissions/test_timelines_resources.py +++ b/tests/integration/resources_permissions/test_timelines_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from taiga.permissions.choices import MEMBERS_PERMISSIONS, ANON_PERMISSIONS diff --git a/tests/integration/resources_permissions/test_users_resources.py b/tests/integration/resources_permissions/test_users_resources.py index a6604988..394dd1f8 100644 --- a/tests/integration/resources_permissions/test_users_resources.py +++ b/tests/integration/resources_permissions/test_users_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from tempfile import NamedTemporaryFile from django.core.urlresolvers import reverse diff --git a/tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py b/tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py index 64e7324a..077219ce 100644 --- a/tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py +++ b/tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/resources_permissions/test_userstories_resources.py b/tests/integration/resources_permissions/test_userstories_resources.py index cb5f78ff..55a97c90 100644 --- a/tests/integration/resources_permissions/test_userstories_resources.py +++ b/tests/integration/resources_permissions/test_userstories_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import uuid from django.core.urlresolvers import reverse diff --git a/tests/integration/resources_permissions/test_webhooks_resources.py b/tests/integration/resources_permissions/test_webhooks_resources.py index 5712b5bc..dd10f04c 100644 --- a/tests/integration/resources_permissions/test_webhooks_resources.py +++ b/tests/integration/resources_permissions/test_webhooks_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from taiga.base.utils import json diff --git a/tests/integration/resources_permissions/test_wiki_resources.py b/tests/integration/resources_permissions/test_wiki_resources.py index e981aa75..0026e263 100644 --- a/tests/integration/resources_permissions/test_wiki_resources.py +++ b/tests/integration/resources_permissions/test_wiki_resources.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from taiga.base.utils import json diff --git a/tests/integration/test_application_tokens.py b/tests/integration/test_application_tokens.py index da381179..b34076b2 100644 --- a/tests/integration/test_application_tokens.py +++ b/tests/integration/test_application_tokens.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from taiga.external_apps import encryption diff --git a/tests/integration/test_attachments.py b/tests/integration/test_attachments.py index 3dee3464..94e8e3cf 100644 --- a/tests/integration/test_attachments.py +++ b/tests/integration/test_attachments.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import pytest from django.core.urlresolvers import reverse diff --git a/tests/integration/test_auth_api.py b/tests/integration/test_auth_api.py index 2bfaef9b..5781c58a 100644 --- a/tests/integration/test_auth_api.py +++ b/tests/integration/test_auth_api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_custom_attributes_issues.py b/tests/integration/test_custom_attributes_issues.py index 7df2a233..50b1a696 100644 --- a/tests/integration/test_custom_attributes_issues.py +++ b/tests/integration/test_custom_attributes_issues.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_custom_attributes_tasks.py b/tests/integration/test_custom_attributes_tasks.py index 9fb1131c..0f6fa3a4 100644 --- a/tests/integration/test_custom_attributes_tasks.py +++ b/tests/integration/test_custom_attributes_tasks.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_custom_attributes_user_stories.py b/tests/integration/test_custom_attributes_user_stories.py index c6a27499..9358c40f 100644 --- a/tests/integration/test_custom_attributes_user_stories.py +++ b/tests/integration/test_custom_attributes_user_stories.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_exporter_api.py b/tests/integration/test_exporter_api.py index 29578c5f..c8727ae8 100644 --- a/tests/integration/test_exporter_api.py +++ b/tests/integration/test_exporter_api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_fan_projects.py b/tests/integration/test_fan_projects.py index 31e73582..680872d2 100644 --- a/tests/integration/test_fan_projects.py +++ b/tests/integration/test_fan_projects.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_feedback.py b/tests/integration/test_feedback.py index 4120e59e..777c65c8 100644 --- a/tests/integration/test_feedback.py +++ b/tests/integration/test_feedback.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from tests import factories as f diff --git a/tests/integration/test_history.py b/tests/integration/test_history.py index 5d936c0d..f53c03b9 100644 --- a/tests/integration/test_history.py +++ b/tests/integration/test_history.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_hooks_bitbucket.py b/tests/integration/test_hooks_bitbucket.py index 23d5fc18..4b278f38 100644 --- a/tests/integration/test_hooks_bitbucket.py +++ b/tests/integration/test_hooks_bitbucket.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import pytest import urllib diff --git a/tests/integration/test_hooks_github.py b/tests/integration/test_hooks_github.py index 9bede876..f472f479 100644 --- a/tests/integration/test_hooks_github.py +++ b/tests/integration/test_hooks_github.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import pytest from unittest import mock diff --git a/tests/integration/test_hooks_gitlab.py b/tests/integration/test_hooks_gitlab.py index 14156b37..bf86a80c 100644 --- a/tests/integration/test_hooks_gitlab.py +++ b/tests/integration/test_hooks_gitlab.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import pytest from unittest import mock diff --git a/tests/integration/test_importer_api.py b/tests/integration/test_importer_api.py index aff155ff..490ba83b 100644 --- a/tests/integration/test_importer_api.py +++ b/tests/integration/test_importer_api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_issues.py b/tests/integration/test_issues.py index 14b01c60..16fc156f 100644 --- a/tests/integration/test_issues.py +++ b/tests/integration/test_issues.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import uuid import csv diff --git a/tests/integration/test_mdrender.py b/tests/integration/test_mdrender.py index 169230db..64a5182e 100644 --- a/tests/integration/test_mdrender.py +++ b/tests/integration/test_mdrender.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_memberships.py b/tests/integration/test_memberships.py index c878bd45..580378f5 100644 --- a/tests/integration/test_memberships.py +++ b/tests/integration/test_memberships.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from unittest import mock from django.core.urlresolvers import reverse diff --git a/tests/integration/test_milestones.py b/tests/integration/test_milestones.py index 4934c324..ad28cc16 100644 --- a/tests/integration/test_milestones.py +++ b/tests/integration/test_milestones.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_models.py b/tests/integration/test_models.py index 5b6547b8..b0926901 100644 --- a/tests/integration/test_models.py +++ b/tests/integration/test_models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import pytest from .. import factories as f diff --git a/tests/integration/test_neighbors.py b/tests/integration/test_neighbors.py index 5a416c1c..7f00a55b 100644 --- a/tests/integration/test_neighbors.py +++ b/tests/integration/test_neighbors.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_notifications.py b/tests/integration/test_notifications.py index 4d341086..71126b0f 100644 --- a/tests/integration/test_notifications.py +++ b/tests/integration/test_notifications.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_occ.py b/tests/integration/test_occ.py index 580f6733..ccb9013f 100644 --- a/tests/integration/test_occ.py +++ b/tests/integration/test_occ.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_permissions.py b/tests/integration/test_permissions.py index 7ec25929..d40e6afc 100644 --- a/tests/integration/test_permissions.py +++ b/tests/integration/test_permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import pytest from taiga.permissions import services, choices diff --git a/tests/integration/test_projects.py b/tests/integration/test_projects.py index fbc09722..376fb9a6 100644 --- a/tests/integration/test_projects.py +++ b/tests/integration/test_projects.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from django.core.urlresolvers import reverse from django.conf import settings from django.core.files import File diff --git a/tests/integration/test_references_sequences.py b/tests/integration/test_references_sequences.py index 6c856037..2c38900e 100644 --- a/tests/integration/test_references_sequences.py +++ b/tests/integration/test_references_sequences.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_roles.py b/tests/integration/test_roles.py index 7dc978f5..e3b47f7d 100644 --- a/tests/integration/test_roles.py +++ b/tests/integration/test_roles.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_searches.py b/tests/integration/test_searches.py index 30c3247b..342b14ea 100644 --- a/tests/integration/test_searches.py +++ b/tests/integration/test_searches.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_stats.py b/tests/integration/test_stats.py index df68970b..e85f22ab 100644 --- a/tests/integration/test_stats.py +++ b/tests/integration/test_stats.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import pytest from .. import factories as f diff --git a/tests/integration/test_tasks.py b/tests/integration/test_tasks.py index ee897b5f..3323e84f 100644 --- a/tests/integration/test_tasks.py +++ b/tests/integration/test_tasks.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import uuid import csv diff --git a/tests/integration/test_throwttling.py b/tests/integration/test_throwttling.py index e231188f..ad2949f4 100644 --- a/tests/integration/test_throwttling.py +++ b/tests/integration/test_throwttling.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_timeline.py b/tests/integration/test_timeline.py index 8c8e0182..41376f77 100644 --- a/tests/integration/test_timeline.py +++ b/tests/integration/test_timeline.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_totals_projects.py b/tests/integration/test_totals_projects.py index c9bc14b3..e46c1b21 100644 --- a/tests/integration/test_totals_projects.py +++ b/tests/integration/test_totals_projects.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_us_autoclosing.py b/tests/integration/test_us_autoclosing.py index aec566ed..13ba78d2 100644 --- a/tests/integration/test_us_autoclosing.py +++ b/tests/integration/test_us_autoclosing.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_users.py b/tests/integration/test_users.py index be48c553..d65b2451 100644 --- a/tests/integration/test_users.py +++ b/tests/integration/test_users.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import pytest from tempfile import NamedTemporaryFile diff --git a/tests/integration/test_userstorage_api.py b/tests/integration/test_userstorage_api.py index 3c754cad..b1b9ec16 100644 --- a/tests/integration/test_userstorage_api.py +++ b/tests/integration/test_userstorage_api.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_userstories.py b/tests/integration/test_userstories.py index bcb0a618..842f3089 100644 --- a/tests/integration/test_userstories.py +++ b/tests/integration/test_userstories.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import copy import uuid import csv diff --git a/tests/integration/test_vote_issues.py b/tests/integration/test_vote_issues.py index b6f8e925..6a4a1bba 100644 --- a/tests/integration/test_vote_issues.py +++ b/tests/integration/test_vote_issues.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_vote_tasks.py b/tests/integration/test_vote_tasks.py index ca3414e6..c369e268 100644 --- a/tests/integration/test_vote_tasks.py +++ b/tests/integration/test_vote_tasks.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_vote_userstories.py b/tests/integration/test_vote_userstories.py index b8caa01b..11ab7532 100644 --- a/tests/integration/test_vote_userstories.py +++ b/tests/integration/test_vote_userstories.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_votes.py b/tests/integration/test_votes.py index d486ed13..68d8cc4d 100644 --- a/tests/integration/test_votes.py +++ b/tests/integration/test_votes.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_watch_issues.py b/tests/integration/test_watch_issues.py index fc22f32c..6d353012 100644 --- a/tests/integration/test_watch_issues.py +++ b/tests/integration/test_watch_issues.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_watch_milestones.py b/tests/integration/test_watch_milestones.py index da17f408..76082db4 100644 --- a/tests/integration/test_watch_milestones.py +++ b/tests/integration/test_watch_milestones.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_watch_projects.py b/tests/integration/test_watch_projects.py index 5a77f086..f6caafb3 100644 --- a/tests/integration/test_watch_projects.py +++ b/tests/integration/test_watch_projects.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_watch_tasks.py b/tests/integration/test_watch_tasks.py index 38ddd40b..b8f12d23 100644 --- a/tests/integration/test_watch_tasks.py +++ b/tests/integration/test_watch_tasks.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_watch_userstories.py b/tests/integration/test_watch_userstories.py index 66ae4e0c..789f6fbe 100644 --- a/tests/integration/test_watch_userstories.py +++ b/tests/integration/test_watch_userstories.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_watch_wikipages.py b/tests/integration/test_watch_wikipages.py index 6940368d..af59d63d 100644 --- a/tests/integration/test_watch_wikipages.py +++ b/tests/integration/test_watch_wikipages.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_webhooks_issues.py b/tests/integration/test_webhooks_issues.py index 95f6a4a2..491ec5b4 100644 --- a/tests/integration/test_webhooks_issues.py +++ b/tests/integration/test_webhooks_issues.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_webhooks_milestones.py b/tests/integration/test_webhooks_milestones.py index f720df2f..7d779350 100644 --- a/tests/integration/test_webhooks_milestones.py +++ b/tests/integration/test_webhooks_milestones.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_webhooks_signals.py b/tests/integration/test_webhooks_signals.py index cf9996ca..1db818e6 100644 --- a/tests/integration/test_webhooks_signals.py +++ b/tests/integration/test_webhooks_signals.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_webhooks_tasks.py b/tests/integration/test_webhooks_tasks.py index ba5eda8d..bb9b7d14 100644 --- a/tests/integration/test_webhooks_tasks.py +++ b/tests/integration/test_webhooks_tasks.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_webhooks_userstories.py b/tests/integration/test_webhooks_userstories.py index 716697ce..1580df57 100644 --- a/tests/integration/test_webhooks_userstories.py +++ b/tests/integration/test_webhooks_userstories.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/integration/test_webhooks_wikipages.py b/tests/integration/test_webhooks_wikipages.py index 5d10f233..0e46108c 100644 --- a/tests/integration/test_webhooks_wikipages.py +++ b/tests/integration/test_webhooks_wikipages.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/models.py b/tests/models.py index 366a5269..9583b8c0 100644 --- a/tests/models.py +++ b/tests/models.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index 1890cf84..da0d7085 100644 --- a/tests/unit/conftest.py +++ b/tests/unit/conftest.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/unit/test_base_api_permissions.py b/tests/unit/test_base_api_permissions.py index b858252f..a76d4359 100644 --- a/tests/unit/test_base_api_permissions.py +++ b/tests/unit/test_base_api_permissions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/unit/test_deferred.py b/tests/unit/test_deferred.py index bd2a7499..832c4b0b 100644 --- a/tests/unit/test_deferred.py +++ b/tests/unit/test_deferred.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/unit/test_export.py b/tests/unit/test_export.py index 6a4a3ff0..546814a8 100644 --- a/tests/unit/test_export.py +++ b/tests/unit/test_export.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/unit/test_gravatar.py b/tests/unit/test_gravatar.py index 9244d934..b6246fa8 100644 --- a/tests/unit/test_gravatar.py +++ b/tests/unit/test_gravatar.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/unit/test_mdrender.py b/tests/unit/test_mdrender.py index 0ce3e5e9..90bbe001 100644 --- a/tests/unit/test_mdrender.py +++ b/tests/unit/test_mdrender.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/unit/test_serializer_mixins.py b/tests/unit/test_serializer_mixins.py index 3e656caa..26d7ea41 100644 --- a/tests/unit/test_serializer_mixins.py +++ b/tests/unit/test_serializer_mixins.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import pytest from .. import factories as f diff --git a/tests/unit/test_slug.py b/tests/unit/test_slug.py index 9cb4ef5f..1b9de84d 100644 --- a/tests/unit/test_slug.py +++ b/tests/unit/test_slug.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/unit/test_timeline.py b/tests/unit/test_timeline.py index 18c679e5..c96d3ee8 100644 --- a/tests/unit/test_timeline.py +++ b/tests/unit/test_timeline.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/unit/test_tokens.py b/tests/unit/test_tokens.py index 53c98c3f..57955827 100644 --- a/tests/unit/test_tokens.py +++ b/tests/unit/test_tokens.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py index 2cabc548..c564b094 100644 --- a/tests/unit/test_utils.py +++ b/tests/unit/test_utils.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán diff --git a/tests/utils.py b/tests/utils.py index f16e49fe..2a8a4855 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán