datatracker/ietf/doc
2019-07-15 15:40:51 +00:00
..
management Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
migrations 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
templatetags 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
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +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
expire.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
factories.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
feeds.py Converted leading tabs to spaces in ietf/**/*.py 2019-06-27 14:51:02 +00:00
fields.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +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
lastcall.py Added DocEvent rev= parameter througout the code. 2017-03-06 15:08:21 +00:00
mails.py Fixed a bunch of str/bytes issues. 2019-06-30 20:54:09 +00:00
models.py Replaced use of six with the equivalent pure python3 constructs. 2019-07-08 10:43:47 +00:00
redirect_drafts_urls.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
redirect_idtracker_urls.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
resources.py Added the option to order API resource lists by primary key, for stable ordering when paging through a list. 2019-06-18 12:40:19 +00:00
settings.py Started moving app-specific settings into app settings.py files. 2016-09-09 05:42:41 +00:00
tests.py Fixed a test that compared an int with a meeting number string. Changed meeting test data to use meeting number 72 instead of 42, because proceedings code gives 404 for meetings before 65. Changed a number of StringIO() to BytesIO(). 2019-07-04 16:01:32 +00:00
tests_ballot.py Removed unused imports. 2019-07-04 21:06:57 +00:00
tests_charter.py Removed unused imports. 2019-07-04 21:06:57 +00:00
tests_conflict_review.py Changed a function name. 2019-07-04 16:10:21 +00:00
tests_downref.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_draft.py Removed unused imports. 2019-07-04 21:06:57 +00:00
tests_material.py Removed unused imports. 2019-07-04 21:06:57 +00:00
tests_review.py More assertContains() and BytesIO() related changes. 2019-07-07 12:45:57 +00:00
tests_status_change.py Fixed a syntax error and removed unused imports. 2019-07-04 20:48:55 +00:00
urls.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
urls_charter.py Added a new document tab for some documents, showing htmlized drafts and RFCs 2017-03-20 14:08:52 +00:00
urls_conflict_review.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
urls_material.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
urls_review.py Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself. 2019-04-30 16:54:06 +00:00
urls_status_change.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
utils.py Changed a bunch of regexes to use r strings; also miscellaneous smaller fixes. 2019-07-04 15:51:05 +00:00
utils_charter.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
utils_search.py Fixed search result ordering where we had comparisons between int and str, which is disallowed in py3. 2019-06-29 13:32:44 +00:00
views_ballot.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
views_charter.py Fixed some additional str/bytes issues. 2019-06-30 20:56:56 +00:00
views_conflict_review.py Changed a function name. 2019-07-04 16:10:21 +00:00
views_doc.py Changed a bunch of regexes to use r strings; also miscellaneous smaller fixes. 2019-07-04 15:51:05 +00:00
views_downref.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
views_draft.py Fixed a case of indeterminate ordering. 2019-06-30 20:58:26 +00:00
views_help.py Added an explicit ID-Exists state for the IESG state machine. Reworked code so that the IESG state machine always has a state. Added the ability to release a document from a working group, research group, or the independent stream. Releasing a document removes all stream state, and sets the document to have no stream. 2018-12-11 22:38:05 +00:00
views_material.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
views_review.py Removed unused imports. 2019-07-04 21:06:57 +00:00
views_search.py Changed regex strings to raw strings and fixed a sort comparison int/str issue. 2019-06-29 13:29:13 +00:00
views_stats.py Changed settings so that cache keys used by memcached includes the release version, in order to avoid stale and incorrect cache content on new release deployment. Made it easier to pick out cache key composition by normalizing the variable name. Adjusted cache prefix and the composition of some keys to have a unique and consistent cache key prefix. 2018-03-26 21:26:20 +00:00
views_status_change.py Fixed some additional str/bytes issues. 2019-06-30 20:56:56 +00:00