Opened 20 months ago
Closed 20 months ago
#34472 closed Uncategorized (invalid)
Push for inspectdb in Django 4.1
Reported by: | David Gallardo | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 4.1 |
Severity: | Normal | Keywords: | inspectdb, foreignkeys, otherdatabase, mysql, mariadb |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I have modified the files in version 4.1
django/db/backends/mysql/introspection.py
django/db/backends/base/introspection.py
Now inspectdb can process foreign keys that are outside of the current MariaDb/Mysql database.
I would like to share the code with the community. How can I push the code so that you can see and accept it? Github tells me that I have to talk to the administrators to do the push.
Thank you.
Change History (2)
comment:1 by , 20 months ago
comment:2 by , 20 months ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Your ticket #34469 was already closed with some indications, please don't keep creating new tickets. You should rather look for support in other support channels.
Hi David,
If you want to know how to create a pull request, I will highly recommend reading this doc: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/working-with-git/
and then you can share your pull request here.