datatracker/ietf/contrib
Bill Fenner 405ff8cb7a Allow specifying querysets.
Given the number of kwargs that some constructors take, perhaps the
better thing would be to be able to say "this field gets these
kwargs", so we could instead pass something like
other = { 'foo': {'queryset': Foo.objects.all()}, 'bar': {'fwip': 'baz'} }.
 - Legacy-Id: 147
2007-05-22 19:53:28 +00:00
..
.gitignore Ignore *.pyc, *.swp 2007-05-12 16:29:22 +00:00
__init__.py Introduce contrib/ to hold form wizard tool from django's trac. 2007-05-10 21:57:22 +00:00
form_decorator.py Allow specifying querysets. 2007-05-22 19:53:28 +00:00
wizard.py Switch from pickle to str(). This may be wallpapering over the 2007-05-16 03:47:53 +00:00