datatracker/ietf/meeting
Bill Fenner 5528a04cd9 Use get() instead of filter()[0]. This results in a better exception
on failure (DoesNotExist instead of IndexError).

Call the database query once and store it in a temp variable instead
of doing the same query twice.

Handle day_id=NULL for the morning beverages/breakfast time.

Use the DoesNotExist exception instead of a generic except: for
the area - except: is likely to hide things that you didn't expect.
 - Legacy-Id: 156
2007-05-23 16:56:07 +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 - Legacy-Id: 111 2007-05-09 21:05:20 +00:00
models.py - Legacy-Id: 111 2007-05-09 21:05:20 +00:00
urls.py - Legacy-Id: 111 2007-05-09 21:05:20 +00:00
views.py Use get() instead of filter()[0]. This results in a better exception 2007-05-23 16:56:07 +00:00