datatracker/ietf/meeting
Henrik Levkowetz 9be2f712b8 Added a property method to return what the 'session' field used to return,
but based on the 'sessions' m2m field filtered with the meeting agenda.
This is right for the main meeting agenda, but not for personal schedule
layouts, so this isn't a final fix.
 - Legacy-Id: 6436
2013-10-13 17:54:59 +00:00
..
fixtures Merged in the contents of commit [6337] from mcr@sandelman.ca, with some changes to take out dead code that inadvertently came back in. 2013-10-02 21:53:28 +00:00
management/commands This commit isn't tested. It captures the state after merging in branch/ssw/agenda/v4.70. 2013-09-26 19:56:17 +00:00
migrations Merged in the contents of commit [6337] from mcr@sandelman.ca, with some changes to take out dead code that inadvertently came back in. 2013-10-02 21:53:28 +00:00
templatetags This commit isn't tested. It captures the state after merging in branch/ssw/agenda/v4.70. 2013-09-26 19:56:17 +00:00
tests Add known-good files for agenda.html and agenda-utc.html, and update 2013-10-13 17:47:52 +00:00
.gitignore not sure why svn is being stupid here..this commit is worthless, and probably will fail 2007-05-09 22:04:05 +00:00
__init__.py Adding copyright notices to all python files 2007-06-27 21:16:34 +00:00
admin.py Added a RoomAdmin to the admin site. 2013-10-04 18:08:09 +00:00
ajax.py Removed unwanted Http403 exception. 2013-10-04 20:46:08 +00:00
helpers.py Fixed the plenary display code for the text agenda to use the non-proxy plenary information to identify the plenaries, matching other previous changes from the agenda branch. 2013-10-08 06:42:53 +00:00
models.py Added a property method to return what the 'session' field used to return, 2013-10-13 17:54:59 +00:00
proxy.py Fixed the on-and-off failing test_agenda83txt(), which gave inconsistent results because the datetime object given to the template to render had no timezone setting. Added a PRODUCTION_TIMEZONE setting, and used it to provide a consistent timezone to the agenda.txt template. 2013-09-27 20:07:42 +00:00
timedeltafield.py Undid gratuitous whitespace and quoting changes. This code is taken verbatim from an external source, as indicated at the beginning of the file, and should not be messed with unless we fix bugs. 2013-09-26 21:10:41 +00:00
urls.py Merged in the contents of commit [6337] from mcr@sandelman.ca, with some changes to take out dead code that inadvertently came back in. 2013-10-02 21:53:28 +00:00
views.py Fixed the return value assigment from agenda_info() in cvs_agenda() 2013-10-04 20:41:02 +00:00