datatracker/ietf/meeting
Ole Laursen 419f387bce Make find_history_active_at return the original object if it is
currently active, otherwise we can't see from the return value whether
a given time predates the history set. The downside is that the caller
may now need to check whether it got a history object or the same
object back.
 - Legacy-Id: 4560
2012-07-02 18:09:42 +00:00
..
migrations Since all the tables have been created earlier, the contents forward and backward of meeting/migrations/0001_initial.py is meaningless, but we need 'pass' instead for it to run. Fixed. 2012-06-22 20:58:05 +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 Tweak TimeSlot and Session admin pages with more filter and search fields. 2012-03-07 10:19:35 +00:00
models.py Merged in personal/adam/v4.00 from adam@nostrum.com with fixes [4436], [4438] to the /meeting/*/requests page. 2012-06-21 00:00:03 +00:00
proxy.py Return 1plenary for area of plenaries to get closer to the behaviour 2012-03-14 19:13:22 +00:00
tests.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
testurl.list Add a test url for the WG agenda URL feature. 2010-07-27 13:09:42 +00:00
timedeltafield.py Added a new field 'short' to Session, to help produce file names for agendas, minutes and slides for groups with different named session, such as for instance 'edu'. Generating distinct filenames directly from the name field gives too long names. 2012-06-20 21:12:26 +00:00
urls.py Try to not use explicit .html extensions in the urls. Redirect from those to .html-less urls. 2012-06-20 23:57:27 +00:00
views.py Make find_history_active_at return the original object if it is 2012-07-02 18:09:42 +00:00