aa-fleetfinder 2.3.0__py3-none-any.whl → 2.3.1__py3-none-any.whl

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 aa-fleetfinder might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aa-fleetfinder
3
- Version: 2.3.0
3
+ Version: 2.3.1
4
4
  Summary: Fleet finder plugin for Alliance Auth
5
5
  Project-URL: Changelog, https://github.com/ppfeufer/aa-fleetfinder/blob/master/CHANGELOG.md
6
6
  Project-URL: Documentation, https://github.com/ppfeufer/aa-fleetfinder/blob/master/README.md
@@ -1,4 +1,4 @@
1
- fleetfinder/__init__.py,sha256=kieAXb2Irh9ZYxoY84GplpjEQsruvPS8oR_dSS_oXt4,197
1
+ fleetfinder/__init__.py,sha256=z13g2CRg4nA7T8VXjRymjXwujGjg57VhuPL88oicaE4,197
2
2
  fleetfinder/apps.py,sha256=5t6R6HS_2cK3oCtTomvOM0dagt4sQkbnIWBhxT8dHrw,448
3
3
  fleetfinder/auth_hooks.py,sha256=_oHqIEfTFDB1lsVAOrEGCc6aLiLpRtjcPw7CdLNSdKw,1234
4
4
  fleetfinder/constants.py,sha256=HcZGcxE8P0-MFJDKVUFI_s9IDmXx9yA4sfZRe1pWpvU,513
@@ -53,7 +53,7 @@ fleetfinder/templates/fleetfinder/dashboard.html,sha256=UAFDMAcp1EYMUWy7UapVIdLg
53
53
  fleetfinder/templates/fleetfinder/edit-fleet.html,sha256=XahECF3ZJKTiAr8oNp7bqbIHjACpfxi1_mIhXP1XIvY,1206
54
54
  fleetfinder/templates/fleetfinder/fleet-details.html,sha256=8XDYQrO7sTIc8O7_p_In0A85gK4DuAwlAoFPvLDRidk,4595
55
55
  fleetfinder/templates/fleetfinder/join-fleet.html,sha256=mn_B8o5MUlG4UYvFajoGaGmtTbQDJiYIZa-LsSmer50,2000
56
- fleetfinder/templates/fleetfinder/bundles/css/fleetfinder-css.html,sha256=evSAYE0oD_IuUT3lyQPJQmdsXir1jHI6cOX1H9lXrkU,76
56
+ fleetfinder/templates/fleetfinder/bundles/css/fleetfinder-css.html,sha256=0yJLTi3Xx1qzGT-V53D191HMqWkkJFESFvX1nhbY16A,75
57
57
  fleetfinder/templates/fleetfinder/bundles/css/slim-select-css.html,sha256=4sC5sa6eGutAH1VsaTY-THtlxNYQzaL-6rNcKVouLiM,97
58
58
  fleetfinder/templates/fleetfinder/bundles/js/slim-select-js.html,sha256=aXa7Cg4vcLywqaGRGz9v0bPL7B3-V6en1OrnR9vRWsI,95
59
59
  fleetfinder/templates/fleetfinder/partials/body/form-fleet-details.html,sha256=8xfjGRNmzIUHrlV-xz2P11vupAdpC8oUGFPxlnjJKFQ,2149
@@ -66,7 +66,7 @@ fleetfinder/tests/test_access.py,sha256=rQAfeEre2CmCszFTLV_53HK7m5Odq7ZqACJ3kced
66
66
  fleetfinder/tests/test_auth_hooks.py,sha256=XEB0LJmxxJCDlYhxKzcRiEHYrn1k_NkShrDGV_bcweg,2174
67
67
  fleetfinder/tests/test_templatetags.py,sha256=xaYBdj0xpPvsATuyoTHrkBIG_ZFC0cNkNmgocev4hNU,1230
68
68
  fleetfinder/tests/utils.py,sha256=ynwH67jb14UFi6hpLAXe_FcYdQcjET_sxuUylWPNpnk,1451
69
- aa_fleetfinder-2.3.0.dist-info/METADATA,sha256=_lZQaLkdmqbNVk8wVxd1_WwzmQMkWMlqwXqobzmr5Y4,48119
70
- aa_fleetfinder-2.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
71
- aa_fleetfinder-2.3.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
72
- aa_fleetfinder-2.3.0.dist-info/RECORD,,
69
+ aa_fleetfinder-2.3.1.dist-info/METADATA,sha256=9AnKA_cPBXEQgAJ-B4K8y7vvLu2pJd9E5Yu_J6mMNcw,48119
70
+ aa_fleetfinder-2.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
71
+ aa_fleetfinder-2.3.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
72
+ aa_fleetfinder-2.3.1.dist-info/RECORD,,
fleetfinder/__init__.py CHANGED
@@ -5,6 +5,6 @@ Initialize the app
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.3.0"
8
+ __version__ = "2.3.1"
9
9
  __title__ = _("Fleet Finder")
10
10
  __verbose_name__ = "Fleet Finder for Alliance Auth"
@@ -1,3 +1,3 @@
1
1
  {% load fleetfinder %}
2
2
 
3
- {% fleetfinder_static "css/fleetfinder.min.css" %}"
3
+ {% fleetfinder_static "css/fleetfinder.min.css" %}