File python-django-extra-views.changes of Package python-django-extra-views
-------------------------------------------------------------------
Tue Nov 22 12:28:24 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python-six module
- Remove python_module macro definition
- Use autosetup instead of setup+patch
-------------------------------------------------------------------
Mon Jan 10 12:47:05 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Add merged_10881330.patch for Django 4.0 support
-------------------------------------------------------------------
Sat Jul 24 02:07:33 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Added merged_pr_233.patch for Django 3.2 support
- Update to v0.14.0
* Removed support for Python 2.7.
* Added support for Python 3.8 and Django 3.1.
* Removed the following classes (use the class in parentheses instead):
+ BaseFormSetMixin (use BaseFormSetFactory)
+ BaseInlineFormSetMixin (use BaseInlineFormSetFactory)
+ InlineFormSet (use InlineFormSetFactory)
+ BaseGenericInlineFormSetMixin (use BaseGenericInlineFormSetFactory)
+ GenericInlineFormSet (use GenericInlineFormSetFactory)
-------------------------------------------------------------------
Fri Jun 26 18:08:31 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Activated test suite
-------------------------------------------------------------------
Thu May 7 05:34:54 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Update to v0.13.0
-------------------------------------------------------------------
Fri Apr 12 01:09:58 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v0.12.0