Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix Wrapper comments by BertP #5

Merged
merged 6 commits into from
Oct 4, 2024
Merged

Conversation

Weltschmerz-dev
Copy link
Collaborator

@Weltschmerz-dev Weltschmerz-dev commented Sep 23, 2024

PR to fix #3

✅ Alle keyword closest matches binnen edit distance 4
✅ "No relation found for field" beschrijft niet welke actie verkeerd is en ook geen suggestie voor fix
✅ "Field '{self.field_name}' is not a relational field and has no attribute '{attr}'." klopt niet met if-statements
✅ Vreemd return type "ModelProxy" van operator functies, idealiter returning niks
✅ Collect accesses in ModelProxy is overbodig
✅ setdefault is niet lazy in tweede parameter, en introspect_fields zal altijd uitgevoerd worden, hier wordt nooit gecached
✅ xmlrpc is stateless, er is geen close of logout

@Weltschmerz-dev Weltschmerz-dev changed the title Modify behaviour of get_close_matches to return multiple close matches. Fix Wrapper comments by BertP Sep 23, 2024
@Weltschmerz-dev
Copy link
Collaborator Author

@Bert-Proesmans Please review changes

@Weltschmerz-dev Weltschmerz-dev merged commit 793f390 into main Oct 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Update Wrapper
2 participants