datatracker/ietf/message
2020-04-03 16:29:54 +00:00
..
management Added more complete help text to the show_messages and send_messags management commands. 2020-02-27 20:24:31 +00:00
migrations Added a migration to set an explicit content-type for Message objects when missing. 2020-02-26 18:07:48 +00: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
models.py Added a 'sent' field to Message, to be able to track sent status for captured outgoing messages (which don't have a SendQueue instance). 2020-02-26 17:09:06 +00:00
resources.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
tests.py Added saving of outgoing emails as Message instances, with accompanying test. 2020-02-26 18:04:44 +00:00
utils.py Slight refactoring of infer_message() and send_scheduled_message_from_send_queue(), and added setting of Message.sent when sent. 2020-02-26 18:03:12 +00: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