datatracker/ietf/iesg
Jennifer Richards f2c2957925
refactor: Represent RFCs as their own DocType (#5835)
* feat: Add RFC DocTypeName, StateType, and States

* refactor: Rename rfc_number() to deprecated_rfc_number()

* feat: Add rfc_number field to DocInfo

* feat: Add DocRelationshipName "became-rfc"

* chore: First-pass migration to create rfc Documents

* chore: create_rfc_documents migration depends on new names

* refactor: Rename variable

* fix: Fix revname / downcase name for "became-rfc" DocRelationshipName

* chore: Remove debugging print statements

* feat: Point rfc aliases at rfc Documents

* test: Refactor RFC factories

* refactor: Rewrite is_rfc() in terms of type_id

* test: Use RfcFactory as base for IndividualRfcFactory

* refactor: Replace calls to deprecated_rfc_number()

* refactor: Remove deprecated_rfc_number() method

* test: Import WgRfcFactory
2023-06-20 15:28:16 -03:00
..
migrations feat: Move IESG agenda items from filesystem to DB (#5366) 2023-04-23 18:05:58 -05:00
.gitignore Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
__init__.py Remove outdated mechanic for adding additional email addresses to crash reports from several apps. Commit ready for merge. 2021-08-11 15:35:28 +00:00
admin.py feat: Move IESG agenda items from filesystem to DB (#5366) 2023-04-23 18:05:58 -05:00
agenda.py feat: Move IESG agenda items from filesystem to DB (#5366) 2023-04-23 18:05:58 -05:00
factories.py feat: Move IESG agenda items from filesystem to DB (#5366) 2023-04-23 18:05:58 -05:00
feeds.py fix: more timezone fixes 2022-09-23 17:12:06 -03:00
models.py feat: Move IESG agenda items from filesystem to DB (#5366) 2023-04-23 18:05:58 -05:00
resources.py feat: Move IESG agenda items from filesystem to DB (#5366) 2023-04-23 18:05:58 -05:00
tests.py feat: Move IESG agenda items from filesystem to DB (#5366) 2023-04-23 18:05:58 -05:00
urls.py feat: Move IESG agenda items from filesystem to DB (#5366) 2023-04-23 18:05:58 -05:00
utils.py Another round of iesg page optimizations. Reduced additional instances of individual lookups to a single lookup followed by annotation of document objects. Reduced several instances of repeating the same work multiple times (queries for telechat documents, queries for telechat dates). 2018-04-05 11:03:26 +00:00
views.py refactor: Represent RFCs as their own DocType (#5835) 2023-06-20 15:28:16 -03:00