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

The default ordering of email verifications refers to the former 'normalized_address' field of the email model #23

Closed
cdriehuys opened this issue Sep 18, 2019 · 0 comments · Fixed by #27
Labels
breaking change This change breaks backwards compatability bug Something isn't working

Comments

@cdriehuys
Copy link
Owner

The default ordering for EmailVerification instances is the old EmailAddress.normalized_address field.

@cdriehuys cdriehuys added bug Something isn't working breaking change This change breaks backwards compatability labels Sep 18, 2019
cdriehuys added a commit that referenced this issue Sep 19, 2019
The default ordering of `EmailVerification` models has been switched
from the non-existent field `email__normalized_address` to
`time_created`.

Fixes #23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change This change breaks backwards compatability bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant