Commit Graph

  • 9c598cb01d Accepting request 890932 from home:aplanas:branches:devel:languages:python:django Alberto Planas Dominguez 2021-05-07 08:11:13 +00:00
  • bc6d5ae53b Accepting request 890806 from home:bnavigator:branches:devel:languages:python:django Alberto Planas Dominguez 2021-05-06 08:56:41 +00:00
  • 55182fffd3 Accepting request 890806 from home:bnavigator:branches:devel:languages:python:django Alberto Planas Dominguez 2021-05-06 08:56:41 +00:00
  • 215700684a Accepting request 890638 from home:aplanas:branches:devel:languages:python:django Alberto Planas Dominguez 2021-05-05 09:20:33 +00:00
  • a8b3636d0f Accepting request 890638 from home:aplanas:branches:devel:languages:python:django Alberto Planas Dominguez 2021-05-05 09:20:33 +00:00
  • 8082c9947f Accepting request 888154 from devel:languages:python:django Dominique Leuenberger 2021-04-29 20:44:23 +00:00
  • 7c7a7e749c Accepting request 888154 from devel:languages:python:django Dominique Leuenberger 2021-04-29 20:44:23 +00:00
  • 74ea9e2062 Accepting request 883369 from home:aplanas:branches:devel:languages:python:django Alberto Planas Dominguez 2021-04-24 07:12:22 +00:00
  • e32507033d Accepting request 883369 from home:aplanas:branches:devel:languages:python:django Alberto Planas Dominguez 2021-04-24 07:12:22 +00:00
  • db15177a5b Accepting request 872447 from devel:languages:python:django Dominique Leuenberger 2021-02-16 21:34:25 +00:00
  • 223c5ad606 Accepting request 872447 from devel:languages:python:django Dominique Leuenberger 2021-02-16 21:34:25 +00:00
  • 92c2e14db0 Accepting request 872036 from home:bnavigator:branches:devel:languages:python:django Markéta Machová 2021-02-15 12:40:03 +00:00
  • d80e2ffc82 Accepting request 872036 from home:bnavigator:branches:devel:languages:python:django Markéta Machová 2021-02-15 12:40:03 +00:00
  • 5d6f1f1681 Accepting request 854260 from devel:languages:python:django Dominique Leuenberger 2020-12-12 19:29:25 +00:00
  • 5685216070 Accepting request 854260 from devel:languages:python:django Dominique Leuenberger 2020-12-12 19:29:25 +00:00
  • a5f8f1daf0 - Update to 3.1.4 * Fixed setting the Content-Length HTTP header in AsyncRequestFactory * Fixed passing extra HTTP headers to AsyncRequestFactory request methods * Fixed crash of key transforms for JSONField on PostgreSQL when usingi on a Subquery() annotation * Fixed a regression in Django 3.1 that caused the incorrect grouping by a Q object annotation * Fixed a regression in Django 3.1 that caused suppressing connection errors when JSONField is used on SQLite * Fixed a crash on SQLite, when QuerySet.values()/values_list() contained key transforms for JSONField returning non-string primitive values Ondřej Súkup 2020-12-09 12:32:02 +00:00
  • 5b8e58e1f4 - Update to 3.1.4 * Fixed setting the Content-Length HTTP header in AsyncRequestFactory * Fixed passing extra HTTP headers to AsyncRequestFactory request methods * Fixed crash of key transforms for JSONField on PostgreSQL when usingi on a Subquery() annotation * Fixed a regression in Django 3.1 that caused the incorrect grouping by a Q object annotation * Fixed a regression in Django 3.1 that caused suppressing connection errors when JSONField is used on SQLite * Fixed a crash on SQLite, when QuerySet.values()/values_list() contained key transforms for JSONField returning non-string primitive values Ondřej Súkup 2020-12-09 12:32:02 +00:00
  • cf2cfdebdc Accepting request 845465 from devel:languages:python:django Dominique Leuenberger 2020-11-06 22:43:51 +00:00
  • 9c3d928297 Accepting request 845465 from devel:languages:python:django Dominique Leuenberger 2020-11-06 22:43:51 +00:00
  • fb993450a7 - Update to 3.1.3 * Fixed a regression in Django 3.1.2 that caused the incorrect height of the admin changelist search bar * Fixed a regression in Django 3.1.2 that caused the incorrect width of the admin changelist search bar on a filtered page * Fixed displaying Unicode characters in forms.JSONField and read-only models.JSONField values in the admin * Fixed a regression in Django 3.1 that caused a crash of ArrayAgg and StringAgg with ordering on key transforms for JSONField * Fixed a regression in Django 3.1 that caused a crash of __in lookup when using key transforms for JSONField in the lookup value * Fixed a regression in Django 3.1 that caused a crash of ExpressionWrapper with key transforms for JSONField * Fixed a regression in Django 3.1 that caused a migrations crash on PostgreSQL when adding an ExclusionConstraint with key transforms for JSONField in expressions * Fixed a regression in Django 3.1 where ProtectedError.protected_objects and RestrictedError.restricted_objects attributes returned iterators instead of set of objects * Fixed a regression in Django 3.1.2 that caused incorrect form input layout on small screens in the admin change form view * Fixed a regression in Django 3.1 that invalidated pre-Django 3.1 password reset tokens * Added support for asgiref 3.3 * Fixed a regression in Django 3.1 that caused incorrect textarea layout on medium-sized screens in the admin change form view with the sidebar open * Fixed a regression in Django 3.0.7 that didn’t use Subquery() aliases in the GROUP BY clause * Fixed a bug in Django 3.1 where FileField instances with a callable storage were not correctly deconstructed * Fixed a regression in Django 3.1 where the QuerySet.ordered attribute returned incorrectly True for GROUP BY queries (e.g. .annotate().values()) on models with Ondřej Súkup 2020-11-02 15:18:09 +00:00
  • 0eda7708dd - Update to 3.1.3 * Fixed a regression in Django 3.1.2 that caused the incorrect height of the admin changelist search bar * Fixed a regression in Django 3.1.2 that caused the incorrect width of the admin changelist search bar on a filtered page * Fixed displaying Unicode characters in forms.JSONField and read-only models.JSONField values in the admin * Fixed a regression in Django 3.1 that caused a crash of ArrayAgg and StringAgg with ordering on key transforms for JSONField * Fixed a regression in Django 3.1 that caused a crash of __in lookup when using key transforms for JSONField in the lookup value * Fixed a regression in Django 3.1 that caused a crash of ExpressionWrapper with key transforms for JSONField * Fixed a regression in Django 3.1 that caused a migrations crash on PostgreSQL when adding an ExclusionConstraint with key transforms for JSONField in expressions * Fixed a regression in Django 3.1 where ProtectedError.protected_objects and RestrictedError.restricted_objects attributes returned iterators instead of set of objects * Fixed a regression in Django 3.1.2 that caused incorrect form input layout on small screens in the admin change form view * Fixed a regression in Django 3.1 that invalidated pre-Django 3.1 password reset tokens * Added support for asgiref 3.3 * Fixed a regression in Django 3.1 that caused incorrect textarea layout on medium-sized screens in the admin change form view with the sidebar open * Fixed a regression in Django 3.0.7 that didn’t use Subquery() aliases in the GROUP BY clause * Fixed a bug in Django 3.1 where FileField instances with a callable storage were not correctly deconstructed * Fixed a regression in Django 3.1 where the QuerySet.ordered attribute returned incorrectly True for GROUP BY queries (e.g. .annotate().values()) on models with Ondřej Súkup 2020-11-02 15:18:09 +00:00
  • cb50f2ecbf Accepting request 833249 from devel:languages:python:django Dominique Leuenberger 2020-09-14 10:02:48 +00:00
  • cbe80b1305 Accepting request 833249 from devel:languages:python:django Dominique Leuenberger 2020-09-14 10:02:48 +00:00
  • 5240b99e4a Accepting request 833246 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2020-09-09 14:32:25 +00:00
  • 6d5ed63ac2 Accepting request 833246 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2020-09-09 14:32:25 +00:00
  • cfac3943a3 Accepting request 833137 from home:jayvdb:branches:devel:languages:python:django Tomáš Chvátal 2020-09-09 06:16:14 +00:00
  • 0dad57e258 Accepting request 833137 from home:jayvdb:branches:devel:languages:python:django Tomáš Chvátal 2020-09-09 06:16:14 +00:00
  • c0af51ec6d Accepting request 825918 from devel:languages:python:django Dominique Leuenberger 2020-09-04 08:56:50 +00:00
  • bc228b597e Accepting request 825918 from devel:languages:python:django Dominique Leuenberger 2020-09-04 08:56:50 +00:00
  • 5a89231331 Accepting request 825714 from home:aplanas:branches:devel:languages:python:django Dominique Leuenberger 2020-08-12 07:29:18 +00:00
  • 778cbba5e9 Accepting request 825714 from home:aplanas:branches:devel:languages:python:django Dominique Leuenberger 2020-08-12 07:29:18 +00:00
  • a713776f6e - update to 3.0.9 * Allowed setting the SameSite cookie flag in HttpResponse.delete_cookie() * Fixed crash when sending emails to addresses with display names longer than 75 chars on Python 3.6.11+, 3.7.8+, and 3.8.4+ Ondřej Súkup 2020-08-06 11:37:58 +00:00
  • cedbe1d796 - update to 3.0.9 * Allowed setting the SameSite cookie flag in HttpResponse.delete_cookie() * Fixed crash when sending emails to addresses with display names longer than 75 chars on Python 3.6.11+, 3.7.8+, and 3.8.4+ Ondřej Súkup 2020-08-06 11:37:58 +00:00
  • 56ec0f22aa Accepting request 819476 from devel:languages:python:django Dominique Leuenberger 2020-07-15 10:03:06 +00:00
  • d5c66e3708 Accepting request 819476 from devel:languages:python:django Dominique Leuenberger 2020-07-15 10:03:06 +00:00
  • a836e40a12 - update to 3.0.8 * Fixed messages of InvalidCacheKey exceptions and CacheKeyWarning warnings raised by cache key validation * Fixed a regression in Django 3.0.7 that caused a queryset crash when grouping by a many-to-one relationship * Reallowed, following a regression in Django 3.0, non-expressions having a filterable attribute to be used as the right-hand side in queryset filters * Fixed a regression in Django 3.0.2 that caused a migration crash on PostgreSQL when adding a foreign key to a model with a namespaced db_table * Added compatibility for cx_Oracle 8 Ondřej Súkup 2020-07-08 12:24:10 +00:00
  • eda0784051 - update to 3.0.8 * Fixed messages of InvalidCacheKey exceptions and CacheKeyWarning warnings raised by cache key validation * Fixed a regression in Django 3.0.7 that caused a queryset crash when grouping by a many-to-one relationship * Reallowed, following a regression in Django 3.0, non-expressions having a filterable attribute to be used as the right-hand side in queryset filters * Fixed a regression in Django 3.0.2 that caused a migration crash on PostgreSQL when adding a foreign key to a model with a namespaced db_table * Added compatibility for cx_Oracle 8 Ondřej Súkup 2020-07-08 12:24:10 +00:00
  • e2c2cdfb60 Accepting request 811528 from devel:languages:python:django Dominique Leuenberger 2020-06-05 18:01:36 +00:00
  • 6c9fc415d1 Accepting request 811528 from devel:languages:python:django Dominique Leuenberger 2020-06-05 18:01:36 +00:00
  • 5f98db44a7 * boo#1172167 - CVE-2020-13596: Possible XSS via admin Ondřej Súkup 2020-06-04 14:58:55 +00:00
  • 3d2ef5801a * boo#1172167 - CVE-2020-13596: Possible XSS via admin Ondřej Súkup 2020-06-04 14:58:55 +00:00
  • 8127a47a63 - update to 3.0.7 - drop 32bit.patch * boo#1172167 - CVE-2020-13254: Potential data leakage via malformed memcached keys * boo#1172164 - CVE-2020-13596: Possible XSS via admin ForeignKeyRawIdWidget * many other bugfixes Ondřej Súkup 2020-06-04 14:39:41 +00:00
  • a4eee68b05 - update to 3.0.7 - drop 32bit.patch * boo#1172167 - CVE-2020-13254: Potential data leakage via malformed memcached keys * boo#1172164 - CVE-2020-13596: Possible XSS via admin ForeignKeyRawIdWidget * many other bugfixes Ondřej Súkup 2020-06-04 14:39:41 +00:00
  • a69bb7d141 Accepting request 800883 from devel:languages:python:django Dominique Leuenberger 2020-05-09 17:51:46 +00:00
  • cae7a82a14 Accepting request 800883 from devel:languages:python:django Dominique Leuenberger 2020-05-09 17:51:46 +00:00
  • 942f47eb9d - Add patch to fix the 32bit build: * 32bit.patch Tomáš Chvátal 2020-04-30 05:16:55 +00:00
  • d8b659f157 - Add patch to fix the 32bit build: * 32bit.patch Tomáš Chvátal 2020-04-30 05:16:55 +00:00
  • 4a8fb12bb9 Accepting request 796651 from home:dmolkentin:netbox Tomáš Chvátal 2020-04-23 20:48:53 +00:00
  • ffd11ed88b Accepting request 796651 from home:dmolkentin:netbox Tomáš Chvátal 2020-04-23 20:48:53 +00:00
  • a4dd5d4ae7 Accepting request 791106 from devel:languages:python:django Dominique Leuenberger 2020-04-05 18:52:38 +00:00
  • 1df6c0f524 Accepting request 791106 from devel:languages:python:django Dominique Leuenberger 2020-04-05 18:52:38 +00:00
  • 0349257ef9 - Update to 2.2.12: * Added the ability to handle .po files containing different plural equations for the same language (#30439). Tomáš Chvátal 2020-04-03 06:59:04 +00:00
  • 44fa5e986c - Update to 2.2.12: * Added the ability to handle .po files containing different plural equations for the same language (#30439). Tomáš Chvátal 2020-04-03 06:59:04 +00:00
  • b4a5c76532 Accepting request 786136 from devel:languages:python:django Dominique Leuenberger 2020-03-26 23:26:44 +00:00
  • 0b0750d2f6 Accepting request 786136 from devel:languages:python:django Dominique Leuenberger 2020-03-26 23:26:44 +00:00
  • 56c5e65c93 - update to 2.2.11 * fix boo#1165022 (CVE-2020-9402) Potential SQL injection via tolerance parameter in GIS functions and aggregates on Oracle * fix boo#1161919 (CVE-2020-7471) Potential SQL injection via `StringAgg(delimiter)` Ondřej Súkup 2020-03-18 11:01:54 +00:00
  • 58f901fb72 - update to 2.2.11 * fix boo#1165022 (CVE-2020-9402) Potential SQL injection via tolerance parameter in GIS functions and aggregates on Oracle * fix boo#1161919 (CVE-2020-7471) Potential SQL injection via `StringAgg(delimiter)` Ondřej Súkup 2020-03-18 11:01:54 +00:00
  • f1fb45b1a8 Accepting request 769928 from devel:languages:python:django Dominique Leuenberger 2020-02-06 12:19:21 +00:00
  • f6a460ae15 Accepting request 769928 from devel:languages:python:django Dominique Leuenberger 2020-02-06 12:19:21 +00:00
  • 9f6f318436 - add sqlite330.patch - fix sqlite 3.30 support Ondřej Súkup 2020-02-04 09:59:22 +00:00
  • 8e9e71b18d - add sqlite330.patch - fix sqlite 3.30 support Ondřej Súkup 2020-02-04 09:59:22 +00:00
  • 00f2109a41 Accepting request 764691 from devel:languages:python:django Dominique Leuenberger 2020-01-16 17:16:49 +00:00
  • a3700831c4 Accepting request 764691 from devel:languages:python:django Dominique Leuenberger 2020-01-16 17:16:49 +00:00
  • 7da22ed73a - add pyyaml53.patch - fix tests with PyYAML 5.3 Ondřej Súkup 2020-01-15 14:34:23 +00:00
  • 2de4e32d5f - add pyyaml53.patch - fix tests with PyYAML 5.3 Ondřej Súkup 2020-01-15 14:34:23 +00:00
  • ff02aecde6 Accepting request 759885 from devel:languages:python:django Dominique Leuenberger 2019-12-30 11:34:14 +00:00
  • 6755cd461b Accepting request 759885 from devel:languages:python:django Dominique Leuenberger 2019-12-30 11:34:14 +00:00
  • 6884fab3f7 * CVE-2019-19844: Potential account hijack via password reset form (bsc#1159447) Ondřej Súkup 2019-12-29 11:44:48 +00:00
  • b50896b214 * CVE-2019-19844: Potential account hijack via password reset form (bsc#1159447) Ondřej Súkup 2019-12-29 11:44:48 +00:00
  • 89d7878bb6 Accepting request 759880 from home:mimi_vx:branches:devel:languages:python:django Ondřej Súkup 2019-12-29 11:16:16 +00:00
  • 281ae8cd48 Accepting request 759880 from home:mimi_vx:branches:devel:languages:python:django Ondřej Súkup 2019-12-29 11:16:16 +00:00
  • ab8d5c7544 Accepting request 752876 from devel:languages:python:django Dominique Leuenberger 2019-12-07 14:11:57 +00:00
  • ef7e5f6c58 Accepting request 752876 from devel:languages:python:django Dominique Leuenberger 2019-12-07 14:11:57 +00:00
  • 1a863ea358 Accepting request 752866 from home:aplanas:branches:devel:languages:python:django Tomáš Chvátal 2019-12-02 11:27:04 +00:00
  • c3943700b3 Accepting request 752866 from home:aplanas:branches:devel:languages:python:django Tomáš Chvátal 2019-12-02 11:27:04 +00:00
  • 8062d05e18 Accepting request 748860 from devel:languages:python:django Dominique Leuenberger 2019-11-18 19:06:33 +00:00
  • 4f7a520196 Accepting request 748860 from devel:languages:python:django Dominique Leuenberger 2019-11-18 19:06:33 +00:00
  • 5824a53f04 - Update to 2.2.7: * Fixed a crash when using a contains, contained_by, has_key, has_keys, or has_any_keys lookup on JSONField, if the right or left hand side of an expression is a key transform (#30826). * Prevented migrate --plan from showing that RunPython operations are irreversible when reverse_code callables don’t have docstrings or when showing a forward migration plan (#30870). * Fixed migrations crash on PostgreSQL when adding an Index with fields ordering and opclasses (#30903). * Restored the ability to override get_FOO_display() (#30931). Tomáš Chvátal 2019-11-15 11:01:10 +00:00
  • c7b6bbb8b7 - Update to 2.2.7: * Fixed a crash when using a contains, contained_by, has_key, has_keys, or has_any_keys lookup on JSONField, if the right or left hand side of an expression is a key transform (#30826). * Prevented migrate --plan from showing that RunPython operations are irreversible when reverse_code callables don’t have docstrings or when showing a forward migration plan (#30870). * Fixed migrations crash on PostgreSQL when adding an Index with fields ordering and opclasses (#30903). * Restored the ability to override get_FOO_display() (#30931). Tomáš Chvátal 2019-11-15 11:01:10 +00:00
  • a242516680 - Require full python interpreter on build and runtime Tomáš Chvátal 2019-11-15 07:49:29 +00:00
  • 5096ece5ff - Require full python interpreter on build and runtime Tomáš Chvátal 2019-11-15 07:49:29 +00:00
  • cc6f952ab1 Accepting request 735855 from devel:languages:python:django Dominique Leuenberger 2019-11-04 16:03:50 +00:00
  • 6964596680 Accepting request 735855 from devel:languages:python:django Dominique Leuenberger 2019-11-04 16:03:50 +00:00
  • 568656c2c8 - Update to 2.2.6: * Fixed migrations crash on SQLite when altering a model containing partial indexes (#30754). * Fixed a regression in Django 2.2.4 that caused a crash when filtering with a Subquery() annotation of a queryset containing JSONField or HStoreField (#30769). Tomáš Chvátal 2019-10-07 13:20:58 +00:00
  • 1b8e08e9ea - Update to 2.2.6: * Fixed migrations crash on SQLite when altering a model containing partial indexes (#30754). * Fixed a regression in Django 2.2.4 that caused a crash when filtering with a Subquery() annotation of a queryset containing JSONField or HStoreField (#30769). Tomáš Chvátal 2019-10-07 13:20:58 +00:00
  • e5762c5b36 Accepting request 731244 from devel:languages:python:django Dominique Leuenberger 2019-09-23 10:18:02 +00:00
  • 6c15649e5e Accepting request 731244 from devel:languages:python:django Dominique Leuenberger 2019-09-23 10:18:02 +00:00
  • 4185b17123 - Update to 2.2.5: * Relaxed the system check added in Django 2.2 for models to reallow use of the same db_table by multiple models when database routers are installed (#30673). * Fixed crash of KeyTransform() for JSONField and HStoreField when using on expressions with params (#30672). * Fixed a regression in Django 2.2 where ModelAdmin.list_filter choices to foreign objects don’t respect a model’s Meta.ordering (#30449). * Fixed a race condition in loading URLconf module that could cause a crash of auto-reloader on Python 3.5 and below (#30500). Tomáš Chvátal 2019-09-16 10:28:49 +00:00
  • 61e7bf1e81 - Update to 2.2.5: * Relaxed the system check added in Django 2.2 for models to reallow use of the same db_table by multiple models when database routers are installed (#30673). * Fixed crash of KeyTransform() for JSONField and HStoreField when using on expressions with params (#30672). * Fixed a regression in Django 2.2 where ModelAdmin.list_filter choices to foreign objects don’t respect a model’s Meta.ordering (#30449). * Fixed a race condition in loading URLconf module that could cause a crash of auto-reloader on Python 3.5 and below (#30500). Tomáš Chvátal 2019-09-16 10:28:49 +00:00
  • 5e7f638d24 Accepting request 720189 from devel:languages:python:django Dominique Leuenberger 2019-08-07 11:56:04 +00:00
  • 067b36e416 Accepting request 720189 from devel:languages:python:django Dominique Leuenberger 2019-08-07 11:56:04 +00:00
  • 9b9fc4bf15 bsc#1142883 bsc#1142885 bsc#1142882 bsc#1142880 Tomáš Chvátal 2019-08-01 11:43:41 +00:00
  • 605a4ffeb9 bsc#1142883 bsc#1142885 bsc#1142882 bsc#1142880 Tomáš Chvátal 2019-08-01 11:43:41 +00:00
  • e6d42316c4 - Update to 2.2.4: * CVE-2019-14232 CVE-2019-14233 CVE-2019-14234 CVE-2019-14235 * Fixed a regression in Django 2.2 when ordering a QuerySet.union(), intersection(), or difference() by a field type present more than once results in the wrong ordering being used (#30628). * Fixed a migration crash on PostgreSQL when adding a check constraint with a contains lookup on DateRangeField or DateTimeRangeField, if the right hand side of an expression is the same type (#30621). * Fixed a regression in Django 2.2 where auto-reloader crashes if a file path contains nulls characters ('\x00') (#30506). * Fixed a regression in Django 2.2 where auto-reloader crashes if a translation directory cannot be resolved (#30647). Tomáš Chvátal 2019-08-01 11:30:44 +00:00
  • e4f3242d04 - Update to 2.2.4: * CVE-2019-14232 CVE-2019-14233 CVE-2019-14234 CVE-2019-14235 * Fixed a regression in Django 2.2 when ordering a QuerySet.union(), intersection(), or difference() by a field type present more than once results in the wrong ordering being used (#30628). * Fixed a migration crash on PostgreSQL when adding a check constraint with a contains lookup on DateRangeField or DateTimeRangeField, if the right hand side of an expression is the same type (#30621). * Fixed a regression in Django 2.2 where auto-reloader crashes if a file path contains nulls characters ('\x00') (#30506). * Fixed a regression in Django 2.2 where auto-reloader crashes if a translation directory cannot be resolved (#30647). Tomáš Chvátal 2019-08-01 11:30:44 +00:00
  • 7ded7dedff Accepting request 716616 from devel:languages:python:django Dominique Leuenberger 2019-07-21 09:32:24 +00:00
  • e7f47a734a Accepting request 716616 from devel:languages:python:django Dominique Leuenberger 2019-07-21 09:32:24 +00:00
  • 1975509111 - Update to 2.2.3: * CVE-2019-12781 (bsc#1139945): Incorrect HTTP detection with reverse-proxy connecting via HTTPS¶ Tomáš Chvátal 2019-07-18 17:26:36 +00:00
  • 50ecb47627 - Update to 2.2.3: * CVE-2019-12781 (bsc#1139945): Incorrect HTTP detection with reverse-proxy connecting via HTTPS¶ Tomáš Chvátal 2019-07-18 17:26:36 +00:00
  • 73b34dcdb3 Accepting request 707145 from devel:languages:python:django Dominique Leuenberger 2019-06-05 09:38:15 +00:00