datatracker/ietf/mailtrigger
2019-06-29 13:43:31 +00:00
..
migrations Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
__init__.py mailtoken becomes mailtrigger 2015-09-17 20:03:45 +00:00
admin.py mailtoken becomes mailtrigger 2015-09-17 20:03:45 +00:00
forms.py remove some experimental cruft 2015-09-17 21:25:50 +00:00
models.py Changed all model __unicode__() methods to __str__() 2019-06-28 21:07:08 +00:00
resources.py Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur. 2016-09-25 13:53:22 +00:00
tests.py Converted instances of assertTrue(text in response.content) to the recommended assertContains(response, text), and similar for assertFalse(... in ...) 2019-06-29 13:43:31 +00:00
urls.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
utils.py Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly. 2019-03-11 17:01:33 +00:00
views.py mailtoken becomes mailtrigger 2015-09-17 20:03:45 +00:00