Opened 2 years ago
Closed 2 years ago
#34472 closed Uncategorized (invalid)
Push for inspectdb in Django 4.1
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 , 2 years ago
comment:2 by , 2 years 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.