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

Fixed #34749 -- Corrected QuerySet.acreate() signature in docs. #17123

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

john-parton
Copy link
Contributor

@john-parton john-parton commented Jul 28, 2023

  • Remove *args from acreate signature in docs to match sync version and function signature.

Very small change. The documentation for the acreate method isn't quite right: https://docs.djangoproject.com/en/4.2/ref/models/querysets/#create

Ticket here: https://code.djangoproject.com/ticket/34749

@john-parton john-parton force-pushed the bugfix/acreate_signature_in_docs branch from 40cb884 to 656301b Compare July 28, 2023 15:31
@felixxm felixxm changed the title Fix incorrect signature on acreate in docs Fixed #34749 -- Corrected QuerySet.acreate() signature in docs. Jul 28, 2023
@felixxm felixxm merged commit af0c5ca into django:main Jul 28, 2023
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants