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
3
Packages
Projects
Releases
Wiki
Activity
6fb2017e96
datatracker
/
ietf
/
message
History
Henrik Levkowetz
9aeda11a29
Removed some Py2 compatibility decorators.
...
- Legacy-Id: 17673
2020-04-21 13:54:31 +00:00
..
management
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
migrations
Removed all __future__ imports.
2020-03-05 23:53:42 +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
Removed some Py2 compatibility decorators.
2020-04-21 13:54:31 +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
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
utils.py
Removed all __future__ imports.
2020-03-05 23:53:42 +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