2021-05-25 07:02:09 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-django-formtools: point to py-django2 in DEPENDS
|
2021-05-25 06:57:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-formtools: updated to 2.3
2.3
- Dropped testing for Django 1.11, 2.0 and 2.1.
- Added support for Django 3.1 and Python 3.9.
- Added support for Django 3.2.
- Dropped support for Django 3.0.
- Dropped support for Python 3.5.
|
2020-02-02 07:37:33 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-django-formtools: updated to 2.2
2.2:
- Dropped testing for Django 1.8, 1.9, 1.10.
- Dropped support for Python 2.
- Added support for Django 2.1, 2.2, 3.0, and Python 3.7.
- Updated translations from Transifex.
|
2019-07-10 01:02:29 by Nia Alarie | Files touched by this commit (8) |
Log message:
Update the Python HOMEPAGEs that I missed earlier.
|
2017-10-05 14:20:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-formtools: update to 2.1
2.1:
Added testing for Django 1.11 (no code changes were required).
Added support for Django 2.0.
Dropped testing for Python 3.3 (now end-of-life) on Django 1.8.
|
2017-02-01 19:58:57 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 2.0:
- Added the ``request`` parameter to :meth:`FormPreview.parse_params()
<formtools.preview.FormPreview.parse_params>`.
- Added support for Django 1.10.
- Dropped support for Django 1.7 and Python 3.2 on Django 1.8.
|
2016-05-13 22:02:26 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Django's formtools is a set of high-level abstractions for Django forms.
Currently for form previews and multi-step forms.
This code used to live in Django proper - in django.contrib.formtools - but was
separated into a standalone package in Django 1.8 to keep the framework's core
clean.
|