datatracker/ietf/message
Jennifer Richards 36c43c8520
chore: add task tests; move message task to message app (#6964)
* test: Test send_review_reminders_task

* refactor: Move send_scheduled_mail_task to message app

* chore: Remove unused import

* test: Add Message/SendQueue factories

* test: Test send_scheduled_mail_task

* test: Reset mocks before reuse

* test: Cover error conditions

* test: Return non-empty change set

* test: Test SMTPException handling

* test: Test fetch_attendance_from_meetings()

* test: Test RuntimeError handling

* test: RFC index sync should populate authors
2024-01-24 08:53:42 -06:00
..
management refactor: replace datetime.now and datetime.today with timezone.now (#4211) 2022-08-25 13:45:16 -03:00
migrations refactor: Remove length limit on Message header fields (#5455) 2023-03-31 09:37:46 +09:00
__init__.py Actually add the message app 2012-01-24 17:42:19 +00:00
admin.py Changed some fields to raw_id_fields in the MessageAdmin. 2020-04-03 16:29:54 +00:00
factories.py chore: add task tests; move message task to message app (#6964) 2024-01-24 08:53:42 -06:00
models.py refactor: Remove length limit on Message header fields (#5455) 2023-03-31 09:37:46 +09:00
resources.py Changed the API to not export saved Message instances (they can contain information such as draft confirmation codes and password reset codes that should not be generally visible). 2020-08-15 09:37:05 +00:00
tasks.py chore: add task tests; move message task to message app (#6964) 2024-01-24 08:53:42 -06:00
tests.py chore: add task tests; move message task to message app (#6964) 2024-01-24 08:53:42 -06:00
utils.py refactor: replace datetime.now and datetime.today with timezone.now (#4211) 2022-08-25 13:45:16 -03:00
views.py The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances. 2017-01-09 21:26:30 +00:00