Depracate the django.utils.baseconv module.
django.utils.baseconv
is a private and undocumented module. Only django.utils.baseconv.base62
is used internally so it's probably better to deprecate it (and remove in Django 5.0) and define base62.encode()
and decode()
functions in django.core.signing
instead (see comment).
Change History
(5)
Has patch: |
set
|
Owner: |
changed from nobody to Hasan Ramezani
|
Patch needs improvement: |
set
|
Status: |
new → assigned
|
Triage Stage: |
Unreviewed → Accepted
|
Patch needs improvement: |
unset
|
Triage Stage: |
Accepted → Ready for checkin
|
Version: |
3.2 → 4.0
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
PR