Skip to content

Added feature to send test update from admin panel#265

Open
yanurag-dev wants to merge 4 commits intodjangoindia:mainfrom
yanurag-dev:ticket_194
Open

Added feature to send test update from admin panel#265
yanurag-dev wants to merge 4 commits intodjangoindia:mainfrom
yanurag-dev:ticket_194

Conversation

@yanurag-dev
Copy link
Copy Markdown
Contributor

Closes #194

Changes

  • A field was added to the update model for sending test updates to particular users.
  • Added send update method in admin.py file

Type of change

  • Bug fix
  • Feature update
  • Breaking change
  • Documentation update

How has this been tested?

  • Not being tested by me ( Since I can't send update)

Author Checklist

  • Code has been commented, particularly in hard-to-understand areas
  • Changes generate no new warnings
  • Merging to main from fork:branchname

@yanurag-dev yanurag-dev force-pushed the ticket_194 branch 2 times, most recently from 38f9938 to 8003a12 Compare January 12, 2025 11:15
Comment on lines +240 to +241
request
queryset
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

nit: ideally we also write what the param is about

class Migration(migrations.Migration):

dependencies = [
('db', '0001_initial'),
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

are you sure?

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.

[FEATURE] Add functionality to send test update from django admin panel.

2 participants