-
Notifications
You must be signed in to change notification settings - Fork 4
Updated views.py file for issue #889 #1087
base: develop
Are you sure you want to change the base?
Conversation
Changed the data type for city in line 105 from "pk" to "name"
Sorry...by mistakely the above happened😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready for Merge 🎉
Thank you ! |
@sanchibansal340 Is it approved now ? If yes, then what should i do, close this or merge this ? 😅 |
@alivabasa All the PR's will be merged after the program ends |
@sanchibansal340 ok. So can i work on another one now? |
Yes you can |
Thanks !! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alivabasa this commit should enforce issue closing too. Add fixes #issue_no in your commit message
@devkapilbansal Done! |
@alivabasa this error might have been solved already.Can you please update your branch with current develop head. |
#889 Description
Changed the data type of city field in line 105 from "pk" to "name"
Fixes #889
Type of Change:
How Has This Been Tested?
It works in linux terminal.
Checklist: