python-django-reversion
An extension to the Django web framework that provides comprehensive version control facilities.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / python-django-reversion
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:django/python-django-reversion && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
django-reversion-5.0.4.tar.gz | 0000072336 70.6 KB | |
only-sqlite-test-db.patch | 0000001282 1.25 KB | |
python-django-reversion.changes | 0000011988 11.7 KB | |
python-django-reversion.spec | 0000002768 2.7 KB |
Revision 30 (latest revision is 37)
Dirk Mueller (dirkmueller)
committed
(revision 30)
- update to 5.0.4: * Fix warning log formatting for failed reverts (@tony). * A revision will no longer be created if a transaction is marked as rollback, as this would otherwise cause an additional database error * A warning log is now emitted if a revert fails due to database integrity errors, making debugging the final ``RevertError`` easier. * Fixed doc builds on readthedocs (@etianen). * Fix admin detail view in multi-database configuration (@atten). * Added support for using django-reversion contexts in ``asyncio`` tasks * Improved performance of `createinitialrevisions` management command
Comments 0