photo-objects 0.0.3__py3-none-any.whl → 0.0.4__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.
@@ -60,8 +60,8 @@ def domain_matches_request(request: HttpRequest) -> Validation:
60
60
  ok = request.get_host() == request.site.domain
61
61
  if not ok:
62
62
  detail = (
63
- f'Host in the request does not match domain configured for '
64
- 'the site: expected "{domain}", got "{host}".')
63
+ 'Host in the request does not match domain configured for '
64
+ f'the site: expected "{domain}", got "{host}".')
65
65
  except Exception as e:
66
66
  ok = False
67
67
  detail = (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: photo-objects
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: Application for storing photos in S3 compatible object-storage.
5
5
  Author: Toni Kangas
6
6
  License: MIT License
@@ -42,11 +42,11 @@ photo_objects/django/views/api/photo.py,sha256=52UMP1r6TN_xfu8fHE25yOUiTa6W1F2Xb
42
42
  photo_objects/django/views/api/utils.py,sha256=uQzKdSKHRAux5OZzqgWQr0gsK_FeweQP0cg_67OWA_Y,264
43
43
  photo_objects/django/views/ui/__init__.py,sha256=vbFXPj5liue-M_CXQGP5PKhD98Z5ev53yKLPU8zWpUs,71
44
44
  photo_objects/django/views/ui/album.py,sha256=bgFPg9ipkQFqZK7cQgYT9gqpUgdSJ_1NTHlszsfclKU,5010
45
- photo_objects/django/views/ui/configuration.py,sha256=6u2qea2XhAE7eNRej9OA65UHZiRQN57G0re1T-BglAo,3375
45
+ photo_objects/django/views/ui/configuration.py,sha256=yDKlJUx5LexmpvvTPEZTH3RPtxMgXVInmNCFS-0sZv8,3375
46
46
  photo_objects/django/views/ui/photo.py,sha256=Xct76YoO3fUmqsQ7sY43JO_gaw2NIld16QNvAOfYGJM,6018
47
47
  photo_objects/django/views/ui/utils.py,sha256=YV_YcUbX-zUkdFnBlezPChR6aPDhZJ9loSOHBSzF6Cc,273
48
- photo_objects-0.0.3.dist-info/licenses/LICENSE,sha256=V3w6hTjXfP65F4r_mejveHcV5igHrblxao3-2RlfVlA,1068
49
- photo_objects-0.0.3.dist-info/METADATA,sha256=nWl7HVknzOYcmEvyhwjkotBueiSZZoYS3hz5K1TxG7E,3671
50
- photo_objects-0.0.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
51
- photo_objects-0.0.3.dist-info/top_level.txt,sha256=SZeL8mhf-WMGdhRtTGFvZc3aIRBboQls9O0cFDMGdQ0,14
52
- photo_objects-0.0.3.dist-info/RECORD,,
48
+ photo_objects-0.0.4.dist-info/licenses/LICENSE,sha256=V3w6hTjXfP65F4r_mejveHcV5igHrblxao3-2RlfVlA,1068
49
+ photo_objects-0.0.4.dist-info/METADATA,sha256=pOGBmWVIcgN69w3V6N69Oe86N0fOdNN8BYnZ4XLY1tQ,3671
50
+ photo_objects-0.0.4.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
51
+ photo_objects-0.0.4.dist-info/top_level.txt,sha256=SZeL8mhf-WMGdhRtTGFvZc3aIRBboQls9O0cFDMGdQ0,14
52
+ photo_objects-0.0.4.dist-info/RECORD,,