datatracker/ietf/utils
2020-06-08 19:24:42 +00:00
..
management Removed a future import 2020-05-18 10:59:59 +00:00
migrations Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
templatetags Removed a debug statement 2020-04-27 19:58:28 +00:00
.gitignore
__init__.py
accesstoken.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
admin.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
aliases.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
bootstrap.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
bower_storage.py
crawlurls.txt
decorators.py Updated the @require_api_key decorator to not check for recent login dates for staff (which would include robots) 2020-06-08 19:24:42 +00:00
draft.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
draft_search.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
history.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
html.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
log.py Tweaked log.unreachable() and log.assertion() for Py3 compatibility. 2020-06-06 20:17:04 +00:00
mail.py Removed some debug code. 2020-05-17 19:46:14 +00:00
markup_txt.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
mime.py Merged in ^/trunk@17617. 2020-04-14 17:11:51 +00:00
models.py Added a utility function to convert objects to dictionaries (for comparison, for instance) 2020-03-19 22:42:43 +00:00
ordereddict.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
patch.py Tweaked patch.py for Py3 compatibility. 2020-06-06 20:17:31 +00:00
pdf.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
pipe.py Removed all __future__ imports. 2020-03-05 23:53:42 +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
serialize.py
storage.py
test_data.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
test_runner.py Django 2.0 conversion. Test suite passes, except for javascript tests. 2020-05-08 13:07:07 +00:00
test_smtpserver.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
test_textupload.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
test_utils.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
tests.py Added django urlconfig namespace support in ietf.utils.test.get_callbacks() (needed when testing the reverse lookups in templates for oidc_provider). 2020-06-06 20:19:54 +00:00
tests_restapi.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
texescape.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
text.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
textupload.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
timezone.py Fixed a time arithmetics issue in meeting cutoff date methods 2017-07-23 14:47:46 +00:00
urls.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
validators.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00