Skip to content

Commit

Permalink
Remove django.utils baseconv and datetime_safe modules (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
q0w authored Feb 25, 2024
1 parent 94f1e53 commit 1c3632f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 41 deletions.
22 changes: 0 additions & 22 deletions django-stubs/utils/baseconv.pyi

This file was deleted.

15 changes: 0 additions & 15 deletions django-stubs/utils/datetime_safe.pyi

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/stubtest/allowlist_todo_django50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,7 @@ django.test.client.AsyncClient.put
django.test.client.AsyncClient.trace
django.test.runner.DiscoverRunner.__init__
django.test.runner.RemoteTestResult.addDuration
django.utils.baseconv
django.utils.choices
django.utils.datetime_safe
django.utils.deprecation.RemovedInDjango50Warning
django.utils.deprecation.RemovedInDjango60Warning
django.utils.html.VOID_ELEMENTS
Expand Down
2 changes: 0 additions & 2 deletions tests/typecheck/test_import_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,15 +394,13 @@
import django.utils.archive
import django.utils.asyncio
import django.utils.autoreload
import django.utils.baseconv
import django.utils.cache
import django.utils.connection
import django.utils.crypto
import django.utils.datastructures
import django.utils.dateformat
import django.utils.dateparse
import django.utils.dates
import django.utils.datetime_safe
import django.utils.deconstruct
import django.utils.decorators
import django.utils.deprecation
Expand Down

0 comments on commit 1c3632f

Please sign in to comment.