Skip to content

django: fix method signature of display_name #91

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

Closed
wants to merge 1 commit into from

Conversation

LadyNamedLaura
Copy link

This is a partial revert of ddf6b13 Django expects this method to take one argument, if it takes none a TypeError is thrown when running migrations.

TypeError: DatabaseWrapper.display_name() takes 0 positional arguments but 1 was given

This is a partial revert of ddf6b13
Django expects this method to take one argument, if it takes none a TypeError is thrown when running migrations.
```
TypeError: DatabaseWrapper.display_name() takes 0 positional arguments but 1 was given
```
@mysql-oca-bot
Copy link

Hi, thank you for submitting this pull request. In order to consider your code we need you to sign the Oracle Contribution Agreement (OCA). Please review the details and follow the instructions at https://oca.opensource.oracle.com/
Please make sure to include your MySQL bug system user (email) in the returned form.
Thanks

@mysql-oca-bot
Copy link

Hi, there was no response to our request to sign an OCA or confirm the code is submitted under the terms of the OCA. As such this request will be closed.
Thanks

angusholder referenced this pull request Nov 21, 2023
Linting is the automated static code analysis used to flag programmatic
errors, stylistic errors, suspicious constructs, or unconventional
coding practices that can lead to errors.

This worklog set up the infrastructure in Connector/Python to run a
static code analysis tool (Pylint) and performed the necessary code
refactorings.

Change-Id: I3d46ea8c01536c6ed2c1dc7a7d8fbbf51fc8af5b
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.

2 participants