-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
third_part peewee #4262
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
third_part peewee #4262
Conversation
trim21
commented
Jun 25, 2020
•
edited
Loading
edited
- EXCLUDED
- SQL
- JOIN
- DJANGO_MAP
- OP
- DQ
- chunked
- ImproperlyConfigured
- Field
- UUIDField
- BinaryUUIDField
- IPField
- BlobField
- DoubleField
- TimeField
- DateTimeField
- BareField
- DateField
- DecimalField
- BooleanField
- AutoField
- BigAutoField
- TimestampField
- CharField
- FixedCharField
- IntegerField
- BigIntegerField
- SmallIntegerField
- FloatField
- BitField
- BigBitField
- TextField
- ForeignKeyField
- PrimaryKeyField
- ManyToManyField
- IdentityField
- Table
- Tuple
- Case
- Database
- MySQLDatabase
- SqliteDatabase
- PostgresqlDatabase
- Value
- prefetch
- Check
- Model
- DeferredThroughModel
- fn
- Column
- SchemaManager
- DataError
- NotSupportedError
- InterfaceError
- DatabaseError
- ProgrammingError
- OperationalError
- InternalError
- IntegrityError
- AsIs
- QualifiedNames
- Select
- Cast
- ValuesList
- DoesNotExist
- Context
- Window
- Index
- ModelIndex
- CompositeKey
- DeferredForeignKey
- Proxy
- DatabaseProxy
Just two things I noticed while skimming through the stubs:
|
Thanks for your suggestions |
Most of code are generated by mypy stubgen, I'm still working on it. |
Hi there My company is very interested in this PR. Thanks |
I’m not sure. Feel free to start a new pr based on my existing work.
…------------------ Original ------------------
From: Vitalii Motso <[email protected]>
Date: Wed,Aug 5,2020 10:31 PM
To: python/typeshed <[email protected]>
Cc: Trim21 <[email protected]>, Mention <[email protected]>
Subject: Re: [python/typeshed] third_part peewee (#4262)
Hi there
My company is very interested in this PR.
@trim21 can you tell us approximately when this PR is planned to be completed?
We will be very grateful.
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
May I suggest that it’s probably better to publish this as a separate package following PEP 561. |
Just a heads up: Next week we will reshuffle the layout of typeshed. This means that the files in this PR will also need to be moved. This shouldn't be much of a problem, though, as there should be no conflicts. |