forked from pool/python-django-invitations
* French translation * Translation Portuguese (BR) * Add default_auto_field and migration. * Add missing configuration values for test_settings. * Remove mention of sites framework from docs - drop configure-django.patch (upstream) * Support Django 4.0 - disable py2 build as deps are only for python 3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-invitations?expand=0&rev=16
84 lines
3.0 KiB
Plaintext
84 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Dec 5 21:58:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.1.0:
|
|
* French translation
|
|
* Translation Portuguese (BR)
|
|
* Add default_auto_field and migration.
|
|
* Add missing configuration values for test_settings.
|
|
* Remove mention of sites framework from docs
|
|
- drop configure-django.patch (upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 17 09:58:22 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Update to 2.0.0:
|
|
- Added Ukrainian language
|
|
- MANIFEST.in: Include usual targets
|
|
- JazzBand project guidelines
|
|
- Update import for django 4.0
|
|
- Update README.md
|
|
- Add django 4.0 and python 3.9/3.10 to test matrix.
|
|
- Fix docstring for accepted invite signal
|
|
- Passed request as an argument into invite_accepted signal
|
|
- refactor(models): use get_current_site from django shortcuts
|
|
- Make "inviter" be an raw_id_field in admin
|
|
- Add i18n tags
|
|
- Add invitation object as an argument to the invite accepted signal
|
|
- Set inviter in SendJSONInvite
|
|
- Make accept-invite viewname configurable in django settings
|
|
- Use poetry for package management.
|
|
- Sphinx based documentation
|
|
- Add documentation for swappable forms.
|
|
- Correct spelling mistakes
|
|
- Fix release workflow to actually publish
|
|
- Fix flake8 and tox dependencies
|
|
- Remove upstreamed patches:
|
|
- django-4.0.patch
|
|
- python-django-invitations-no-mock.patch
|
|
- Add configure-django.patch to add missing configuration values
|
|
for Django.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 9 10:36:29 UTC 2022 - pgajdos@suse.com
|
|
|
|
- do not require python-mock for build
|
|
- added patches
|
|
https://github.com/jazzband/django-invitations/blob/master/tests/basic/tests.py#L4
|
|
+ python-django-invitations-no-mock.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 1 05:15:59 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch django-4.0.patch:
|
|
* Support Django 4.0
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 20 08:25:25 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.9.3:
|
|
* support new django
|
|
- Remove patch django20.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 5 14:53:08 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- disable py2 build as deps are only for python 3
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 16 14:16:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Skip one failing test which is caused by django-pytest
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 5 11:09:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Switch to github archive to not differ from the fetched files
|
|
- Add patch to work with django2.0+:
|
|
* django20.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 16 04:38:18 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v1.9.2
|