Bump Python requirement Django to 4.1.4
-
Requires ponos!348 and ponos!377
-
Requires a
git tag base-django-4.1.4
to build the new base image. -
Closes #998 (closed), #999 (closed)
-
Removed all the
default_app_config
because they have been completely removed from this release and were deprecated before. -
The update changes all
SELECT (1) as "a"
toSELECT 1 as "a"
, which has no effect on the actual queries but changes the SQL validation. -
The
USE_L10N
setting has been removed because it is deprecated and will be removed in Django 5.0, and defaults toTrue
anyway. -
The
name=
oncached_property
has been removed because it was only needed for Python ≤ 3.6. -
TestCase.assertQuerysetEqual
has supported comparisons withoutrepr()
for a while, but now it no longer supports old comparisons withrepr()
at all. -
Fixed a DRF deprecation warning on the
set_context
method of custom serializer defaults as it could cause race conditions; replaced it withrequires_context
. -
1 warning remaining that would causemanage.py check
calls to fail (and therefore the infra script will break):documents.MetaData: (models.W045) Check constraint 'metadata_numeric_values' contains RawSQL() expression and won't be validated during the model full_clean(). HINT: Silence this warning if you don't care about it.
This is part of #1001 (closed).
Merge request reports
Activity
added python + 1 deleted label
added 57 commits
-
9080df35...425d8b58 - 56 commits from branch
master
- 4ee6e932 - Bump Python requirement Django to 4.0.6
By Teklia Bot on 2022-07-04T11:01:28 (imported from GitLab)
-
9080df35...425d8b58 - 56 commits from branch
added 42 commits
-
4ee6e932...3a84d29f - 41 commits from branch
master
- 4454db49 - Bump Python requirement Django to 4.1
By Teklia Bot on 2022-08-03T11:02:15 (imported from GitLab)
-
4ee6e932...3a84d29f - 41 commits from branch
added 75 commits
-
4454db49...a6506333 - 74 commits from branch
master
- 9cd8c3e7 - Bump Python requirement Django to 4.1.1
By Teklia Bot on 2022-09-05T11:01:22 (imported from GitLab)
-
4454db49...a6506333 - 74 commits from branch
added 31 commits
-
9cd8c3e7...b402b315 - 30 commits from branch
master
- 0ab61e34 - Bump Python requirement Django to 4.1.2
By Teklia Bot on 2022-10-04T11:02:02 (imported from GitLab)
-
9cd8c3e7...b402b315 - 30 commits from branch
added 38 commits
-
0ab61e34...5cf35ef7 - 37 commits from branch
master
- 0a8e4e8b - Bump Python requirement Django to 4.1.3
By Teklia Bot on 2022-11-01T11:01:25 (imported from GitLab)
-
0ab61e34...5cf35ef7 - 37 commits from branch
added 26 commits
-
0a8e4e8b...b6d62b82 - 25 commits from branch
master
- c3b38b40 - Bump Django 4.1.3
-
0a8e4e8b...b6d62b82 - 25 commits from branch
changed milestone to %Arkindex 1.3.6
requested review from @babadie
mentioned in merge request !1861 (merged)
- Resolved by Bastien Abadie
Can we silent the check for this specific call/model ? Or is it for the whole check on the backend ?
Edited by Ghost User
- Resolved by Bastien Abadie
I think the references to #1001 (closed) is invalid ?
Edited by Ghost User
added 8 commits
-
c3b38b40...cce65d73 - 7 commits from branch
master
- e39d5890 - Bump Django 4.1.3
-
c3b38b40...cce65d73 - 7 commits from branch
added 2 commits
New base build for 4.1.4 https://gitlab.com/teklia/arkindex/backend/-/pipelines/714701746