Package: django-reversion / 3.0.3-1

Metadata

Package Version Patches format
django-reversion 3.0.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Skip postgresql and mysql tests.patch | (download)

tests/test_app/tests/test_api.py | 15 15 0 - 0 !
tests/test_app/tests/test_commands.py | 18 18 0 - 0 !
tests/test_app/tests/test_models.py | 24 24 0 - 0 !
tests/test_project/settings.py | 27 21 6 - 0 !
4 files changed, 78 insertions( ), 6 deletions(-)

 skip postgresql and mysql tests.


0002 Set missing Language property on catalogs.patch | (download)

reversion/locale/ar/LC_MESSAGES/django.po | 2 1 1 - 0 !
reversion/locale/cs/LC_MESSAGES/django.po | 1 1 0 - 0 !
reversion/locale/da/LC_MESSAGES/django.po | 2 1 1 - 0 !
reversion/locale/de/LC_MESSAGES/django.po | 1 1 0 - 0 !
reversion/locale/he/LC_MESSAGES/django.po | 1 1 0 - 0 !
reversion/locale/it/LC_MESSAGES/django.po | 1 1 0 - 0 !
reversion/locale/nb/LC_MESSAGES/django.po | 2 1 1 - 0 !
reversion/locale/pt_BR/LC_MESSAGES/django.po | 1 1 0 - 0 !
reversion/locale/ru/LC_MESSAGES/django.po | 1 1 0 - 0 !
reversion/locale/sk/LC_MESSAGES/django.po | 2 1 1 - 0 !
reversion/locale/sv/LC_MESSAGES/django.po | 2 1 1 - 0 !
reversion/locale/zh_CN/LC_MESSAGES/django.po | 2 1 1 - 0 !
reversion/locale/zh_Hans/LC_MESSAGES/django.po | 2 1 1 - 0 !
13 files changed, 13 insertions( ), 7 deletions(-)

 set missing language property on catalogs.

This prevents babel from failing to compile during build.