Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.0: Remove django.utils baseconv and datetime_safe modules #1977

Merged
merged 1 commit into from
Feb 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -254,9 +254,7 @@ django.test.client.AsyncClient.trace
django.test.runner.DiscoverRunner.__init__
django.test.runner.DiscoverRunner.run_tests
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