-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Release v2.2.0 #98
Release v2.2.0 #98
Conversation
This reverts commit 0a1cacc.
This reverts commit a7ee506.
…to-ebook-in-most-popular
…ger-for-foreign-key GitHub Workflow COU-175 REST - use db.Integer for foreign key instead of db.String
- Wrong data type used in schemas.py - Remove unused imports in 06/09/end - Don't use gunicorn in Dockerfile of section 8 since it isn't introduced until later
…a-export-of-endpoints
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Fixing errata/misspelling
Errata in Docs
done |
@FazlullahBokhari I noticed you created a PR which was empty, and now you've commented here but I'm not sure why! As a reminder, if you have questions about course content, please use our Discord server or the Udemy Q&A. If you have encountered an issue with the course code (hosted in this repo), please create an Issue here. If you have code improvements you want to submit to this code, you can create a PR but it's always better for us to talk about the improvements you'd like to make first, to ensure they are consistent with the course. |
New Content
Updated Content
Improvements
Bug fixes
uuid
import and fixed first few projects so code matches course cou-148-rest-fix-uuid-imports-in-projects-and-ebook #88db.Integer
instead ofdb.String
for foreign keys where required GitHub Workflow COU-175 REST - use db.Integer for foreign key instead of db.String #91