django-stubs icon indicating copy to clipboard operation
django-stubs copied to clipboard

Improve typing of `django.db.backends.mysql.base.DatabaseWrapper` attributes

Open JaeHyuckSa opened this issue 9 months ago • 0 comments

I have made things!

I modified the Any value of the django.db.backends.mysql.base.DatabaseWrapper's arguments .

  • [x] django.db.backends.mysql.base.DatabaseWrapper.data_types
  • [x] django.db.backends.mysql.base.DatabaseWrapper.operators
  • [x] django.db.backends.mysql.base.DatabaseWrapper.pattern_ops
  • [x] django.db.backends.mysql.base.DatabaseWrapper.isolation_levels
  • [x] django.db.backends.mysql.base.DatabaseWrapper.SchemaEditorClass
  • [x] django.db.backends.mysql.base.DatabaseWrapper.isolation_level
  • [x] django.db.backends.mysql.base.DatabaseWrapper.needs_rollback

Related issues

JaeHyuckSa avatar May 05 '24 18:05 JaeHyuckSa