This website requires JavaScript.
Explore
Help
Sign In
altf4arnold
/
datatracker
Watch
1
Star
0
Fork
You've already forked datatracker
0
Code
Issues
Pull requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
0b3ac2ac0e
datatracker
/
ietf
/
message
History
Henrik Levkowetz
0b3ac2ac0e
Added a migration to correct Message fields containing strings that are repr() of list instances instead of comma-separated email addresses.
...
- Legacy-Id: 17349
2020-02-26 18:06:52 +00:00
..
migrations
Added a migration to correct Message fields containing strings that are repr() of list instances instead of comma-separated email addresses.
2020-02-26 18:06:52 +00:00
__init__.py
Actually add the message app
2012-01-24 17:42:19 +00:00
admin.py
Added a test to check for missing admin models, and added the admin models that were currently missing.
2017-08-01 14:00:29 +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