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

Bump django from 5.0.8 to 5.1 #2347

Merged
merged 2 commits into from
Aug 21, 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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pytest-shard==0.1.2
# Django deps:
psycopg2-binary
Django==4.2.13; python_version < '3.10'
Django==5.0.8; python_version >= '3.10'
Django==5.1; python_version >= '3.10'
-e ./ext
-e .[redis,compatible-mypy,oracle]

Expand Down
2 changes: 1 addition & 1 deletion scripts/stubtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ stubtest django \
--ignore-positional-only \
--allowlist scripts/stubtest/allowlist.txt \
--allowlist scripts/stubtest/allowlist_todo.txt \
--allowlist scripts/stubtest/allowlist_todo_django50.txt
--allowlist scripts/stubtest/allowlist_todo_django51.txt
13 changes: 0 additions & 13 deletions scripts/stubtest/allowlist_todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# Unsorted: there are real problems and things we can really ignore.

django.__main__
django.conf.DEFAULT_FILE_STORAGE_DEPRECATED_MSG
django.conf.LazySettings.DEFAULT_FILE_STORAGE
django.conf.LazySettings.STATICFILES_STORAGE
django.conf.STATICFILES_STORAGE_DEPRECATED_MSG
django.conf.global_settings.gettext_noop
django.conf.urls.url
django.contrib.admin.FieldListFilter.title
Expand Down Expand Up @@ -86,10 +82,7 @@ django.contrib.auth.forms.BaseUserCreationForm.declared_fields
django.contrib.auth.forms.UserChangeForm.declared_fields
django.contrib.auth.forms.UserCreationForm.declared_fields
django.contrib.auth.hashers.Argon2PasswordHasher.params
django.contrib.auth.hashers.SHA1PasswordHasher.__init__
django.contrib.auth.hashers.ScryptPasswordHasher
django.contrib.auth.hashers.UnsaltedMD5PasswordHasher.__init__
django.contrib.auth.hashers.UnsaltedSHA1PasswordHasher.__init__
django.contrib.auth.hashers.must_update_salt
django.contrib.auth.hashers.reset_hashers
django.contrib.auth.management.commands.createsuperuser.Command.get_input_data
Expand Down Expand Up @@ -445,8 +438,6 @@ django.contrib.gis.gdal.raster.const.VSI_FILESYSTEM_PREFIX
django.contrib.gis.gdal.raster.const.VSI_MEM_FILESYSTEM_BASE_PATH
django.contrib.gis.gdal.srs.SpatialReference.pretty_wkt
django.contrib.gis.gdal.srs.SpatialReference.xml
django.contrib.gis.geoip2.GeoIP2
django.contrib.gis.geoip2.GeoIP2Exception
django.contrib.gis.geoip2.base
django.contrib.gis.geos.Point.tuple
django.contrib.gis.geos.geometry.GEOSGeometryBase.geojson
Expand All @@ -467,11 +458,9 @@ django.contrib.messages.storage.cookie.CookieStorage.key_salt
django.contrib.messages.storage.cookie.MessageDecoder.decode
django.contrib.messages.storage.cookie.MessageEncoder.default
django.contrib.postgres.fields.ArrayField.formfield
django.contrib.postgres.fields.CIText.__init__
django.contrib.postgres.fields.HStoreField.formfield
django.contrib.postgres.fields.RangeField.formfield
django.contrib.postgres.fields.array.ArrayField.formfield
django.contrib.postgres.fields.citext.CIText.__init__
django.contrib.postgres.fields.hstore.HStoreField.formfield
django.contrib.postgres.fields.ranges.RangeField.formfield
django.contrib.postgres.forms.BaseRangeField.hidden_widget
Expand Down Expand Up @@ -561,7 +550,6 @@ django.db.backends.mysql.schema.DatabaseSchemaEditor.sql_alter_column_comment
django.db.backends.oracle.features.DatabaseFeatures.introspected_field_types
django.db.backends.oracle.features.DatabaseFeatures.supports_collation_on_charfield
django.db.backends.postgresql.base.DatabaseWrapper.Database
django.db.backends.postgresql.base.DatabaseWrapper.ensure_role
django.db.backends.postgresql.base.DatabaseWrapper.ops
django.db.backends.postgresql.base.DatabaseWrapper.tzinfo_factory
django.db.backends.postgresql.base.INETARRAY
Expand Down Expand Up @@ -612,7 +600,6 @@ django.db.backends.utils.names_digest
django.db.backends.utils.split_tzname_delta
django.db.connection
django.db.migrations.Migration.suggest_name
django.db.migrations.autodetector.MigrationAutodetector.generate_removed_altered_index_together
django.db.migrations.graph.Node.__ge__
django.db.migrations.graph.Node.__gt__
django.db.migrations.graph.Node.__le__
Expand Down
38 changes: 0 additions & 38 deletions scripts/stubtest/allowlist_todo_django50.txt

This file was deleted.

Loading
Loading