#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 Mohit Singh Sinsniwal, 14 months ago

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.

comment:2 by Claude Paroz, 14 months ago

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top