Hide keyboard shortcuts

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""" 

2 

3Abstract 

4-------- 

5 

6The forms app provides general fields and widgets for use in your apps. SuperDjango resources may make use of these as 

7well, especially those in ``superdjango.db``. 

8 

9Install 

10------- 

11 

12No installation is required. 

13 

14Usage 

15----- 

16 

17TODO 

18 

19""" 

20__author__ = "Shawn Davis <shawn@superdjango.com>" 

21__maintainer__ = "Shawn Davis <shawn@superdjango.com>" 

22__version__ = "0.8.0-d" 

23 

24from .fields import * 

25from .forms import * 

26from .widgets import *