Find a file
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
ietf Use get() instead of filter()[0]. This results in a better exception 2007-05-23 16:56:07 +00:00
.gitignore Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00