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
c15b3e1ab4
datatracker
/
ietf
/
message
History
Henrik Levkowetz
8e313e4ed5
Adjusted migrations for Python2/3 compatibility.
...
- Legacy-Id: 16633
2019-08-08 17:11:14 +00:00
..
migrations
Adjusted migrations for Python2/3 compatibility.
2019-08-08 17:11:14 +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
Python2/3 compatibility: used @python_2_unicode_compatible to provide __unicode__() versions of __str__() methods.
2019-07-15 18:01:26 +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 '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
utils.py
Python2/3 compatibility: Added force_str or force_bytes in some places, to ensure the argument right type
2019-07-15 17:13:46 +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