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

feat: Add address and academic registration date in Resident #51

Merged

Conversation

Hardik-2311
Copy link
Collaborator

No description provided.

Comment on lines +23 to +27
migrations.AlterField(
model_name='complaint',
name='status',
field=models.CharField(choices=[('res', 'Resolved'), ('pen', 'Pending'), ('unr', 'Unresolved'), ('ipr', 'Inprocess')], default='pen', max_length=10),
),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be here. Seems wrong.

@beingnoble03 beingnoble03 changed the base branch from master to test-acad-reg-date August 23, 2024 13:57
@beingnoble03 beingnoble03 merged commit 030c019 into IMGIITRoorkee:test-acad-reg-date Aug 23, 2024
Hardik-2311 added a commit that referenced this pull request Aug 23, 2024
* feat: Add address and academic registration date in Resident (#51)

* feat: Add address and academic registeration date in Resident

* Set default value for address_bhawan

---------

Co-authored-by: Hardik <[email protected]>

* fix: Add new fields to fields in ResidentSerializer (#52)

Co-authored-by: Aditya Chopra <[email protected]>

* fix: Remove additional fields from ResidentSerializer (#53)

Co-authored-by: Aditya Chopra <[email protected]>

* fix: Partial update handled

* Add migration file

---------

Co-authored-by: Hardik <[email protected]>
Co-authored-by: Aditya Chopra <[email protected]>
Co-authored-by: Aditya Chopra <[email protected]>
Hardik-2311 added a commit that referenced this pull request Aug 23, 2024
* feat: Add address and academic registration date in Resident (#51)

* feat: Add address and academic registeration date in Resident

* Set default value for address_bhawan

---------

Co-authored-by: Hardik <[email protected]>

* fix: Add new fields to fields in ResidentSerializer (#52)

Co-authored-by: Aditya Chopra <[email protected]>

* fix: Remove additional fields from ResidentSerializer (#53)

Co-authored-by: Aditya Chopra <[email protected]>

* fix: Partial update handled

* Add migration file

* fix: Handle the invalid date cases for registeration_date

---------

Co-authored-by: Hardik <[email protected]>
Co-authored-by: Aditya Chopra <[email protected]>
Co-authored-by: Aditya Chopra <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants