Skip to content

SunnySydeUp/django-formwizard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-formwizard

Warning

The 1.0+ releases are incompatible with all previous releases (<=0.6) of django-formwizard!

If you want to use the old version, please install django-formwizard==0.6 (version 0.6 is the last version with the old api)

django-formwizard is a reusable app to work with multi-page forms. Besides normal Forms, it supports FormSets, ModelForms and ModelFormSets.

Note

This app was originally developed as an external library for Django but the code made it to Django itself. Beginning with release 1.4 of Django, the form-wizard will be available in Django directly (django.contrib.formtools.wizard).

This code is a backport of the django.contrib.formtools.wizard code!

Until the 1.4 release, django-formwizard will be maintained to let Django 1.3 users work with the new form-wizard.

To install django-formwizard, simply run

# pip install django-formwizard

The source is available on GitHub.

If you are interested in contributing, just fork the repository on GitHub and commit your changes. Don't forget to send a pull request.

Changes

v1.4.0

  • Use Django 1.5's custom auth model if available.

v1.3.10

  • Use hasattr rather than isinstance or issubclass to check if something is a model form or formset.

About

A rewrite of django's formwizard with pluggable storages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%