datatracker/ietf/ipr
2020-05-16 20:20:05 +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
templatetags Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
.gitignore Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
__init__.py Port IPR module to new schema, remove some cruft 2013-12-02 16:34:00 +00:00
admin.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
factories.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
feeds.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
fields.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
forms.py Merged in changes from trunk up to r17584. 2020-04-07 16:02:52 +00:00
mail.py Removed all __future__ imports. 2020-03-05 23:53:42 +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
sitemaps.py Changed some # type: ignore statements to work with the latest mypy 2019-11-05 22:41:18 +00:00
tests.py Refactored many instances of msg.get_payload(decode=True).decode('utf-8') and similar to get_payload_text(msg), which uses msg.get_charset() to get the actual charset to do the decoding, in a consistent manner. Also removed some instances of force_str, but more remain. 2020-05-16 20:20:05 +00:00
urls.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
utils.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
views.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00