datatracker/ietf/doc
2014-01-14 15:50:03 +00:00
..
management 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
migrations Don't insert references to self. 2013-11-02 20:59:43 +00:00
templatetags Rewrite wg_menu tag to use simple_tag instead of a full template Node, 2013-12-18 10:25:59 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Import slugify from django.utils.text (introduced in Django 1.5) 2013-12-18 10:00:58 +00:00
expire.py Move idrfc/ templates to doc/ and subdirectories in doc/, move ported ballot_icon template tag, delete dead code 2013-08-14 14:10:46 +00:00
feeds.py Port feed setup to new feed API where each feed is a class-based view 2013-12-16 16:29:22 +00:00
forms.py Merge forward complete 2013-01-24 21:28:27 +00:00
lastcall.py Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +00:00
mails.py Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +00:00
models.py Use prefetch_related to reduce the number of queries on the search page and in idindex generation, adjust a couple of members on Document slightly to not filter on relations (filtering doesn't work with prefetch_related) 2013-12-18 16:58:34 +00:00
redirect_drafts_urls.py Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django 2013-12-11 16:36:09 +00:00
redirect_idtracker_urls.py Fix a couple of problems in previous URL conversion commit 2013-12-11 17:13:49 +00:00
tests.py Add missing doc page tests, found by the coverage check 2014-01-09 17:03:59 +00:00
tests_ballot.py assertEquals -> assertEqual in tests, the former is deprecated 2013-12-17 12:52:24 +00:00
tests_charter.py Implement missing charter tests as found by the coverage check 2014-01-14 15:50:03 +00:00
tests_conflict_review.py assertEquals -> assertEqual in tests, the former is deprecated 2013-12-17 12:52:24 +00:00
tests_draft.py Simplify make_test_data a bit by using the create_person helper for the chair and WG delegate, regularize the naming of those 2013-12-18 16:27:02 +00:00
tests_status_change.py assertEquals -> assertEqual in tests, the former is deprecated 2013-12-17 12:52:24 +00:00
urls.py Move the Secretariat group email utility to wginfo and the rest of the wgcharter stuff to doc/(views|urls|utils)_charter.py alongside the other document types 2014-01-13 16:08:58 +00:00
urls_charter.py Implement missing charter tests as found by the coverage check 2014-01-14 15:50:03 +00:00
urls_conflict_review.py Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django 2013-12-11 16:36:09 +00:00
urls_status_change.py Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django 2013-12-11 16:36:09 +00:00
utils.py Merge in changes from the old shimfree branch 2013-11-27 12:55:50 +00:00
utils_charter.py Implement missing charter tests as found by the coverage check 2014-01-14 15:50:03 +00:00
views_ballot.py Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +00:00
views_charter.py Implement missing charter tests as found by the coverage check 2014-01-14 15:50:03 +00:00
views_conflict_review.py Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +00:00
views_doc.py Implement missing charter tests as found by the coverage check 2014-01-14 15:50:03 +00:00
views_draft.py Integrate old patch for warning on the request for publication page if 2014-01-10 17:16:12 +00:00
views_help.py Add tags for streams to state help 2013-09-10 16:15:18 +00:00
views_search.py Fix subtle search bug found by stream pages tests, the query was 2014-01-09 17:52:42 +00:00
views_status_change.py Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +00:00