datatracker/ietf/doc/management/commands
Robert Sparks 7bc6f2b6b2
fix: return same bibxml for versioned and versionless references (#4470)
* fix: return same bibxml for versioned and versionless references

Fixes #4384.

Refactors bibxml production to remove repeated logic.

Abandons the half-implemented idea that returning information
from the Submission object might be better than the Document or
DocHistory objects.

* fix: test for None with `is not` and simplify choice from multiple qs objects

Addresses review comments.
2022-09-19 10:38:57 -05:00
..
__init__.py Added a management command to generate bibxml files for drafts. It's not fully cooked yet, as it needs to differentiate between documents which are currently drafts, and those that have been published as RFCs, but the basics are there. 2012-10-25 21:18:06 +00:00
find_github_backup_info.py Fixed a pyflakes nit. 2020-09-07 14:57:00 +00:00
fix_105_slides.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
generate_draft_aliases.py Merged in [19987] from rjsparks@nostrum.com: 2022-02-24 19:59:09 +00:00
generate_draft_bibxml_files.py fix: return same bibxml for versioned and versionless references (#4470) 2022-09-19 10:38:57 -05:00
generate_idnits2_rfc_status.py Provide a per-document status file in the format expected by idnits2. Rework the rfc status blob and obsoleted file to manage the long generation times. Commit ready for merge. 2021-07-30 16:13:15 +00:00
generate_idnits2_rfcs_obsoleted.py Provide a per-document status file in the format expected by idnits2. Rework the rfc status blob and obsoleted file to manage the long generation times. Commit ready for merge. 2021-07-30 16:13:15 +00:00