Original django.contrib.formtools.legacy.FormWizard from Django 1.5.12
Project description
This package contains the original django.contrib.formtools.legacy.FormWizard from Django 1.5.12.
It’s intended as backward-compatible quick fix for your project if you’re upgrading to Django 1.6, which deprecates the old implementation.
Installation
This package is also available on PyPI.
$ pip install django-formwizard-deprecated
Usage
Replace your imports. Old:
from django.contrib.formtools import FormWizard
New:
from formwizard_deprecated import FormWizard
Support
This package will updated only when (and if) django.contrib.formtools.legacy.FormWizard will ever change in the Django 1.5.x series. It is only for backward-compatibility purposes and there will be no support nor bugfixes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-formwizard-deprecated-0.1.0.tar.gz
.
File metadata
- Download URL: django-formwizard-deprecated-0.1.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56b15df900a40ed4099aea0223df1284a028ac8ca9089f109013b5c439811254 |
|
MD5 | b1a4ad397a777b762cd51aa870b36150 |
|
BLAKE2b-256 | 238df77c7bbee9ed6e68541c6ee085cd65d9f02b3e8adbf9548f8df9d801b34d |