Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1"""
3Abstract
4--------
6The need for lookup data (also known as validation data) is common to perhaps all Web applications. Handling such data
7in a consistent manager can be very beneficial to a project -- there is no need to guess as to the available fields on
8a lookup.
10"""
11__author__ = "Shawn Davis <shawn@superdjango.com>"
12__maintainer__ = "Shawn Davis <shawn@superdjango.com>"
13__version__ = "0.9.0-d"