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
15e74e89cb
datatracker
/
ietf
/
message
History
Henrik Levkowetz
15e74e89cb
Converted instances of assertTrue(text in response.content) to the recommended assertContains(response, text), and similar for assertFalse(... in ...)
...
- Legacy-Id: 16336
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
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
Changed all model __unicode__() methods to __str__()
2019-06-28 21:07:08 +00:00
resources.py
Added the option to order API resource lists by primary key, for stable ordering when paging through a list.
2019-06-18 12:40:19 +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
utils.py
Fixed several email handling str/bytes issues.
2019-06-29 13:30:36 +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