datatracker/ietf/doc
Henrik Levkowetz fc09a59950 Added decode() of command pipe output.
- Legacy-Id: 16400
2019-07-04 21:01:39 +00:00
..
management Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
migrations Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
templatetags Changed a bunch of regexes to use r strings; also miscellaneous smaller fixes. 2019-07-04 15:51:05 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
expire.py Changed regex strings to raw strings. 2019-06-27 18:08:02 +00:00
factories.py Merged in the Document and DocAlias primary key change and m2m work in ^/personal/henrik/6.96.1-docalias. 2019-06-15 12:00:48 +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 Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +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 Changed all model __unicode__() methods to __str__() 2019-06-28 21:07:08 +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 Added decode() of command pipe output. 2019-07-04 21:01:39 +00:00
tests_charter.py Added decode() of command pipe output. 2019-07-04 21:01:39 +00:00
tests_conflict_review.py Changed a function name. 2019-07-04 16:10:21 +00:00
tests_downref.py Fixed some issues with bulk changes related to assertContains() 2019-07-04 16:04:39 +00:00
tests_draft.py Added decode() of command pipe output. 2019-07-04 21:01:39 +00:00
tests_material.py Added decode() of command pipe output. 2019-07-04 21:01:39 +00:00
tests_review.py Fixed some issues with bulk changes related to assertContains() 2019-07-04 16:04:39 +00:00
tests_status_change.py Fixed a syntax error and removed unused imports. 2019-07-04 20:48:55 +00:00
urls.py Removed some regex unicode flags. 2019-06-28 13:33:38 +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 Changed additional regexes to r strings. 2019-07-04 15:54:23 +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 Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +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 Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +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 Added decode() of command pipe output. 2019-07-04 21:01:39 +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