are the same as their cgi counterparts. Differences: * The sections are ordered differently; the cgi has Active, Published, Expired, Withdrawn; the django has Active, Expired, Published, Withdrawn by IETF, Withdrawn by Submitter. Since the explicit ordering by the cgi was why it missed the "Withdrawn by Submitter" documents, I chose to keep the database-influenced ordering. * The revision numbers for published documents are of the version that was published, not of the tombstone. - Legacy-Id: 590 |
||
---|---|---|
.. | ||
.gitignore | ||
__init__.py | ||
forms.py | ||
models.py | ||
testurl.list | ||
urls.py | ||
views.py |