Skip to content

Commit

Permalink
Fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
supercodepoet committed Aug 24, 2010
1 parent 82475a6 commit d1c90de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -8,7 +8,7 @@ The Django FormWizard was not exactly what we were looking for so we decided to
scratch our own itch and create a project that would host different types
of form wizards for use with Django. Currently we have a SessionWizard, which is
a form wizard that is backed by the Django session object. This wizard provides
the ability to use the SessionWizard as a callable in the URlConf but still
the ability to use the SessionWizard as a callable in the URLConf but still
provide thread safety.

Besides the storage of SessionWizard state being in session, it uses an HTTP
Expand Down

0 comments on commit d1c90de

Please sign in to comment.