Created
July 23, 2025 14:00
-
-
Save lolpack/784b1649f6e786f55c6a61a1ec813448 to your computer and use it in GitHub Desktop.
Pyrefly autotype django
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ERROR Could not find name `Module` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/conf/__init__.py:105:43 | |
| | | |
| 105 | def configure(self, default_settings: Module[django.conf.global_settings]=global_settings, **options) -> None: | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `cls` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:25:27 | |
| | | |
| 25 | return issubclass(cls, classinfo) | |
| | ^^^ | |
| | | |
| ERROR Could not find name `classinfo` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:25:32 | |
| | | |
| 25 | return issubclass(cls, classinfo) | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:178:50 | |
| | | |
| 178 | def check(self, admin_obj, **kwargs) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:195:55 | |
| | | |
| 195 | def _check_autocomplete_fields(self, obj) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:269:49 | |
| | | |
| 269 | def _check_raw_id_fields(self, obj) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:376:85 | |
| | | |
| 376 | def _check_fieldsets_item(self, obj, fieldset, label: str, seen_fields) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:510:51 | |
| | | |
| 510 | def _check_filter_vertical(self, obj) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:526:53 | |
| | | |
| 526 | def _check_filter_horizontal(self, obj) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:570:48 | |
| | | |
| 570 | def _check_radio_fields(self, obj) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:641:55 | |
| | | |
| 641 | def _check_prepopulated_fields(self, obj) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:688:73 | |
| | | |
| 688 | def _check_prepopulated_fields_value(self, obj, val, label) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:856:43 | |
| | | |
| 856 | def _check_inlines(self, obj) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:909:48 | |
| | | |
| 909 | def _check_list_display(self, obj) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:1000:47 | |
| | | |
| 1000 | def _check_list_filter(self, obj) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:1105:49 | |
| | | |
| 1105 | def _check_list_editable(self, obj) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:1259:51 | |
| | | |
| 1259 | def check(self, inline_obj, **kwargs) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:1349:49 | |
| | | |
| 1349 | def must_be(type: str, option, obj, id) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:1359:56 | |
| | | |
| 1359 | def must_inherit_from(parent, option, obj, id) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/checks.py:1369:60 | |
| | | |
| 1369 | def refer_to_missing_field(field, option, obj, id) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Count` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/filters.py:275:70 | |
| | | |
| 275 | def get_facet_counts(self, pk_attname, filtered_qs) -> dict[str, Count]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Count` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/filters.py:347:70 | |
| | | |
| 347 | def get_facet_counts(self, pk_attname, filtered_qs) -> dict[str, Count]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Count` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/filters.py:412:70 | |
| | | |
| 412 | def get_facet_counts(self, pk_attname, filtered_qs) -> dict[str, Count]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Count` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/filters.py:535:70 | |
| | | |
| 535 | def get_facet_counts(self, pk_attname, filtered_qs) -> dict[str, Count]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Count` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/filters.py:587:70 | |
| | | |
| 587 | def get_facet_counts(self, pk_attname, filtered_qs) -> dict[str, Count]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Node` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/filters.py:669:39 | |
| | | |
| 669 | def get_lookup_condition(self) -> Node: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `Count` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/filters.py:691:70 | |
| | | |
| 691 | def get_facet_counts(self, pk_attname, filtered_qs) -> dict[str, Count]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Media` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/helpers.py:119:24 | |
| | | |
| 119 | def media(self) -> Media: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/options.py:148:39 | |
| | | |
| 148 | def check(self, **kwargs) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `ForeignKey` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/options.py:268:50 | |
| | | |
| 268 | def formfield_for_foreignkey(self, db_field: ForeignKey, request, **kwargs): | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `ManyToManyField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/options.py:300:50 | |
| | | |
| 300 | def formfield_for_manytomany(self, db_field: ManyToManyField, request, **kwargs): | |
| | ^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `URLPattern` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/options.py:705:32 | |
| | | |
| 705 | def get_urls(self) -> list[URLPattern | URLResolver]: | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `URLResolver` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/options.py:705:45 | |
| | | |
| 705 | def get_urls(self) -> list[URLPattern | URLResolver]: | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `URLPattern` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/options.py:747:28 | |
| | | |
| 747 | def urls(self) -> list[URLPattern | URLResolver]: | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `URLResolver` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/options.py:747:41 | |
| | | |
| 747 | def urls(self) -> list[URLPattern | URLResolver]: | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Media` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/options.py:751:24 | |
| | | |
| 751 | def media(self) -> Media: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `ChangeList` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/options.py:837:57 | |
| | | |
| 837 | def get_changelist(self, request, **kwargs) -> type[ChangeList]: | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `ChangeList` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/options.py:845:85 | |
| | | |
| 845 | def get_changelist_instance(self, request: SelectMultiple | str | tuple[()]) -> ChangeList: | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Media` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/options.py:2382:24 | |
| | | |
| 2382 | def media(self) -> Media: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `URLPattern` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/sites.py:257:32 | |
| | | |
| 257 | def get_urls(self) -> list[URLPattern | URLResolver]: | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `URLResolver` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/sites.py:257:45 | |
| | | |
| 257 | def get_urls(self) -> list[URLPattern | URLResolver]: | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Media` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admin/widgets.py:574:24 | |
| | | |
| 574 | def media(self) -> Media: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `SimpleLazyObject` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/admindocs/utils.py:204:42 | |
| | | |
| 204 | def _find_groups(pattern, group_matcher: SimpleLazyObject): | |
| | ^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `URLPattern` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/admin.py:97:32 | |
| | | |
| 97 | def get_urls(self) -> list[URLPattern | URLResolver]: | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `URLResolver` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/admin.py:97:45 | |
| | | |
| 97 | def get_urls(self) -> list[URLPattern | URLResolver]: | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/forms.py:89:40 | |
| | | |
| 89 | def create_password_fields(label1: __proxy__=_("Password"), label2: __proxy__=_("Password confirmation")) -> tuple[CharField, Ch... | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/forms.py:89:73 | |
| | | |
| 89 | def create_password_fields(label1: __proxy__=_("Password"), label2: __proxy__=_("Password confirmation")) -> tuple[CharField, Ch... | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/forms.py:89:120 | |
| | | |
| 89 | def create_password_fields(label1: __proxy__=_("Password"), label2: __proxy__=_("Password confirmation")) -> tuple[CharField, Ch... | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/forms.py:89:131 | |
| | | |
| 89 | ...: __proxy__=_("Password confirmation")) -> tuple[CharField, CharField]: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/forms.py:152:49 | |
| | | |
| 152 | def create_usable_password_field(help_text: __proxy__=usable_password_help_text) -> ChoiceField: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `ChoiceField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/forms.py:152:89 | |
| | | |
| 152 | def create_usable_password_field(help_text: __proxy__=usable_password_help_text) -> ChoiceField: | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `PasswordResetTokenGenerator` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/forms.py:447:26 | |
| | | |
| 447 | token_generator: PasswordResetTokenGenerator=default_token_generator, | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `ModuleType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/hashers.py:219:32 | |
| | | |
| 219 | def _load_library(self) -> ModuleType: | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Apps` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/management/__init__.py:43:11 | |
| | | |
| 43 | apps: Apps=global_apps, | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `HttpResponseRedirect` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/middleware.py:53:75 | |
| | | |
| 53 | def process_view(self, request, view_func, view_args, view_kwargs) -> HttpResponseRedirect | None: | |
| | ^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `HttpResponseRedirect` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/middleware.py:75:59 | |
| | | |
| 75 | def handle_no_permission(self, request, view_func) -> HttpResponseRedirect: | |
| | ^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `HttpResponseRedirect` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/mixins.py:46:39 | |
| | | |
| 46 | def handle_no_permission(self) -> HttpResponseRedirect: | |
| | ^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/models.py:133:26 | |
| | | |
| 133 | def __str__(self) -> CharField: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/models.py:136:36 | |
| | | |
| 136 | def natural_key(self) -> tuple[CharField]: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/models.py:508:33 | |
| | | |
| 508 | def get_short_name(self) -> CharField: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TemplateResponse` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/auth/views.py:135:72 | |
| | | |
| 135 | def post(self, request, *args, **kwargs) -> HttpResponseRedirect | TemplateResponse: | |
| | ^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/contenttypes/fields.py:76:39 | |
| | | |
| 76 | def check(self, **kwargs) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `GenericRelatedObjectManager` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/contenttypes/fields.py:565:43 | |
| | | |
| 565 | def related_manager_cls(self) -> type[GenericRelatedObjectManager]: | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `GenericRelatedObjectManager` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/contenttypes/fields.py:572:61 | |
| | | |
| 572 | def create_generic_related_manager(superclass, rel) -> type[GenericRelatedObjectManager]: | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Apps` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/contenttypes/management/__init__.py:47:22 | |
| | | |
| 47 | plan=None, apps: Apps=global_apps, using: str=DEFAULT_DB_ALIAS, **kwargs | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `Apps` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/contenttypes/management/__init__.py:111:11 | |
| | | |
| 111 | apps: Apps=global_apps, | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/contenttypes/models.py:145:26 | |
| | | |
| 145 | def __str__(self) -> CharField | str: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/contenttypes/models.py:149:23 | |
| | | |
| 149 | def name(self) -> CharField | str: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/contenttypes/models.py:156:35 | |
| | | |
| 156 | def app_labeled_name(self) -> CharField | str: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/contenttypes/models.py:187:36 | |
| | | |
| 187 | def natural_key(self) -> tuple[CharField, CharField]: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/contenttypes/models.py:187:47 | |
| | | |
| 187 | def natural_key(self) -> tuple[CharField, CharField]: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `HttpResponseRedirect` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/flatpages/views.py:49:51 | |
| | | |
| 49 | def render_flatpage(request, f) -> HttpResponse | HttpResponseRedirect: | |
| | ^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `SpatialReference` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/base/models.py:12:22 | |
| | | |
| 12 | def srs(self) -> SpatialReference: | |
| | ^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Extent` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/mysql/operations.py:68:51 | |
| | | |
| 68 | def disallowed_aggregates(self) -> tuple[type[Extent] | type[Extent3D] | type[MakeLine] | type[Union], ...]: | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `Extent3D` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/mysql/operations.py:68:66 | |
| | | |
| 68 | def disallowed_aggregates(self) -> tuple[type[Extent] | type[Extent3D] | type[MakeLine] | type[Union], ...]: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `MakeLine` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/mysql/operations.py:68:83 | |
| | | |
| 68 | def disallowed_aggregates(self) -> tuple[type[Extent] | type[Extent3D] | type[MakeLine] | type[Union], ...]: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `Union` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/mysql/operations.py:68:100 | |
| | | |
| 68 | def disallowed_aggregates(self) -> tuple[type[Extent] | type[Extent3D] | type[MakeLine] | type[Union], ...]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Statement` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/mysql/schema.py:110:58 | |
| | | |
| 110 | def _delete_spatial_index_sql(self, model, field) -> Statement: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `OracleGeometryColumns` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/oracle/operations.py:219:40 | |
| | | |
| 219 | def geometry_columns(self) -> type[OracleGeometryColumns]: | |
| | ^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `OracleSpatialRefSys` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/oracle/operations.py:224:39 | |
| | | |
| 224 | def spatial_ref_sys(self) -> type[OracleSpatialRefSys]: | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Statement` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/oracle/schema.py:43:56 | |
| | | |
| 43 | def _field_indexes_sql(self, model, field) -> list[Statement] | list[str]: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Statement` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/oracle/schema.py:149:58 | |
| | | |
| 149 | def _delete_spatial_index_sql(self, model, field) -> Statement: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `PostGISTextDumper` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/postgis/base.py:49:71 | |
| | | |
| 49 | def postgis_adapters(geo_oid, geog_oid, raster_oid) -> tuple[type[PostGISTextDumper], type[PostGISBinaryDumper]]: | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `PostGISBinaryDumper` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/postgis/base.py:49:96 | |
| | | |
| 49 | def postgis_adapters(geo_oid, geog_oid, raster_oid) -> tuple[type[PostGISTextDumper], type[PostGISBinaryDumper]]: | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/postgis/models.py:72:22 | |
| | | |
| 72 | def wkt(self) -> CharField: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Statement` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/postgis/schema.py:26:69 | |
| | | |
| 26 | def _create_index_sql(self, model, *, fields=None, **kwargs) -> Statement: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Statement` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/postgis/schema.py:98:68 | |
| | | |
| 98 | def _create_spatial_index_sql(self, model, field, **kwargs) -> Statement: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Statement` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/postgis/schema.py:122:58 | |
| | | |
| 122 | def _delete_spatial_index_sql(self, model, field) -> Statement: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/spatialite/models.py:70:22 | |
| | | |
| 70 | def wkt(self) -> CharField: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `SpatialiteGeometryColumns` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/spatialite/operations.py:210:40 | |
| | | |
| 210 | def geometry_columns(self) -> type[SpatialiteGeometryColumns]: | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `SpatialiteSpatialRefSys` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/spatialite/operations.py:217:39 | |
| | | |
| 217 | def spatial_ref_sys(self) -> type[SpatialiteSpatialRefSys]: | |
| | ^^^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `GeometryField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/backends/spatialite/schema.py:39:40 | |
| | | |
| 39 | def column_sql(self, model, field: GeometryField, include_default=False): | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `GDALRaster` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/models/fields.py:145:29 | |
| | | |
| 145 | def get_srid(self, obj: GDALRaster | GEOSGeometry): | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `GDALRaster` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/models/fields.py:170:67 | |
| | | |
| 170 | def get_raster_prep_value(self, value, is_candidate: bool) -> GDALRaster | None: | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `GDALRaster` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/db/models/fields.py:189:40 | |
| | | |
| 189 | def get_prep_value(self, value) -> GDALRaster | GEOSGeometry | None: | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `GEOSGeometry` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/geometries.py:363:23 | |
| | | |
| 363 | def geos(self) -> GEOSGeometry: | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `OFTBinary` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:151:40 | |
| | | |
| 151 | def field_types(self) -> list[type[OFTBinary] | type[OFTDate] | type[OFTDateTime] | type[OFTInteger] | type[OFTInteger64] | typ... | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `OFTDate` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:151:58 | |
| | | |
| 151 | def field_types(self) -> list[type[OFTBinary] | type[OFTDate] | type[OFTDateTime] | type[OFTInteger] | type[OFTInteger64] | typ... | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `OFTDateTime` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:151:74 | |
| | | |
| 151 | def field_types(self) -> list[type[OFTBinary] | type[OFTDate] | type[OFTDateTime] | type[OFTInteger] | type[OFTInteger64] | typ... | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `OFTInteger` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:151:94 | |
| | | |
| 151 | def field_types(self) -> list[type[OFTBinary] | type[OFTDate] | type[OFTDateTime] | type[OFTInteger] | type[OFTInteger64] | typ... | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `OFTInteger64` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:151:113 | |
| | | |
| 151 | def field_types(self) -> list[type[OFTBinary] | type[OFTDate] | type[OFTDateTime] | type[OFTInteger] | type[OFTInteger64] | typ... | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `OFTInteger64List` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:151:134 | |
| | | |
| 151 | ...ateTime] | type[OFTInteger] | type[OFTInteger64] | type[OFTInteger64List] | type[OFTIntegerList] | type[OFTReal] | type[OFTRealL... | |
| | ^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `OFTIntegerList` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:151:159 | |
| | | |
| 151 | ...er] | type[OFTInteger64] | type[OFTInteger64List] | type[OFTIntegerList] | type[OFTReal] | type[OFTRealList] | type[OFTString] |... | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `OFTReal` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:151:182 | |
| | | |
| 151 | ...r64] | type[OFTInteger64List] | type[OFTIntegerList] | type[OFTReal] | type[OFTRealList] | type[OFTString] | type[OFTStringList]... | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `OFTRealList` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:151:198 | |
| | | |
| 151 | ...eger64List] | type[OFTIntegerList] | type[OFTReal] | type[OFTRealList] | type[OFTString] | type[OFTStringList] | type[OFTTime] |... | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `OFTString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:151:218 | |
| | | |
| 151 | ...OFTIntegerList] | type[OFTReal] | type[OFTRealList] | type[OFTString] | type[OFTStringList] | type[OFTTime] | type[OFTWideString... | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `OFTStringList` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:151:236 | |
| | | |
| 151 | ...pe[OFTReal] | type[OFTRealList] | type[OFTString] | type[OFTStringList] | type[OFTTime] | type[OFTWideString] | type[OFTWideStri... | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `OFTTime` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:151:258 | |
| | | |
| 151 | ...OFTRealList] | type[OFTString] | type[OFTStringList] | type[OFTTime] | type[OFTWideString] | type[OFTWideStringList]]: | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `OFTWideString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:151:274 | |
| | | |
| 151 | ...[OFTString] | type[OFTStringList] | type[OFTTime] | type[OFTWideString] | type[OFTWideStringList]]: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `OFTWideStringList` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:151:296 | |
| | | |
| 151 | ...ringList] | type[OFTTime] | type[OFTWideString] | type[OFTWideStringList]]: | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `GEOSGeometry` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/layer.py:214:51 | |
| | | |
| 214 | def get_geoms(self, geos: bool=False) -> list[GEOSGeometry] | list[OGRGeometry]: | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_CFunctionType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/libgdal.py:134:41 | |
| | | |
| 134 | def function(name: str, args: list[type[_CFunctionType]], restype: type[_CFunctionType]): | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_CFunctionType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/libgdal.py:134:73 | |
| | | |
| 134 | def function(name: str, args: list[type[_CFunctionType]], restype: type[_CFunctionType]): | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_NamedFuncPointer` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/prototypes/geom.py:19:17 | |
| | | |
| 19 | def env_func(f: _NamedFuncPointer, argtypes: list[type[c_void_p] | type[_Pointer[OGREnvelope]]]): | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_Pointer` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/prototypes/geom.py:19:73 | |
| | | |
| 19 | def env_func(f: _NamedFuncPointer, argtypes: list[type[c_void_p] | type[_Pointer[OGREnvelope]]]): | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `_NamedFuncPointer` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/prototypes/geom.py:27:17 | |
| | | |
| 27 | def pnt_func(f: _NamedFuncPointer): | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_NamedFuncPointer` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/prototypes/geom.py:32:22 | |
| | | |
| 32 | def topology_func(f: _NamedFuncPointer): | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_NamedFuncPointer` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/prototypes/srs.py:15:19 | |
| | | |
| 15 | def srs_double(f: _NamedFuncPointer): | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_NamedFuncPointer` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/prototypes/srs.py:23:19 | |
| | | |
| 23 | def units_func(f: _NamedFuncPointer): | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `c_void_p` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/srs.py:299:33 | |
| | | |
| 299 | def import_epsg(self, epsg: c_void_p | int | str) -> None: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `c_void_p` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/gdal/srs.py:307:45 | |
| | | |
| 307 | def import_user_input(self, user_input: c_void_p | int | str) -> None: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `Point` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/geoip2.py:225:30 | |
| | | |
| 225 | def geos(self, query) -> Point: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `OGRGeometry` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/geos/geometry.py:468:22 | |
| | | |
| 468 | def ogr(self) -> OGRGeometry: | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `SpatialReference` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/geos/geometry.py:473:22 | |
| | | |
| 473 | def srs(self) -> SpatialReference | None: | |
| | ^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `SpatialReference` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/geos/geometry.py:483:22 | |
| | | |
| 483 | def crs(self) -> SpatialReference | None: | |
| | ^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `GEOSFunc` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/geos/libgeos.py:157:23 | |
| | | |
| 157 | def func(self) -> GEOSFunc: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `HttpResponse` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/sitemaps/views.py:10:92 | |
| | | |
| 10 | def kml(request, label, model, field_name=None, compress=False, using=DEFAULT_DB_ALIAS) -> HttpResponse: | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `HttpResponse` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/gis/sitemaps/views.py:61:81 | |
| | | |
| 61 | def kmz(request, label, model, field_name=None, using: str=DEFAULT_DB_ALIAS) -> HttpResponse: | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `BaseExpression` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/postgres/constraints.py:71:64 | |
| | | |
| 71 | def _get_expressions(self, schema_editor, query: Query) -> BaseExpression: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Session` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/sessions/backends/db.py:21:38 | |
| | | |
| 21 | def get_model_class(cls) -> type[Session]: | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `Session` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/sessions/backends/db.py:29:29 | |
| | | |
| 29 | def model(self) -> type[Session]: | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `LiteralString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/sessions/backends/file.py:47:49 | |
| | | |
| 47 | def _key_to_file(self, session_key=None) -> LiteralString: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/sessions/base_session.py:39:26 | |
| | | |
| 39 | def __str__(self) -> CharField: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `SessionStore` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/sessions/models.py:29:46 | |
| | | |
| 29 | def get_session_store_class(cls) -> type[SessionStore]: | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Paginator` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/sitemaps/__init__.py:72:28 | |
| | | |
| 72 | def paginator(self) -> Paginator: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Apps` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/sites/management.py:16:11 | |
| | | |
| 16 | apps: Apps=global_apps, | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/sites/models.py:96:26 | |
| | | |
| 96 | def __str__(self) -> CharField: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/sites/models.py:99:36 | |
| | | |
| 99 | def natural_key(self) -> tuple[CharField]: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `LiteralString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/staticfiles/finders.py:172:57 | |
| | | |
| 172 | def find_location(self, root, path, prefix=None) -> LiteralString | None: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `FileResponse` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/staticfiles/handlers.py:48:33 | |
| | | |
| 48 | def serve(self, request) -> FileResponse | HttpResponse | HttpResponseNotModified: | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `HttpResponse` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/staticfiles/handlers.py:48:48 | |
| | | |
| 48 | def serve(self, request) -> FileResponse | HttpResponse | HttpResponseNotModified: | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `HttpResponseNotModified` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/staticfiles/handlers.py:48:63 | |
| | | |
| 48 | def serve(self, request) -> FileResponse | HttpResponse | HttpResponseNotModified: | |
| | ^^^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `LiteralString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/staticfiles/storage.py:37:29 | |
| | | |
| 37 | def path(self, name) -> LiteralString: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `FileResponse` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/staticfiles/views.py:16:61 | |
| | | |
| 16 | def serve(request, path, insecure: bool=False, **kwargs) -> FileResponse | HttpResponse | HttpResponseNotModified: | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `HttpResponse` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/staticfiles/views.py:16:76 | |
| | | |
| 16 | def serve(request, path, insecure: bool=False, **kwargs) -> FileResponse | HttpResponse | HttpResponseNotModified: | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `HttpResponseNotModified` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/staticfiles/views.py:16:91 | |
| | | |
| 16 | def serve(request, path, insecure: bool=False, **kwargs) -> FileResponse | HttpResponse | HttpResponseNotModified: | |
| | ^^^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Rss201rev2Feed` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/contrib/syndication/views.py:135:41 | |
| | | |
| 135 | def get_feed(self, obj, request) -> Rss201rev2Feed: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `BufferedRandom` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/cache/backends/filebased.py:42:36 | |
| | | |
| 42 | def _write_content(self, file: BufferedRandom | BufferedWriter, timeout, value) -> None: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `BufferedWriter` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/cache/backends/filebased.py:42:53 | |
| | | |
| 42 | def _write_content(self, file: BufferedRandom | BufferedWriter, timeout, value) -> None: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `BufferedRandom` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/cache/backends/filebased.py:149:30 | |
| | | |
| 149 | def _is_expired(self, f: BufferedRandom | BufferedReader[_BufferedReaderStream]) -> bool: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `BufferedReader` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/cache/backends/filebased.py:149:47 | |
| | | |
| 149 | def _is_expired(self, f: BufferedRandom | BufferedReader[_BufferedReaderStream]) -> bool: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_BufferedReaderStream` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/cache/backends/filebased.py:149:62 | |
| | | |
| 149 | def _is_expired(self, f: BufferedRandom | BufferedReader[_BufferedReaderStream]) -> bool: | |
| | ^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Apps` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/checks/model_checks.py:93:34 | |
| | | |
| 93 | def _check_lazy_references(apps: Apps, ignore=None): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `check` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/checks/registry.py:65:21 | |
| | | |
| 65 | if callable(check): | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `inner` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/checks/registry.py:66:20 | |
| | | |
| 66 | return inner(check) | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `check` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/checks/registry.py:66:26 | |
| | | |
| 66 | return inner(check) | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `check` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/checks/registry.py:68:16 | |
| | | |
| 68 | if check: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `tags` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/checks/registry.py:69:17 | |
| | | |
| 69 | tags += (check,) | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `check` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/checks/registry.py:69:26 | |
| | | |
| 69 | tags += (check,) | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `inner` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/checks/registry.py:70:20 | |
| | | |
| 70 | return inner | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `URLResolver` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/checks/urls.py:20:30 | |
| | | |
| 20 | def check_resolver(resolver: URLResolver): | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `URLResolver` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/checks/urls.py:59:36 | |
| | | |
| 59 | def _load_all_namespaces(resolver: URLResolver, parents=()) -> list[str]: | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_NotImplementedType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/exceptions.py:225:32 | |
| | | |
| 225 | def __eq__(self, other) -> _NotImplementedType | bool: | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `LiteralString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/files/storage/filesystem.py:150:52 | |
| | | |
| 150 | def _ensure_location_group_id(self, full_path: LiteralString) -> None: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `LiteralString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/files/storage/filesystem.py:160:28 | |
| | | |
| 160 | def delete(self, name: LiteralString) -> None: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `LiteralString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/files/storage/filesystem.py:199:34 | |
| | | |
| 199 | def path(self, name: str) -> LiteralString: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `LiteralString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/files/storage/memory.py:255:29 | |
| | | |
| 255 | def path(self, name) -> LiteralString: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TemporaryFile` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/files/uploadedfile.py:32:25 | |
| | | |
| 32 | file: BytesIO | TemporaryFile | _TemporaryFileWrapper[bytes] | None=None, | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_TemporaryFileWrapper` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/files/uploadedfile.py:32:41 | |
| | | |
| 32 | file: BytesIO | TemporaryFile | _TemporaryFileWrapper[bytes] | None=None, | |
| | ^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `MultiValueDict` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/handlers/asgi.py:122:29 | |
| | | |
| 122 | def _get_files(self) -> MultiValueDict: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `SpooledTemporaryFile` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/handlers/asgi.py:282:48 | |
| | | |
| 282 | def create_request(self, scope, body_file: SpooledTemporaryFile[bytes]) -> tuple[ASGIRequest, None] | tuple[None, HttpResponse]... | |
| | ^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `ResolverMatch` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/handlers/base.py:300:43 | |
| | | |
| 300 | def resolve_request(self, request) -> ResolverMatch: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `URLResolver` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/handlers/exception.py:162:47 | |
| | | |
| 162 | def get_exception_response(request, resolver: URLResolver, status_code: int, exception: BadRequest | Http404 | MultiPartParserError... | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `URLResolver` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/handlers/exception.py:173:50 | |
| | | |
| 173 | def handle_uncaught_exception(request, resolver: URLResolver, exc_info: tuple[type[BaseException], BaseException, TracebackType] | ... | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TracebackType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/handlers/exception.py:173:115 | |
| | | |
| 173 | def handle_uncaught_exception(request, resolver: URLResolver, exc_info: tuple[type[BaseException], BaseException, TracebackType] | ... | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `MultiValueDict` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/handlers/wsgi.py:105:24 | |
| | | |
| 105 | def FILES(self) -> MultiValueDict: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `SMTP` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/mail/backends/smtp.py:56:40 | |
| | | |
| 56 | def connection_class(self) -> type[SMTP] | type[SMTP_SSL]: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `SMTP_SSL` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/mail/backends/smtp.py:56:53 | |
| | | |
| 56 | def connection_class(self) -> type[SMTP] | type[SMTP_SSL]: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `SSLContext` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/mail/backends/smtp.py:60:30 | |
| | | |
| 60 | def ssl_context(self) -> SSLContext: | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `LiteralString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/management/__init__.py:29:35 | |
| | | |
| 29 | def find_commands(management_dir: LiteralString) -> list[str]: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Namespace` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/management/base.py:62:56 | |
| | | |
| 62 | def parse_args(self, args=None, namespace=None) -> Namespace: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_SubParsersAction` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/management/base.py:76:43 | |
| | | |
| 76 | def add_subparsers(self, **kwargs) -> _SubParsersAction[CommandParser]: | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Namespace` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/management/base.py:86:37 | |
| | | |
| 86 | def handle_default_options(options: Namespace) -> None: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Generator` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/management/base.py:176:42 | |
| | | |
| 176 | def write(self, msg: CommandParser | Generator[bool, None, None] | str="", style_func=None, ending=None) -> None: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Settings` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/management/commands/diffsettings.py:4:28 | |
| | | |
| 4 | def module_to_dict(module: Settings | Module[django.conf.global_settings], omittable=lambda k: k.startswith("_") or not k.isupper()) ... | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `Module` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/management/commands/diffsettings.py:4:39 | |
| | | |
| 4 | def module_to_dict(module: Settings | Module[django.conf.global_settings], omittable=lambda k: k.startswith("_") or not k.isupper()) ... | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `django` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/management/commands/diffsettings.py:4:46 | |
| | | |
| 4 | def module_to_dict(module: Settings | Module[django.conf.global_settings], omittable=lambda k: k.startswith("_") or not k.isupper()) ... | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `Match` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/management/commands/makemessages.py:42:32 | |
| | | |
| 42 | def is_valid_locale(locale) -> Match[str] | None: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `LiteralString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/management/commands/makemessages.py:66:23 | |
| | | |
| 66 | def path(self) -> LiteralString: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `OutputWrapper` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/management/commands/makemigrations.py:99:29 | |
| | | |
| 99 | def log_output(self) -> OutputWrapper: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DeserializedObject` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/serializers/xml_serializer.py:210:27 | |
| | | |
| 210 | def __next__(self) -> DeserializedObject: | |
| | ^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DeserializedObject` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/core/serializers/xml_serializer.py:217:39 | |
| | | |
| 217 | def _handle_object(self, node) -> DeserializedObject: | |
| | ^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `ZoneInfo` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/base.py:135:27 | |
| | | |
| 135 | def timezone(self) -> ZoneInfo | timezone | None: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `timezone` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/base.py:135:38 | |
| | | |
| 135 | def timezone(self) -> ZoneInfo | timezone | None: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `CursorDebugWrapper` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/base.py:283:42 | |
| | | |
| 283 | def _prepare_cursor(self, cursor) -> CursorDebugWrapper | CursorWrapper: | |
| | ^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CursorWrapper` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/base.py:283:63 | |
| | | |
| 283 | def _prepare_cursor(self, cursor) -> CursorDebugWrapper | CursorWrapper: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CursorDebugWrapper` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/base.py:294:37 | |
| | | |
| 294 | def _cursor(self, name=None) -> CursorDebugWrapper | CursorWrapper: | |
| | ^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CursorWrapper` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/base.py:294:58 | |
| | | |
| 294 | def _cursor(self, name=None) -> CursorDebugWrapper | CursorWrapper: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CursorDebugWrapper` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/base.py:318:25 | |
| | | |
| 318 | def cursor(self) -> CursorDebugWrapper | CursorWrapper: | |
| | ^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CursorWrapper` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/base.py:318:46 | |
| | | |
| 318 | def cursor(self) -> CursorDebugWrapper | CursorWrapper: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CursorDebugWrapper` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/base.py:676:44 | |
| | | |
| 676 | def make_debug_cursor(self, cursor) -> CursorDebugWrapper: | |
| | ^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CursorWrapper` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/base.py:680:38 | |
| | | |
| 680 | def make_cursor(self, cursor) -> CursorWrapper: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/operations.py:538:44 | |
| | | |
| 538 | def adapt_datefield_value(self, value: date) -> str | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `time` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/operations.py:556:44 | |
| | | |
| 556 | def adapt_timefield_value(self, value: time) -> str | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `Decimal` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/operations.py:567:47 | |
| | | |
| 567 | def adapt_decimalfield_value(self, value: Decimal, max_digits=None, decimal_places=None): | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `timedelta` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/operations.py:639:77 | |
| | | |
| 639 | def convert_durationfield_value(self, value, expression, connection) -> timedelta | None: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `cached_property` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/base/schema.py:2005:43 | |
| | | |
| 2005 | def _pk_constraint_sql(self, columns: cached_property) -> str: | |
| | ^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `UUID` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/mysql/operations.py:325:73 | |
| | | |
| 325 | def convert_uuidfield_value(self, value, expression, connection) -> UUID | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `Decimal` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/oracle/base.py:497:44 | |
| | | |
| 497 | def _output_number_converter(value) -> Decimal | int: | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `UUID` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/oracle/operations.py:285:73 | |
| | | |
| 285 | def convert_uuidfield_value(self, value, expression, connection) -> UUID | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `CursorWrapper` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/postgresql/base.py:445:54 | |
| | | |
| 445 | def chunked_cursor(self) -> CursorDebugWrapper | CursorWrapper: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Statement` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/postgresql/schema.py:42:28 | |
| | | |
| 42 | def execute(self, sql: Statement | str, params=()) -> None: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Statement` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/postgresql/schema.py:83:55 | |
| | | |
| 83 | def _create_like_index_sql(self, model, field) -> Statement | None: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Columns` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/postgresql/schema.py:305:74 | |
| | | |
| 305 | def _index_columns(self, table, columns, col_suffixes, opclasses) -> Columns | IndexColumns: | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `Statement` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/postgresql/schema.py:324:84 | |
| | | |
| 324 | def _delete_index_sql(self, model, name: str, sql=None, concurrently=False) -> Statement: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Statement` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/postgresql/schema.py:348:10 | |
| | | |
| 348 | ) -> Statement: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Decimal` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/sqlite3/base.py:205:52 | |
| | | |
| 205 | def get_new_connection(self, conn_params: type[Decimal]) -> Connection: | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `Connection` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/sqlite3/base.py:205:65 | |
| | | |
| 205 | def get_new_connection(self, conn_params: type[Decimal]) -> Connection: | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/sqlite3/operations.py:323:73 | |
| | | |
| 323 | def convert_datefield_value(self, value, expression, connection) -> date | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `time` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/sqlite3/operations.py:329:73 | |
| | | |
| 329 | def convert_timefield_value(self, value, expression, connection) -> time | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `UUID` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/sqlite3/operations.py:358:73 | |
| | | |
| 358 | def convert_uuidfield_value(self, value, expression, connection) -> UUID | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/utils.py:214:25 | |
| | | |
| 214 | def typecast_date(s) -> date | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/backends/utils.py:233:30 | |
| | | |
| 233 | def typecast_timestamp(s) -> date | datetime | None: # does NOT store time zone information | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `AddConstraint` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/autodetector.py:548:51 | |
| | | |
| 548 | def add_operation(self, app_label, operation: AddConstraint | AddField | AddIndex | AlterConstraint | AlterField | AlterOrderWi... | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `AddField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/autodetector.py:548:67 | |
| | | |
| 548 | def add_operation(self, app_label, operation: AddConstraint | AddField | AddIndex | AlterConstraint | AlterField | AlterOrderWi... | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `AddIndex` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/autodetector.py:548:78 | |
| | | |
| 548 | def add_operation(self, app_label, operation: AddConstraint | AddField | AddIndex | AlterConstraint | AlterField | AlterOrderWi... | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `AlterConstraint` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/autodetector.py:548:89 | |
| | | |
| 548 | def add_operation(self, app_label, operation: AddConstraint | AddField | AddIndex | AlterConstraint | AlterField | AlterOrderWi... | |
| | ^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `AlterField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/autodetector.py:548:107 | |
| | | |
| 548 | def add_operation(self, app_label, operation: AddConstraint | AddField | AddIndex | AlterConstraint | AlterField | AlterOrderWi... | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `AlterOrderWithRespectTo` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/autodetector.py:548:120 | |
| | | |
| 548 | ...ddField | AddIndex | AlterConstraint | AlterField | AlterOrderWithRespectTo | DeleteModel | RemoveConstraint | RemoveField | Rem... | |
| | ^^^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DeleteModel` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/autodetector.py:548:146 | |
| | | |
| 548 | ... AlterConstraint | AlterField | AlterOrderWithRespectTo | DeleteModel | RemoveConstraint | RemoveField | RemoveIndex | RenameFie... | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `RemoveConstraint` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/autodetector.py:548:160 | |
| | | |
| 548 | ... | AlterField | AlterOrderWithRespectTo | DeleteModel | RemoveConstraint | RemoveField | RemoveIndex | RenameField | RenameIndex... | |
| | ^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `RemoveField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/autodetector.py:548:179 | |
| | | |
| 548 | ...lterOrderWithRespectTo | DeleteModel | RemoveConstraint | RemoveField | RemoveIndex | RenameField | RenameIndex, dependencies=No... | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `RemoveIndex` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/autodetector.py:548:193 | |
| | | |
| 548 | ...espectTo | DeleteModel | RemoveConstraint | RemoveField | RemoveIndex | RenameField | RenameIndex, dependencies=None, beginning=... | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `RenameField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/autodetector.py:548:207 | |
| | | |
| 548 | ...eteModel | RemoveConstraint | RemoveField | RemoveIndex | RenameField | RenameIndex, dependencies=None, beginning=False) -> None: | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `RenameIndex` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/autodetector.py:548:221 | |
| | | |
| 548 | ...oveConstraint | RemoveField | RemoveIndex | RenameField | RenameIndex, dependencies=None, beginning=False) -> None: | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `AlterUniqueTogether` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/autodetector.py:1760:70 | |
| | | |
| 1760 | def _generate_removed_altered_foo_together(self, operation: type[AlterUniqueTogether]) -> None: | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `AlterUniqueTogether` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/autodetector.py:1788:62 | |
| | | |
| 1788 | def _generate_altered_foo_together(self, operation: type[AlterUniqueTogether]) -> None: | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Model` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/state.py:34:33 | |
| | | |
| 34 | def _get_related_models(m: type[Model]) -> list[type[Model]]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Model` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/migrations/state.py:34:54 | |
| | | |
| 34 | def _get_related_models(m: type[Model]) -> list[type[Model]]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `TypeVar` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/base.py:97:55 | |
| | | |
| 97 | def __new__(cls, name, bases, attrs, **kwargs) -> TypeVar[Self]: | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `Self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/base.py:97:63 | |
| | | |
| 97 | def __new__(cls, name, bases, attrs, **kwargs) -> TypeVar[Self]: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/base.py:1822:39 | |
| | | |
| 1822 | def _check_swappable(cls) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/base.py:2030:58 | |
| | | |
| 2030 | def _check_model_name_db_lookup_clashes(cls) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/base.py:2075:48 | |
| | | |
| 2075 | def _check_single_primary_key(cls) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `BaseExpression` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/constraints.py:442:63 | |
| | | |
| 442 | def _get_index_expressions(self, model, schema_editor) -> BaseExpression | None: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TypeVar` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/enums.py:13:66 | |
| | | |
| 13 | def __new__(metacls, classname, bases, classdict, **kwds) -> TypeVar[Self]: | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `Self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/enums.py:13:74 | |
| | | |
| 13 | def __new__(metacls, classname, bases, classdict, **kwds) -> TypeVar[Self]: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `Signature` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:523:40 | |
| | | |
| 523 | def _constructor_signature(cls) -> Signature: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_NotImplementedType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:554:32 | |
| | | |
| 554 | def __eq__(self, other) -> _NotImplementedType | bool: | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DateField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:42 | |
| | | |
| 694 | def register_combinable_fields(lhs: type[DateField] | type[DateTimeField] | type[DecimalField] | type[DurationField] | type[FloatFi... | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DateTimeField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:60 | |
| | | |
| 694 | def register_combinable_fields(lhs: type[DateField] | type[DateTimeField] | type[DecimalField] | type[DurationField] | type[FloatFi... | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DecimalField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:82 | |
| | | |
| 694 | def register_combinable_fields(lhs: type[DateField] | type[DateTimeField] | type[DecimalField] | type[DurationField] | type[FloatFi... | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DurationField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:103 | |
| | | |
| 694 | def register_combinable_fields(lhs: type[DateField] | type[DateTimeField] | type[DecimalField] | type[DurationField] | type[FloatFi... | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `FloatField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:125 | |
| | | |
| 694 | ...meField] | type[DecimalField] | type[DurationField] | type[FloatField] | type[IntegerField] | type[NoneType] | type[PositiveInte... | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `IntegerField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:144 | |
| | | |
| 694 | ...malField] | type[DurationField] | type[FloatField] | type[IntegerField] | type[NoneType] | type[PositiveIntegerField] | type[Tim... | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `PositiveIntegerField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:182 | |
| | | |
| 694 | ...atField] | type[IntegerField] | type[NoneType] | type[PositiveIntegerField] | type[TimeField], connector: str, rhs: type[DateFie... | |
| | ^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TimeField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:211 | |
| | | |
| 694 | ...ield] | type[NoneType] | type[PositiveIntegerField] | type[TimeField], connector: str, rhs: type[DateField] | type[DateTimeField... | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DateField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:249 | |
| | | |
| 694 | ...IntegerField] | type[TimeField], connector: str, rhs: type[DateField] | type[DateTimeField] | type[DecimalField] | type[Duration... | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DateTimeField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:267 | |
| | | |
| 694 | ...[TimeField], connector: str, rhs: type[DateField] | type[DateTimeField] | type[DecimalField] | type[DurationField] | type[FloatF... | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DecimalField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:289 | |
| | | |
| 694 | ...r: str, rhs: type[DateField] | type[DateTimeField] | type[DecimalField] | type[DurationField] | type[FloatField] | type[IntegerF... | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DurationField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:310 | |
| | | |
| 694 | ...Field] | type[DateTimeField] | type[DecimalField] | type[DurationField] | type[FloatField] | type[IntegerField] | type[NoneType]... | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `FloatField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:332 | |
| | | |
| 694 | ...meField] | type[DecimalField] | type[DurationField] | type[FloatField] | type[IntegerField] | type[NoneType] | type[PositiveInte... | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `IntegerField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:351 | |
| | | |
| 694 | ...malField] | type[DurationField] | type[FloatField] | type[IntegerField] | type[NoneType] | type[PositiveIntegerField] | type[Tim... | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `PositiveIntegerField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:389 | |
| | | |
| 694 | ...atField] | type[IntegerField] | type[NoneType] | type[PositiveIntegerField] | type[TimeField], result: type[DateTimeField] | typ... | |
| | ^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TimeField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:418 | |
| | | |
| 694 | ...ield] | type[NoneType] | type[PositiveIntegerField] | type[TimeField], result: type[DateTimeField] | type[DecimalField] | type[D... | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DateTimeField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:443 | |
| | | |
| 694 | ...pe[PositiveIntegerField] | type[TimeField], result: type[DateTimeField] | type[DecimalField] | type[DurationField] | type[FloatF... | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DecimalField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:465 | |
| | | |
| 694 | ...ld] | type[TimeField], result: type[DateTimeField] | type[DecimalField] | type[DurationField] | type[FloatField] | type[IntegerF... | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DurationField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:486 | |
| | | |
| 694 | ... result: type[DateTimeField] | type[DecimalField] | type[DurationField] | type[FloatField] | type[IntegerField] | type[PositiveI... | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `FloatField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:508 | |
| | | |
| 694 | ...meField] | type[DecimalField] | type[DurationField] | type[FloatField] | type[IntegerField] | type[PositiveIntegerField] | type[... | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `IntegerField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:527 | |
| | | |
| 694 | ...malField] | type[DurationField] | type[FloatField] | type[IntegerField] | type[PositiveIntegerField] | type[TimeField]) -> None: | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `PositiveIntegerField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:548 | |
| | | |
| 694 | ...Field] | type[FloatField] | type[IntegerField] | type[PositiveIntegerField] | type[TimeField]) -> None: | |
| | ^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TimeField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:694:577 | |
| | | |
| 694 | ...] | type[IntegerField] | type[PositiveIntegerField] | type[TimeField]) -> None: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `BinaryField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:1193:40 | |
| | | |
| 1193 | def _resolve_output_field(self) -> BinaryField | BooleanField | CharField | DateField | DateTimeField | DecimalField | Duratio... | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `BooleanField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:1193:54 | |
| | | |
| 1193 | def _resolve_output_field(self) -> BinaryField | BooleanField | CharField | DateField | DateTimeField | DecimalField | Duratio... | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `CharField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:1193:69 | |
| | | |
| 1193 | def _resolve_output_field(self) -> BinaryField | BooleanField | CharField | DateField | DateTimeField | DecimalField | Duratio... | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DateField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:1193:81 | |
| | | |
| 1193 | def _resolve_output_field(self) -> BinaryField | BooleanField | CharField | DateField | DateTimeField | DecimalField | Duratio... | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DateTimeField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:1193:93 | |
| | | |
| 1193 | def _resolve_output_field(self) -> BinaryField | BooleanField | CharField | DateField | DateTimeField | DecimalField | Duratio... | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DecimalField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:1193:109 | |
| | | |
| 1193 | def _resolve_output_field(self) -> BinaryField | BooleanField | CharField | DateField | DateTimeField | DecimalField | Duratio... | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `DurationField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:1193:124 | |
| | | |
| 1193 | ...| CharField | DateField | DateTimeField | DecimalField | DurationField | FloatField | IntegerField | TimeField | UUIDField | None: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `FloatField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:1193:140 | |
| | | |
| 1193 | ...ateField | DateTimeField | DecimalField | DurationField | FloatField | IntegerField | TimeField | UUIDField | None: | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `IntegerField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:1193:153 | |
| | | |
| 1193 | ...eTimeField | DecimalField | DurationField | FloatField | IntegerField | TimeField | UUIDField | None: | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TimeField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:1193:168 | |
| | | |
| 1193 | ...DecimalField | DurationField | FloatField | IntegerField | TimeField | UUIDField | None: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `UUIDField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:1193:180 | |
| | | |
| 1193 | ... | DurationField | FloatField | IntegerField | TimeField | UUIDField | None: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Iterator` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/expressions.py:1353:27 | |
| | | |
| 1353 | def __iter__(self) -> Iterator[Col]: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `Col` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/__init__.py:539:52 | |
| | | |
| 539 | def get_col(self, alias, output_field=None) -> Col | cached_property: | |
| | ^^^ | |
| | | |
| ERROR Could not find name `Col` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/__init__.py:557:29 | |
| | | |
| 557 | def cached_col(self) -> Col: | |
| | ^^^ | |
| | | |
| ERROR Could not find name `_NotImplementedType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/__init__.py:682:32 | |
| | | |
| 682 | def __lt__(self, other) -> _NotImplementedType | bool: | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/__init__.py:1213:30 | |
| | | |
| 1213 | def description(self) -> __proxy__: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Substr` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/__init__.py:1318:62 | |
| | | |
| 1318 | def slice_expression(self, expression, start, length) -> Substr: | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `Context` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/__init__.py:1797:26 | |
| | | |
| 1797 | def context(self) -> Context: | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `timedelta` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/__init__.py:1874:35 | |
| | | |
| 1874 | def to_python(self, value) -> timedelta | None: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Substr` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/__init__.py:2517:62 | |
| | | |
| 2517 | def slice_expression(self, expression, start, length) -> Substr: | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `time` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/__init__.py:2582:35 | |
| | | |
| 2582 | def to_python(self, value) -> time | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `time` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/__init__.py:2618:40 | |
| | | |
| 2618 | def get_prep_value(self, value) -> time | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `UUID` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/__init__.py:2749:40 | |
| | | |
| 2749 | def get_prep_value(self, value) -> UUID | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `UUID` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/__init__.py:2763:35 | |
| | | |
| 2763 | def to_python(self, value) -> UUID | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `Col` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/generated.py:36:29 | |
| | | |
| 36 | def cached_col(self) -> Col: | |
| | ^^^ | |
| | | |
| ERROR Could not find name `Col` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/generated.py:41:52 | |
| | | |
| 41 | def get_col(self, alias, output_field=None) -> Col | cached_property: | |
| | ^^^ | |
| | | |
| ERROR Could not find name `kwargs` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:103:11 | |
| | | |
| 103 | **kwargs, | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:105:9 | |
| | | |
| 105 | self._related_name = related_name | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `related_name` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:105:30 | |
| | | |
| 105 | self._related_name = related_name | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:106:9 | |
| | | |
| 106 | self._related_query_name = related_query_name | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:107:9 | |
| | | |
| 107 | self._limit_choices_to = limit_choices_to | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `limit_choices_to` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:107:34 | |
| | | |
| 107 | self._limit_choices_to = limit_choices_to | |
| | ^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `kwargs` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:108:28 | |
| | | |
| 108 | super().__init__(**kwargs) | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `from_fields` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:537:9 | |
| | | |
| 537 | from_fields, | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `to_fields` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:538:9 | |
| | | |
| 538 | to_fields, | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `kwargs` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:545:11 | |
| | | |
| 545 | **kwargs, | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `rel` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:547:12 | |
| | | |
| 547 | if rel is None: | |
| | ^^^ | |
| | | |
| ERROR Could not find name `self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:548:19 | |
| | | |
| 548 | rel = self.rel_class( | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:549:17 | |
| | | |
| 549 | self, | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `to` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:550:17 | |
| | | |
| 550 | to, | |
| | ^^ | |
| | | |
| ERROR Could not find name `related_name` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:551:30 | |
| | | |
| 551 | related_name=related_name, | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `limit_choices_to` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:553:34 | |
| | | |
| 553 | limit_choices_to=limit_choices_to, | |
| | ^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `parent_link` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:554:29 | |
| | | |
| 554 | parent_link=parent_link, | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `on_delete` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:555:27 | |
| | | |
| 555 | on_delete=on_delete, | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `related_name` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:560:26 | |
| | | |
| 560 | related_name=related_name, | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `limit_choices_to` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:562:30 | |
| | | |
| 562 | limit_choices_to=limit_choices_to, | |
| | ^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `kwargs` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:563:15 | |
| | | |
| 563 | **kwargs, | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:566:9 | |
| | | |
| 566 | self.from_fields = from_fields | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `from_fields` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:566:28 | |
| | | |
| 566 | self.from_fields = from_fields | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:567:9 | |
| | | |
| 567 | self.to_fields = to_fields | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `to_fields` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:567:26 | |
| | | |
| 567 | self.to_fields = to_fields | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:568:9 | |
| | | |
| 568 | self.swappable = swappable | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `swappable` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:568:26 | |
| | | |
| 568 | self.swappable = swappable | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Col` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:1246:52 | |
| | | |
| 1246 | def get_col(self, alias, output_field=None) -> Col | cached_property: | |
| | ^^^ | |
| | | |
| ERROR Could not find name `Error` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related.py:1502:76 | |
| | | |
| 1502 | def _check_relationship_model(self, from_model=None, **kwargs) -> list[Error]: | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `RelatedManager` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related_descriptors.py:623:43 | |
| | | |
| 623 | def related_manager_cls(self) -> type[RelatedManager]: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `RelatedManager` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related_descriptors.py:659:65 | |
| | | |
| 659 | def create_reverse_many_to_one_manager(superclass, rel) -> type[RelatedManager]: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `ManyRelatedManager` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related_descriptors.py:992:43 | |
| | | |
| 992 | def related_manager_cls(self) -> type[ManyRelatedManager]: | |
| | ^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `ManyRelatedManager` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/related_descriptors.py:1009:75 | |
| | | |
| 1009 | def create_forward_many_to_many_manager(superclass, rel, reverse) -> type[ManyRelatedManager]: | |
| | ^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_NotImplementedType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/fields/reverse_related.py:152:32 | |
| | | |
| 152 | def __eq__(self, other) -> _NotImplementedType | bool: | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_NotImplementedType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/indexes.py:296:32 | |
| | | |
| 296 | def __eq__(self, other) -> _NotImplementedType | bool: | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `BaseExpression` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/indexes.py:330:10 | |
| | | |
| 330 | ) -> BaseExpression: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_NotImplementedType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/lookups.py:170:32 | |
| | | |
| 170 | def __eq__(self, other) -> _NotImplementedType | bool: | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Node` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/query_utils.py:81:29 | |
| | | |
| 81 | def __invert__(self) -> Node: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `_NotImplementedType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/query_utils.py:178:32 | |
| | | |
| 178 | def __eq__(self, other) -> _NotImplementedType | bool: | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `RegexFlag` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/sql/compiler.py:755:70 | |
| | | |
| 755 | def as_sql(self, with_limits: bool | str=True, with_col_aliases: RegexFlag | bool=False): | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_NotImplementedType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/sql/datastructures.py:159:32 | |
| | | |
| 159 | def __eq__(self, other) -> _NotImplementedType | bool: | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_NotImplementedType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/sql/datastructures.py:210:32 | |
| | | |
| 210 | def __eq__(self, other) -> _NotImplementedType | bool: | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Node` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/sql/where.py:217:24 | |
| | | |
| 217 | def clone(self) -> Node: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `Node` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/sql/where.py:225:46 | |
| | | |
| 225 | def relabeled_clone(self, change_map) -> Node: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `Node` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/sql/where.py:286:54 | |
| | | |
| 286 | def resolve_expression(self, *args, **kwargs) -> Node: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `BooleanField` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/models/sql/where.py:293:31 | |
| | | |
| 293 | def output_field(self) -> BooleanField: | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `using` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/transaction.py:319:17 | |
| | | |
| 319 | if callable(using): | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `durable` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/transaction.py:320:52 | |
| | | |
| 320 | return Atomic(DEFAULT_DB_ALIAS, savepoint, durable)(using) | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `using` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/transaction.py:320:61 | |
| | | |
| 320 | return Atomic(DEFAULT_DB_ALIAS, savepoint, durable)(using) | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `using` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/transaction.py:323:23 | |
| | | |
| 323 | return Atomic(using, savepoint, durable) | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `durable` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/transaction.py:323:41 | |
| | | |
| 323 | return Atomic(using, savepoint, durable) | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `using` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/transaction.py:326:49 | |
| | | |
| 326 | def _non_atomic_requests(view: (...) -> object, using: str): | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `view` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/transaction.py:328:9 | |
| | | |
| 328 | view._non_atomic_requests.add(using) | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `using` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/transaction.py:328:39 | |
| | | |
| 328 | view._non_atomic_requests.add(using) | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `view` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/transaction.py:330:9 | |
| | | |
| 330 | view._non_atomic_requests = {using} | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `using` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/transaction.py:330:38 | |
| | | |
| 330 | view._non_atomic_requests = {using} | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `view` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/transaction.py:331:12 | |
| | | |
| 331 | return view | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `ModuleType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/db/utils.py:106:35 | |
| | | |
| 106 | def load_backend(backend_name) -> ModuleType: | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/fields.py:486:35 | |
| | | |
| 486 | def to_python(self, value) -> date | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/fields.py:499:42 | |
| | | |
| 499 | def strptime(self, value, format) -> date: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `time` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/fields.py:508:35 | |
| | | |
| 508 | def to_python(self, value) -> time | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `time` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/fields.py:519:42 | |
| | | |
| 519 | def strptime(self, value, format) -> time: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `timedelta` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/fields.py:576:35 | |
| | | |
| 576 | def to_python(self, value) -> timedelta | None: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `UUID` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/fields.py:1328:35 | |
| | | |
| 1328 | def to_python(self, value) -> UUID | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `TypeVar` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/forms.py:24:45 | |
| | | |
| 24 | def __new__(mcs, name, bases, attrs) -> TypeVar[Self]: | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `Self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/forms.py:24:53 | |
| | | |
| 24 | def __new__(mcs, name, bases, attrs) -> TypeVar[Self]: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `TypeVar` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/models.py:273:45 | |
| | | |
| 273 | def __new__(mcs, name, bases, attrs) -> TypeVar[Self]: | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `Self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/models.py:273:53 | |
| | | |
| 273 | def __new__(mcs, name, bases, attrs) -> TypeVar[Self]: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `ForeignKey` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/models.py:1221:76 | |
| | | |
| 1221 | def _get_foreign_key(parent_model, model, fk_name=None, can_fail=False) -> ForeignKey | None: | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TypeVar` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/widgets.py:272:45 | |
| | | |
| 272 | def __new__(mcs, name, bases, attrs) -> TypeVar[Self]: | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `Self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/widgets.py:272:53 | |
| | | |
| 272 | def __new__(mcs, name, bases, attrs) -> TypeVar[Self]: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/widgets.py:692:74 | |
| | | |
| 692 | def __init__(self, attrs=None, choices: tuple[()] | tuple[tuple[str, __proxy__], tuple[str, __proxy__], tuple[str, __proxy__]]=... | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/widgets.py:692:97 | |
| | | |
| 692 | def __init__(self, attrs=None, choices: tuple[()] | tuple[tuple[str, __proxy__], tuple[str, __proxy__], tuple[str, __proxy__]]=... | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/forms/widgets.py:692:120 | |
| | | |
| 692 | def __init__(self, attrs=None, choices: tuple[()] | tuple[tuple[str, __proxy__], tuple[str, __proxy__], tuple[str, __proxy__]]=... | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Iterator` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/http/request.py:477:27 | |
| | | |
| 477 | def __iter__(self) -> Iterator[bytes]: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `ModuleType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/backends/django.py:167:32 | |
| | | |
| 167 | def get_package_libraries(pkg: ModuleType): | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Iterator` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/context.py:50:27 | |
| | | |
| 50 | def __iter__(self) -> Iterator[dict[str, bool | None]]: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `_NotImplementedType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/context.py:128:32 | |
| | | |
| 128 | def __eq__(self, other) -> _NotImplementedType | bool: | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:53:9 | |
| | | |
| 53 | self.tags[func.__name__] = func | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:53:19 | |
| | | |
| 53 | self.tags[func.__name__] = func | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:53:36 | |
| | | |
| 53 | self.tags[func.__name__] = func | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:54:16 | |
| | | |
| 54 | return func | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `flags` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:99:56 | |
| | | |
| 99 | def filter_function(self, func: (...) -> object, **flags): | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:100:16 | |
| | | |
| 100 | return self.filter(func.__name__, func, **flags) | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:100:28 | |
| | | |
| 100 | return self.filter(func.__name__, func, **flags) | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:100:43 | |
| | | |
| 100 | return self.filter(func.__name__, func, **flags) | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `flags` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:100:51 | |
| | | |
| 100 | return self.filter(func.__name__, func, **flags) | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:147:12 | |
| | | |
| 147 | if func is None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `dec` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:149:20 | |
| | | |
| 149 | return dec | |
| | ^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:150:23 | |
| | | |
| 150 | elif callable(func): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `dec` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:152:20 | |
| | | |
| 152 | return dec(func) | |
| | ^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:152:24 | |
| | | |
| 152 | return dec(func) | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:231:12 | |
| | | |
| 231 | if func is None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `dec` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:233:20 | |
| | | |
| 233 | return dec | |
| | ^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:234:23 | |
| | | |
| 234 | elif callable(func): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `dec` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:236:20 | |
| | | |
| 236 | return dec(func) | |
| | ^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/library.py:236:24 | |
| | | |
| 236 | return dec(func) | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `Operator` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/smartif.py:45:34 | |
| | | |
| 45 | def infix(bp: int, func) -> type[Operator]: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `Operator` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/template/smartif.py:71:35 | |
| | | |
| 71 | def prefix(bp: int, func) -> type[Operator]: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `TypeIs` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:292:34 | |
| | | |
| 292 | def is_file(thing) -> bool | TypeIs[(...) -> object]: | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `thing` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:293:24 | |
| | | |
| 293 | return hasattr(thing, "read") and callable(thing.read) | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `thing` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:293:52 | |
| | | |
| 293 | return hasattr(thing, "read") and callable(thing.read) | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `data` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:298:23 | |
| | | |
| 298 | for key, value in data.items(): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `is_file` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:304:14 | |
| | | |
| 304 | elif is_file(value): | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `lines` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:305:13 | |
| | | |
| 305 | lines.extend(encode_file(boundary, key, value)) | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `boundary` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:305:38 | |
| | | |
| 305 | lines.extend(encode_file(boundary, key, value)) | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `is_file` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:308:20 | |
| | | |
| 308 | if is_file(item): | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `lines` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:309:21 | |
| | | |
| 309 | lines.extend(encode_file(boundary, key, item)) | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `boundary` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:309:46 | |
| | | |
| 309 | lines.extend(encode_file(boundary, key, item)) | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `lines` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:311:21 | |
| | | |
| 311 | lines.extend( | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `to_bytes` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:312:25 | |
| | | |
| 312 | to_bytes(val) | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `boundary` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:314:38 | |
| | | |
| 314 | ... "--%s" % boundary, | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `lines` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:321:13 | |
| | | |
| 321 | lines.extend( | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `to_bytes` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:322:17 | |
| | | |
| 322 | to_bytes(val) | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `boundary` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:324:30 | |
| | | |
| 324 | "--%s" % boundary, | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `lines` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:331:5 | |
| | | |
| 331 | lines.extend( | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `to_bytes` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:333:13 | |
| | | |
| 333 | to_bytes("--%s--" % boundary), | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `boundary` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:333:33 | |
| | | |
| 333 | to_bytes("--%s--" % boundary), | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `lines` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:337:25 | |
| | | |
| 337 | return b"\r\n".join(lines) | |
| | ^^^^^ | |
| | | |
| ERROR Could not find name `SplitResult` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/client.py:460:33 | |
| | | |
| 460 | def _get_path(self, parsed: SplitResult) -> str: | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TestSuite` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/runner.py:907:63 | |
| | | |
| 907 | def load_tests_for_label(self, label, discover_kwargs) -> TestSuite | None: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TestSuite` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/runner.py:944:78 | |
| | | |
| 944 | def build_suite(self, test_labels=None, **kwargs) -> ParallelTestSuite | TestSuite: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TestSuite` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/runner.py:1037:52 | |
| | | |
| 1037 | def run_suite(self, suite: ParallelTestSuite | TestSuite, **kwargs) -> TextTestResult[_WritelnDecorator] | None: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TextTestResult` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/runner.py:1037:76 | |
| | | |
| 1037 | def run_suite(self, suite: ParallelTestSuite | TestSuite, **kwargs) -> TextTestResult[_WritelnDecorator] | None: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_WritelnDecorator` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/runner.py:1037:91 | |
| | | |
| 1037 | def run_suite(self, suite: ParallelTestSuite | TestSuite, **kwargs) -> TextTestResult[_WritelnDecorator] | None: | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TestSuite` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/runner.py:1060:55 | |
| | | |
| 1060 | def suite_result(self, suite: ParallelTestSuite | TestSuite, result: TextTestResult[_WritelnDecorator] | None, **kwargs) -> int: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TextTestResult` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/runner.py:1060:74 | |
| | | |
| 1060 | def suite_result(self, suite: ParallelTestSuite | TestSuite, result: TextTestResult[_WritelnDecorator] | None, **kwargs) -> int: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `_WritelnDecorator` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/runner.py:1060:89 | |
| | | |
| 1060 | def suite_result(self, suite: ParallelTestSuite | TestSuite, result: TextTestResult[_WritelnDecorator] | None, **kwargs) -> int: | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TestSuite` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/runner.py:1079:56 | |
| | | |
| 1079 | def get_databases(self, suite: ParallelTestSuite | TestSuite): | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TestSuite` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/runner.py:1252:36 | |
| | | |
| 1252 | def partition_suite_by_case(suite: TestSuite): | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `TypeVar` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/selenium.py:26:45 | |
| | | |
| 26 | def __new__(cls, name, bases, attrs) -> TypeVar[Self]: | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `Self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/selenium.py:26:53 | |
| | | |
| 26 | def __new__(cls, name, bases, attrs) -> TypeVar[Self]: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `Iterator` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/testcases.py:853:35 | |
| | | |
| 853 | self, expected_exception: Iterator[str] | bytes | int | str, expected_message: str, *args, **kwargs | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `reason` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/testcases.py:1551:42 | |
| | | |
| 1551 | def _deferredSkip(condition: () -> bool, reason: str, name: str): | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `FileResponse` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/testcases.py:1680:33 | |
| | | |
| 1680 | def serve(self, request) -> FileResponse | HttpResponse | HttpResponseNotModified: | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `HttpResponse` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/testcases.py:1680:48 | |
| | | |
| 1680 | def serve(self, request) -> FileResponse | HttpResponse | HttpResponseNotModified: | |
| | ^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `HttpResponseNotModified` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/testcases.py:1680:63 | |
| | | |
| 1680 | def serve(self, request) -> FileResponse | HttpResponse | HttpResponseNotModified: | |
| | ^^^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/utils.py:438:32 | |
| | | |
| 438 | if iscoroutinefunction(func): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/utils.py:441:20 | |
| | | |
| 441 | @wraps(func) | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/utils.py:450:20 | |
| | | |
| 450 | @wraps(func) | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `SimpleTestCase` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/utils.py:530:44 | |
| | | |
| 530 | def save_options(self, test_func: type[SimpleTestCase]) -> None: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `SimpleTestCase` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/utils.py:540:43 | |
| | | |
| 540 | def decorate_class(self, cls) -> type[SimpleTestCase]: | |
| | ^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Document` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/utils.py:676:30 | |
| | | |
| 676 | def first_node(document: Document): | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `Settings` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/test/utils.py:986:28 | |
| | | |
| 986 | def register_lookup(field: Settings | str, *lookups, lookup_name=None): | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `ResolverMatch` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/base.py:22:41 | |
| | | |
| 22 | def resolve(path: str, urlconf=None) -> ResolverMatch: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `ResolverMatch` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/base.py:169:42 | |
| | | |
| 169 | def is_valid_path(path, urlconf=None) -> ResolverMatch | bool: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `UUID` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/converters.py:28:35 | |
| | | |
| 28 | def to_python(self, value) -> UUID: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `django` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/resolvers.py:218:29 | |
| | | |
| 218 | def check(self) -> list[django.core.checks.messages.Warning | builtins.Warning]: | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `builtins` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/resolvers.py:218:67 | |
| | | |
| 218 | def check(self) -> list[django.core.checks.messages.Warning | builtins.Warning]: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/resolvers.py:740:28 | |
| | | |
| 740 | callback = getattr(self.urlconf_module, "handler%s" % view_type, None) | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `view_type` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/resolvers.py:740:63 | |
| | | |
| 740 | callback = getattr(self.urlconf_module, "handler%s" % view_type, None) | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `view_type` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/resolvers.py:746:52 | |
| | | |
| 746 | callback = getattr(urls, "handler%s" % view_type) | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `lookup_view` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/utils.py:17:17 | |
| | | |
| 17 | if callable(lookup_view): | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `lookup_view` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/utils.py:18:16 | |
| | | |
| 18 | return lookup_view | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `lookup_view` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/utils.py:20:23 | |
| | | |
| 20 | if not isinstance(lookup_view, str): | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `lookup_view` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/utils.py:22:63 | |
| | | |
| 22 | "'%s' is not a callable or a dot-notation path" % lookup_view | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `lookup_view` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/utils.py:25:40 | |
| | | |
| 25 | mod_name, func_name = get_mod_func(lookup_view) | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `lookup_view` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/utils.py:28:74 | |
| | | |
| 28 | "Could not import '%s'. The path must be fully qualified." % lookup_view | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `lookup_view` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/utils.py:38:20 | |
| | | |
| 38 | % (lookup_view, mod_name) | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `lookup_view` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/urls/utils.py:48:20 | |
| | | |
| 48 | % (lookup_view, mod_name) | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `LiteralString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/_os.py:9:21 | |
| | | |
| 9 | def safe_join(base: LiteralString, *paths) -> LiteralString: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `LiteralString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/_os.py:9:47 | |
| | | |
| 9 | def safe_join(base: LiteralString, *paths) -> LiteralString: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `LiteralString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/archive.py:108:48 | |
| | | |
| 108 | def _copy_permissions(mode: int, filename: LiteralString) -> None: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Generator` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/archive.py:129:38 | |
| | | |
| 129 | def has_leading_dir(self, paths: Generator[str, None, None] | list[str]) -> bool: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `LiteralString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/archive.py:145:54 | |
| | | |
| 145 | def target_filename(self, to_path, name: str) -> LiteralString: | |
| | ^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `decorator` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/asyncio.py:37:16 | |
| | | |
| 37 | return decorator(func) | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `decorator` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/asyncio.py:39:16 | |
| | | |
| 39 | return decorator | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Apps` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/autoreload.py:310:44 | |
| | | |
| 310 | def wait_for_apps_ready(self, app_reg: Apps, django_main_thread) -> bool | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `HMAC` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/crypto.py:19:71 | |
| | | |
| 19 | def salted_hmac(key_salt, value, secret=None, *, algorithm="sha1") -> HMAC: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/dateformat.py:198:20 | |
| | | |
| 198 | def b(self) -> __proxy__: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/dateformat.py:213:20 | |
| | | |
| 213 | def D(self) -> __proxy__: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/dateformat.py:217:20 | |
| | | |
| 217 | def E(self) -> __proxy__: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/dateformat.py:221:20 | |
| | | |
| 221 | def F(self) -> __proxy__: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/dateformat.py:235:20 | |
| | | |
| 235 | def l(self) -> __proxy__: # NOQA: E743, E741 | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/dateformat.py:255:20 | |
| | | |
| 255 | def N(self) -> __proxy__: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/dateparse.py:67:26 | |
| | | |
| 67 | def parse_date(value) -> date | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `time` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/dateparse.py:81:26 | |
| | | |
| 81 | def parse_time(value) -> time | None: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `timedelta` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/dateparse.py:132:30 | |
| | | |
| 132 | def parse_duration(value) -> timedelta | None: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `method` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/decorators.py:54:30 | |
| | | |
| 54 | update_wrapper(_wrapper, method) | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `method` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/decorators.py:56:28 | |
| | | |
| 56 | if iscoroutinefunction(method): | |
| | ^^^^^^ | |
| | | |
| ERROR Could not find name `TypeVar` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/deprecation.py:60:45 | |
| | | |
| 60 | def __new__(cls, name, bases, attrs) -> TypeVar[Self]: | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `Self` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/deprecation.py:60:53 | |
| | | |
| 60 | def __new__(cls, name, bases, attrs) -> TypeVar[Self]: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/formats.py:147:24 | |
| | | |
| 147 | def date_format(value: date | datetime, format: str | None=None, use_l10n=None) -> str: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `time` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/formats.py:160:24 | |
| | | |
| 160 | def time_format(value: time, format=None, use_l10n=None) -> str: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `Decimal` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/formats.py:172:26 | |
| | | |
| 172 | def number_format(value: Decimal | float | int, decimal_pos=None, use_l10n=None, force_grouping=False): | |
| | ^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/functional.py:200:65 | |
| | | |
| 200 | def _lazy_proxy_unpickle(func, args, kwargs, *resultclasses) -> __proxy__: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/functional.py:204:22 | |
| | | |
| 204 | def lazystr(text) -> __proxy__: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Parameter` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/inspect.py:6:55 | |
| | | |
| 6 | def _get_func_parameters(func, remove_first) -> tuple[Parameter, ...] | tuple[Parameter, ...]: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `Parameter` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/inspect.py:6:79 | |
| | | |
| 6 | def _get_func_parameters(func, remove_first) -> tuple[Parameter, ...] | tuple[Parameter, ...]: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `IPv6Address` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/ipv6.py:9:75 | |
| | | |
| 9 | def _ipv6_address_from_str(ip_str, max_length=MAX_IPV6_ADDRESS_LENGTH) -> IPv6Address: | |
| | ^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/ipv6.py:20:20 | |
| | | |
| 20 | error_message: __proxy__=_("This is not a valid IPv6 address."), | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `ModuleType` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/module_loading.py:19:32 | |
| | | |
| 19 | def import_string(dotted_path: ModuleType): | |
| | ^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `func` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/safestring.py:57:12 | |
| | | |
| 57 | @wraps(func) | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/text.py:287:37 | |
| | | |
| 287 | def get_text_list(list_, last_word: __proxy__=gettext_lazy("or")) -> str: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `ZoneInfo` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/timezone.py:46:31 | |
| | | |
| 46 | def get_default_timezone() -> ZoneInfo: | |
| | ^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/translation/__init__.py:115:73 | |
| | | |
| 115 | def lazy_number(func, resultclass: type[str], number=None, **kwargs) -> __proxy__: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/translation/__init__.py:171:53 | |
| | | |
| 171 | def ngettext_lazy(singular, plural, number=None) -> __proxy__: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `__proxy__` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/translation/__init__.py:175:63 | |
| | | |
| 175 | def npgettext_lazy(context, singular, plural, number=None) -> __proxy__: | |
| | ^^^^^^^^^ | |
| | | |
| ERROR Could not find name `NullTranslations` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/translation/trans_real.py:190:68 | |
| | | |
| 190 | def _new_gnu_trans(self, localedir, use_null_fallback=True) -> NullTranslations: | |
| | ^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `NullTranslations` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/utils/translation/trans_real.py:251:28 | |
| | | |
| 251 | def merge(self, other: NullTranslations) -> None: | |
| | ^^^^^^^^^^^^^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/views/generic/dates.py:47:35 | |
| | | |
| 47 | def get_next_year(self, date: date): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/views/generic/dates.py:51:39 | |
| | | |
| 51 | def get_previous_year(self, date: date): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/views/generic/dates.py:55:36 | |
| | | |
| 55 | def _get_next_year(self, date: date): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/views/generic/dates.py:97:36 | |
| | | |
| 97 | def get_next_month(self, date: date): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/views/generic/dates.py:101:40 | |
| | | |
| 101 | def get_previous_month(self, date: date): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/views/generic/dates.py:105:37 | |
| | | |
| 105 | def _get_next_month(self, date: date): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/views/generic/dates.py:197:35 | |
| | | |
| 197 | def get_next_week(self, date: date): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/views/generic/dates.py:201:39 | |
| | | |
| 201 | def get_previous_week(self, date: date): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/views/generic/dates.py:205:36 | |
| | | |
| 205 | def _get_next_week(self, date: date): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/views/generic/dates.py:269:44 | |
| | | |
| 269 | def _make_date_lookup_arg(self, value: date): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/views/generic/dates.py:282:46 | |
| | | |
| 282 | def _make_single_date_lookup(self, date: date): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/views/generic/dates.py:607:38 | |
| | | |
| 607 | def _get_dated_items(self, date: date): | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `date` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/views/generic/dates.py:709:6 | |
| | | |
| 709 | ) -> date: | |
| | ^^^^ | |
| | | |
| ERROR Could not find name `LiteralString` [unknown-name] | |
| --> /Users/aaronpollack/dev/django/django/views/i18n.py:126:43 | |
| | | |
| 126 | def get_paths(self, packages) -> list[LiteralString]: | |
| | ^^^^^^^^^^^^^ | |
| | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment