diff options
author | Alan Rominger <arominge@redhat.com> | 2023-09-26 18:09:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 18:09:30 +0200 |
commit | 770cc10a78aa7fc557ba1367616a6ee25e458e8f (patch) | |
tree | 7dd3e212b8ca0d743c509f0f9ba2d41b14ab986c /requirements | |
parent | Add null value handling in create_partition (#14480) (diff) | |
download | awx-770cc10a78aa7fc557ba1367616a6ee25e458e8f.tar.xz awx-770cc10a78aa7fc557ba1367616a6ee25e458e8f.zip |
Get rid of names_digest hack no longer needed (#14459)23.2.0
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/README.md | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/requirements/README.md b/requirements/README.md index 6b77e3b01a..f23e62458c 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -59,13 +59,8 @@ for instructions. If operating in a FIPS environment, `hashlib.md5()` will raise a `ValueError`, but will support the `usedforsecurity` keyword on RHEL and Centos systems. - -Keep an eye on https://code.djangoproject.com/ticket/28401 - -The override of `names_digest` could easily be broken in a future version. -Check that the import remains the same in the desired version. - -https://github.com/django/django/blob/af5ec222ccd24e81f9fec6c34836a4e503e7ccf7/django/db/backends/base/schema.py#L7 +This used to be a problem with `names_digest` function in Django, but +was fixed upstream in Django 4.1. ### django-split-settings @@ -172,4 +167,3 @@ available on PyPi with source distribution. Version 4.8 makes us a little bit nervous with changes to `searchwindowsize` https://github.com/pexpect/pexpect/pull/579/files Pin to `pexpect==4.7.x` until we have more time to move to `4.8` and test. - |