datatracker/ietf/community
Henrik Levkowetz 566971a6ae Removed further six usage.
- Legacy-Id: 17386
2020-03-05 15:10:33 +00:00
..
migrations Removed further six usage. 2020-03-05 15:10:33 +00:00
__init__.py Added in the community app, which wasn't included properly in the previous commit. 2012-06-27 08:26:18 +00:00
admin.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
forms.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
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 Merged in [16590] from rjsparks@nostrum.com: 2019-08-01 15:09:51 +00:00
urls.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
utils.py Fix #2050 - Allow adding review wishes from document and search pages. 2019-10-29 16:27:56 +00:00
views.py Removed six.text_type(), changed six.moves.urllib to plain urllib, and removed now unused six imports. 2020-03-05 14:41:41 +00:00