| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-26 | Fixed #23677 -- Removed contrib.formtools | Tim Graham | |
| 2014-06-09 | Fixed formtools tests with Python 2 | Claude Paroz | |
| Fixes #19905 again. | |||
| 2014-05-30 | Fixed #19905 -- Fixed leakage of file descriptors in form wizard. | Florian Apolloner | |
| 2014-04-06 | Fixed #21977 -- Deprecated SimpleTestCase.urls | Anubhav Joshi | |
| 2013-10-23 | Fixed #21298 -- Fixed E301 pep8 warnings | Alasdair Nicol | |
| 2013-10-17 | Fixed #21259 -- Fixed formstools wizard for InlineFormSet. | Kathryn Killebrew | |
| 2013-05-09 | Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and ↵ | Luke Plant | |
| added '__all__' shortcut This also updates all dependent functionality, including modelform_factory and modelformset_factory, and the generic views `ModelFormMixin`, `CreateView` and `UpdateView` which gain a new `fields` attribute. | |||
| 2013-03-23 | Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom ↵ | Russell Keith-Magee | |
| User models. Thanks to matiasb for the report of #20060 and the draft patch for #20048. | |||
| 2012-12-08 | Fixed #19357 -- Allow non-ASCII chars in filesystem paths | Claude Paroz | |
| Thanks kujiu for the report and Aymeric Augustin for the review. | |||
| 2012-10-31 | Add `form` to formwizard context (includes tests) | Kent Hauser | |
| 2012-08-15 | Ensured that about half of the files opened in the formtools tests were ↵ | Alex Gaynor | |
| explicitly closed. | |||
| 2012-06-07 | Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. | Claude Paroz | |
| Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review. | |||
| 2012-05-25 | Specified when open should use binary mode. | Claude Paroz | |
| Thanks Vinaj Sajip for the help of his django3 branch. | |||
| 2012-05-03 | Replaced deprecated TestCase methods. Refs #17049. | Claude Paroz | |
| 2012-03-30 | Removed with_statement imports, useless in Python >= 2.6. Refs #17965. ↵ | Claude Paroz | |
| Thanks jonash for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17828 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-04 | Fixed #17677 -- Made sure the WizardView doesn't accidentally overwrite the ↵ | Jannis Leidel | |
| `instance` or `queryset` form parameters when they are already set by the `get_form_kwargs` method. Thanks to goodtune and Stephan Jäkel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17651 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-19 | Fixed #17151 -- Renamed `wizard_prev_step` to the clearer `wizard_goto_step` ↵ | Julien Phalip | |
| in `NamedUrlWizardView`. Thanks, Bradley Ayers and Stephan Jaekel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17233 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-19 | Fixed #17148 -- Fixed the signature of `WizardView.get_context_data()` to ↵ | Julien Phalip | |
| play nicer with mixin inheritance. Thanks, Bradley Ayers and Stephan Jaekel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17231 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-08-13 | Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated ↵ | Jannis Leidel | |
| when running outside of the Django test suite. Also moved around the new wizard's templates a bit to better fit the common app layout. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16616 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
