#32712: Depracate the  django.utils.baseconv module.
------------------------------------------------+------------------------
               Reporter:  Mariusz Felisiak      |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  Utilities             |        Version:  3.2
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 `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
 [https://github.com/django/django/pull/14339#issuecomment-831342700
 comment]).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32712>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.5018a3c09b28b06742a9ba45a33b670d%40djangoproject.com.

Reply via email to