datatracker/ietf
Bill Fenner 2ad2219895 Implement DocumentWrapper class, which isn't a model but has enough
of the same API as IDInternal to allow the template to render it.

When fetching lists of document IDs, use values() to fetch only the
ID to reduce database overhead (and model object creation overhead)
 - Legacy-Id: 373
2007-06-13 17:21:22 +00:00
..
agenda Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny. 2007-06-05 16:58:58 +00:00
announcements Add a nomcom announcement to diff. 2007-06-11 11:21:11 +00:00
bin Use python module instead of file path to settings file. 2007-06-04 13:54:29 +00:00
contrib Patched a bug in BeautifulSoup (discovered by PyFlakes) and quietened the remaining nonconsequential comments from PyFlakes regarding BeautifulSoup 2007-06-10 14:14:16 +00:00
database-notes Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
idindex Initial implementation of view_related. The related_docs() function 2007-06-06 02:14:29 +00:00
idtracker Implement DocumentWrapper class, which isn't a model but has enough 2007-06-13 17:21:22 +00:00
iesg Check that the feed returns 200. 2007-06-11 17:26:34 +00:00
ietfauth Adding individual app testurl lists for /my/ and /ietfauth/ 2007-06-13 12:35:49 +00:00
ipr Fixing some template changes needed after the model surgery in changeset [186], and extending the attribute alignment to IprRfc and IprDraft models. 2007-06-13 14:05:26 +00:00
liaisons Fixing open-ended URL spec's for liaison app. 2007-06-12 23:00:23 +00:00
mailinglists Test URLs for mailing lists 2007-06-12 21:06:56 +00:00
meeting Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny. 2007-06-05 16:58:58 +00:00
my Adding individual app testurl lists for /my/ and /ietfauth/ 2007-06-13 12:35:49 +00:00
proceedings Improved fix to the first undefined symbol problem in proceedings/models.py (Bills original fix in [213] reinstated) 2007-06-05 17:30:22 +00:00
redirects Remove the hack, now that suffix can be null. This will 2007-06-13 04:15:22 +00:00
templates Implement DocumentWrapper class, which isn't a model but has enough 2007-06-13 17:21:22 +00:00
utils Compact spaces after \n conversion in soup2html. 2007-06-12 22:46:30 +00:00
.gitignore removed extraneous .pyc files 2007-05-09 21:55:44 +00:00
__init__.py Added __version__ string 2007-05-11 15:45:45 +00:00
manage.py Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
middleware.py Add two middleware classes: 2007-06-04 13:52:34 +00:00
settings.py * Adding a SERVER_EMAIL setting in settings.py and settings_local_test.py 2007-06-08 17:01:07 +00:00
tests.py Slightly better 'skip' messages from ietf/tests.py 2007-06-12 23:01:16 +00:00
testurl.list Clearing the top-level testurl.list file. All test URls should be specified in the application level testurl.list files. 2007-06-13 11:41:06 +00:00
urls.py Adding handler404 and handler 500 in the right place ,;-) 2007-06-05 18:18:40 +00:00
views.py Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00