Skip to content
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

Undefined symbol ReverseRelationDescriptor in peewee.py #1511

Closed
rammie opened this issue Feb 22, 2018 · 2 comments
Closed

Undefined symbol ReverseRelationDescriptor in peewee.py #1511

rammie opened this issue Feb 22, 2018 · 2 comments

Comments

@rammie
Copy link

rammie commented Feb 22, 2018

The symbol ReverseRelationDescriptor does not seem to appear anywhere in peewee.py except here:

peewee/peewee.py

Line 5724 in 94aee08

elif isinstance(field, ReverseRelationDescriptor):

Just thought I'd point it out as it seems to have been left behind in error (or I'm missing something).

@coleifer
Copy link
Owner

Thanks for reporting, I must've missed this during the rewrite. Fixed in master now.

@coleifer coleifer reopened this Feb 22, 2018
@coleifer
Copy link
Owner

Looks like there are still issues with the filter() API...looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants