datatracker/ietf/doc
2023-07-07 17:31:24 -05:00
..
management fix: repair generate_draft_aliases 2023-07-07 13:47:50 -05:00
migrations chore: Move/copy RelatedDocuments to rfcs 2023-07-06 17:44:28 -03:00
templatetags refactor: Replace is_rfc() tests (#5925) 2023-07-06 12:07:53 -03:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Merged in [19921] from rjsparks@nostrum.com: 2022-02-14 18:16:40 +00:00
expire.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
factories.py refactor: Represent RFCs as their own DocType (#5835) 2023-06-20 15:28:16 -03:00
feeds.py fix: repaired rfc_feed 2023-07-06 17:43:40 -05:00
fields.py Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00
forms.py fix: downref form validation 2023-07-07 17:15:39 -05:00
lastcall.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
mails.py refactor: Replace deprecated force_text with force_str 2023-05-09 15:21:50 -03:00
models.py fix: repaired RelatedDocument is_downref and is_approved_downref methods 2023-07-07 16:14:18 -05:00
redirect_drafts_urls.py Use the id-archive wherever we had been using the id-repository. Fixes #3080. Commit ready for merge. 2020-10-02 14:13:17 +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 notion of responsible leadership. 2021-07-07 17:49:35 +00:00
settings.py Started moving app-specific settings into app settings.py files. 2016-09-09 05:42:41 +00:00
tests.py test: repair draft_group_link test 2023-07-07 14:03:16 -05:00
tests_ballot.py test: correct use of factories for downref tests 2023-07-07 17:02:16 -05:00
tests_bofreq.py fix: close open things (#5593) 2023-05-10 11:19:34 -05:00
tests_charter.py refactor: Do not use canonical_name() for charters (#5818) 2023-06-14 08:32:21 -05:00
tests_conflict_review.py fix: Allow more email addresses in notification lists (#4792) 2022-12-08 15:46:35 -06:00
tests_downref.py test: correct use of factories for downref tests 2023-07-07 17:02:16 -05:00
tests_draft.py fix: Do not set update_fields when saving new instance 2023-05-19 14:36:08 -03:00
tests_irsg_ballot.py feat: enable editorial stream adoption and balloting (#5011) 2023-01-31 13:50:51 -06:00
tests_js.py test: Fix selectors in selenium tests 2023-05-19 17:54:24 -03:00
tests_material.py refactor: replace datetime.now and datetime.today with timezone.now (#4211) 2022-08-25 13:45:16 -03:00
tests_review.py fix: adjust gating of review requests 2023-07-07 17:31:24 -05:00
tests_rsab_ballot.py feat: enable editorial stream adoption and balloting (#5011) 2023-01-31 13:50:51 -06:00
tests_status_change.py fix: Allow more email addresses in notification lists (#4792) 2022-12-08 15:46:35 -06:00
tests_utils.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
urls.py refactor: import from django.urls instead of django.conf.urls 2023-05-12 20:29:11 -03:00
urls_bofreq.py Added Additional Resources. Simplified the bofreq urls file. 2021-07-07 22:28:05 +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 Removed all __future__ imports. 2020-03-05 23:53:42 +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 [16939] from sasha@dashcare.nl: 2019-11-11 14:22:54 +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 fix: become agnostic about RFC states until we care 2023-07-07 10:33:29 -05:00
utils_bofreq.py Added the notion of responsible leadership. 2021-07-07 17:49:35 +00:00
utils_charter.py refactor: Do not use canonical_name() for charters (#5818) 2023-06-14 08:32:21 -05:00
utils_search.py refactor: Replace is_rfc() tests (#5925) 2023-07-06 12:07:53 -03:00
views_ballot.py refactor: Replace is_rfc() tests (#5925) 2023-07-06 12:07:53 -03:00
views_bofreq.py feat: only offer IAB/IESG members for bofreq responsible leadership (#4276) 2022-07-26 11:23:00 -05:00
views_charter.py refactor: Do not use canonical_name() for charters (#5818) 2023-06-14 08:32:21 -05:00
views_conflict_review.py fix: Allow more email addresses in notification lists (#4792) 2022-12-08 15:46:35 -06:00
views_doc.py fix: repaired idnits2_state 2023-07-07 13:10:52 -05:00
views_downref.py refactor: Represent RFCs as their own DocType (#5835) 2023-06-20 15:28:16 -03:00
views_draft.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
views_help.py Improve proceedings display with new title block, configurable host logos, and additional PDF or URL materials. Fixes #3147. Commit ready for merge. 2021-08-30 17:02:49 +00:00
views_material.py Improve proceedings display with new title block, configurable host logos, and additional PDF or URL materials. Fixes #3147. Commit ready for merge. 2021-08-30 17:02:49 +00:00
views_review.py fix: adjust gating of review requests 2023-07-07 17:31:24 -05:00
views_search.py fix: repair views_search.index_all_drafts 2023-07-07 11:22:44 -05:00
views_stats.py test: Remove unused assignment that caused a mypy error 2023-05-15 11:25:38 -03:00
views_status_change.py refactor: Explicitly allow name=None for a couple of views 2023-05-10 17:16:20 -03:00