Skip to content

Add find_all to NodeModulesFinder find#12

Open
dbIgel wants to merge 1 commit intowhitespy:masterfrom
dbIgel:django-5.2
Open

Add find_all to NodeModulesFinder find#12
dbIgel wants to merge 1 commit intowhitespy:masterfrom
dbIgel:django-5.2

Conversation

@dbIgel
Copy link
Copy Markdown

@dbIgel dbIgel commented May 19, 2025

The all parameter is deprecated and replaced by find_all as of django 5.2

Closes #11

See also
django/django@0fdcf10 django/django@8719a61

The `all` parameter is deprecated and replaced by `find_all` as of django 5.2

See also
django/django@0fdcf10
django/django@8719a61
@dbIgel
Copy link
Copy Markdown
Author

dbIgel commented May 20, 2025

@whitespy
Copy link
Copy Markdown
Owner

Hi @dbIgel Thanks for the pull request. This functionality was implemented in a slightly different way:) Use the new version 0.9.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Django 5.2 Compatibility: BaseFinder find

2 participants