django-esi 7.0.0b1__tar.gz → 7.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of django-esi might be problematic. Click here for more details.

Files changed (76) hide show
  1. {django_esi-7.0.0b1 → django_esi-7.0.1}/PKG-INFO +1 -1
  2. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/__init__.py +1 -1
  3. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/en/LC_MESSAGES/django.po +3 -3
  4. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/templates/esi/select_token.html +2 -2
  5. {django_esi-7.0.0b1 → django_esi-7.0.1}/LICENSE +0 -0
  6. {django_esi-7.0.0b1 → django_esi-7.0.1}/README.md +0 -0
  7. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/admin.py +0 -0
  8. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/app_settings.py +0 -0
  9. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/apps.py +0 -0
  10. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/checks.py +0 -0
  11. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/clients.py +0 -0
  12. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/decorators.py +0 -0
  13. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/errors.py +0 -0
  14. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/de/LC_MESSAGES/django.mo +0 -0
  15. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/de/LC_MESSAGES/django.po +0 -0
  16. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/en/LC_MESSAGES/django.mo +0 -0
  17. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/es/LC_MESSAGES/django.mo +0 -0
  18. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/es/LC_MESSAGES/django.po +0 -0
  19. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  20. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/fr_FR/LC_MESSAGES/django.po +0 -0
  21. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  22. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/it_IT/LC_MESSAGES/django.po +0 -0
  23. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/ja/LC_MESSAGES/django.mo +0 -0
  24. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/ja/LC_MESSAGES/django.po +0 -0
  25. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  26. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/ko_KR/LC_MESSAGES/django.po +0 -0
  27. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/ru/LC_MESSAGES/django.mo +0 -0
  28. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/ru/LC_MESSAGES/django.po +0 -0
  29. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  30. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/locale/zh_Hans/LC_MESSAGES/django.po +0 -0
  31. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/management/commands/__init__.py +0 -0
  32. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/management/commands/migrate_to_ssov2.py +0 -0
  33. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/managers.py +0 -0
  34. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/migrations/0001_initial.py +0 -0
  35. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/migrations/0002_scopes_20161208.py +0 -0
  36. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/migrations/0003_hide_tokens_from_admin_site.py +0 -0
  37. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/migrations/0004_remove_unique_access_token.py +0 -0
  38. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/migrations/0005_remove_token_length_limit.py +0 -0
  39. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/migrations/0006_remove_url_length_limit.py +0 -0
  40. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/migrations/0007_fix_mysql_8_migration.py +0 -0
  41. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/migrations/0008_nullable_refresh_token.py +0 -0
  42. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/migrations/0009_set_old_tokens_to_sso_v1.py +0 -0
  43. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/migrations/0010_set_new_tokens_to_sso_v2.py +0 -0
  44. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/migrations/0011_add_token_indices.py +0 -0
  45. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/migrations/0012_fix_token_type_choices.py +0 -0
  46. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/migrations/0013_squashed_0012_fix_token_type_choices.py +0 -0
  47. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/migrations/__init__.py +0 -0
  48. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/models.py +0 -0
  49. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/static/esi/img/EVE_SSO_Login_Buttons_Large_Black.png +0 -0
  50. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/static/esi/img/EVE_SSO_Login_Buttons_Large_White.png +0 -0
  51. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/static/esi/img/EVE_SSO_Login_Buttons_Small_Black.png +0 -0
  52. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/static/esi/img/EVE_SSO_Login_Buttons_Small_White.png +0 -0
  53. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tasks.py +0 -0
  54. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/templatetags/__init__.py +0 -0
  55. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/templatetags/scope_tags.py +0 -0
  56. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/__init__.py +0 -0
  57. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/client_authed_pilot.py +0 -0
  58. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/client_public_pilot.py +0 -0
  59. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/factories.py +0 -0
  60. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/factories_2.py +0 -0
  61. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/jwt_factory.py +0 -0
  62. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/test_checks.py +0 -0
  63. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/test_clients.py +0 -0
  64. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/test_decorators.py +0 -0
  65. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/test_management_command.py +0 -0
  66. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/test_managers.py +0 -0
  67. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/test_models.py +0 -0
  68. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/test_swagger.json +0 -0
  69. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/test_swagger_full.json +0 -0
  70. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/test_tasks.py +0 -0
  71. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/test_templatetags.py +0 -0
  72. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/test_views.py +0 -0
  73. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/tests/threading_pilot.py +0 -0
  74. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/urls.py +0 -0
  75. {django_esi-7.0.0b1 → django_esi-7.0.1}/esi/views.py +0 -0
  76. {django_esi-7.0.0b1 → django_esi-7.0.1}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-esi
3
- Version: 7.0.0b1
3
+ Version: 7.0.1
4
4
  Summary: Django app for accessing the EVE Swagger Interface (ESI).
5
5
  Author-email: Alliance Auth <adarnof@gmail.com>
6
6
  Requires-Python: >=3.8
@@ -1,5 +1,5 @@
1
1
  """Django app for accessing the EVE Swagger Interface (ESI)."""
2
2
 
3
- __version__ = '7.0.0b1'
3
+ __version__ = '7.0.1'
4
4
  __title__ = 'Django-ESI'
5
5
  __url__ = 'https://gitlab.com/allianceauth/django-esi'
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2023-10-08 23:42+1000\n"
11
+ "POT-Creation-Date: 2025-06-30 10:57+1000\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,11 +18,11 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
20
 
21
- #: esi/models.py:72
21
+ #: esi/models.py:73
22
22
  msgid "Character"
23
23
  msgstr ""
24
24
 
25
- #: esi/models.py:73
25
+ #: esi/models.py:74
26
26
  msgid "Corporation"
27
27
  msgstr ""
28
28
 
@@ -67,7 +67,7 @@
67
67
  {% csrf_token %}
68
68
  <input type="hidden" name="_add" value="True">
69
69
  <a href="#" type="submit" class="m-1">
70
- <input type="image" name="go" src="{% static 'esi\img\EVE_SSO_Login_Buttons_Small_Black.png'%}"
70
+ <input type="image" name="go" src="{% static 'esi/img/EVE_SSO_Login_Buttons_Small_Black.png'%}"
71
71
  alt="{% translate "Add Token" %}">
72
72
  </a>
73
73
  </div>
@@ -103,7 +103,7 @@
103
103
  <div class="card-footer">
104
104
  <input type="hidden" name="_add" value="True">
105
105
  <a href="#" type="submit" class="m-1">
106
- <input type="image" name="go" src="{% static 'esi\img\EVE_SSO_Login_Buttons_Small_Black.png'%}"
106
+ <input type="image" name="go" src="{% static 'esi/img/EVE_SSO_Login_Buttons_Small_Black.png'%}"
107
107
  alt="{% translate "Add Token" %}">
108
108
  </a>
109
109
  </div>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes