c465b3c Update for django 1.11

Authored and Committed by jcpunk 6 years ago
46 files changed. 119 lines added. 119 lines removed.
python-Updateinfo.spec
file modified
+3 -3
updateinfo/django_app/__init__.py
file added
+2
updateinfo/django_app/admin.pyupdateinfo/updateinfo_for_django/admin.py
file renamed
+3 -3
updateinfo/django_app/apps.pyupdateinfo/updateinfo_for_django/apps.py
file renamed
+2 -2
updateinfo/django_app/fixtures/addons.json
file added
+1
updateinfo/django_app/migrations/0001_initial.pyupdateinfo/updateinfo_for_django/migrations/0001_initial.py
file renamed
+9 -9
updateinfo/django_app/migrations/0001_initial_data.pyupdateinfo/updateinfo_for_django/migrations/0001_initial_data.py
file renamed
+7 -7
updateinfo/django_app/migrations/__init__.pyupdateinfo/updateinfo_for_django/migrations/__init__.py
file renamed
+0 -0
updateinfo/django_app/models/__init__.pyupdateinfo/updateinfo_for_django/models/__init__.py
file renamed
+0 -0
updateinfo/django_app/models/collection.pyupdateinfo/updateinfo_for_django/models/collection.py
file renamed
+1 -1
updateinfo/django_app/models/collectionstore.pyupdateinfo/updateinfo_for_django/models/collectionstore.py
file renamed
+0 -0
updateinfo/django_app/models/package.pyupdateinfo/updateinfo_for_django/models/package.py
file renamed
+2 -2
updateinfo/django_app/models/packagesumstore.pyupdateinfo/updateinfo_for_django/models/packagesumstore.py
file renamed
+1 -1
updateinfo/django_app/models/reference.pyupdateinfo/updateinfo_for_django/models/reference.py
file renamed
+2 -2
updateinfo/django_app/models/referencestore.pyupdateinfo/updateinfo_for_django/models/referencestore.py
file renamed
+0 -0
updateinfo/django_app/models/update.pyupdateinfo/updateinfo_for_django/models/update.py
file renamed
+4 -4
updateinfo/django_app/models/updateinfo.pyupdateinfo/updateinfo_for_django/models/updateinfo.py
file renamed
+0 -0
updateinfo/django_app/static/updateinfo_for_django/css/index.cssupdateinfo/updateinfo_for_django/static/updateinfo_for_django/css/index.css
file renamed
+0 -0
updateinfo/django_app/static/updateinfo_for_django/images/gnome-reload.pngupdateinfo/updateinfo_for_django/static/updateinfo_for_django/images/gnome-reload.png
file renamed
+0 -0
updateinfo/django_app/static/updateinfo_for_django/images/pk-package-downloaded.pngupdateinfo/updateinfo_for_django/static/updateinfo_for_django/images/pk-package-downloaded.png
file renamed
+0 -0
updateinfo/django_app/static/updateinfo_for_django/images/pk-update-bugfix.pngupdateinfo/updateinfo_for_django/static/updateinfo_for_django/images/pk-update-bugfix.png
file renamed
+0 -0
updateinfo/django_app/static/updateinfo_for_django/images/pk-update-enhancement.pngupdateinfo/updateinfo_for_django/static/updateinfo_for_django/images/pk-update-enhancement.png
file renamed
+0 -0
updateinfo/django_app/static/updateinfo_for_django/images/pk-update-high.pngupdateinfo/updateinfo_for_django/static/updateinfo_for_django/images/pk-update-high.png
file renamed
+0 -0
updateinfo/django_app/static/updateinfo_for_django/images/pk-update-low.pngupdateinfo/updateinfo_for_django/static/updateinfo_for_django/images/pk-update-low.png
file renamed
+0 -0
updateinfo/django_app/static/updateinfo_for_django/images/pk-update-normal.pngupdateinfo/updateinfo_for_django/static/updateinfo_for_django/images/pk-update-normal.png
file renamed
+0 -0
updateinfo/django_app/static/updateinfo_for_django/images/pk-update-security.pngupdateinfo/updateinfo_for_django/static/updateinfo_for_django/images/pk-update-security.png
file renamed
+0 -0
updateinfo/django_app/static/updateinfo_for_django/images/system-shutdown.pngupdateinfo/updateinfo_for_django/static/updateinfo_for_django/images/system-shutdown.png
file renamed
+0 -0
updateinfo/django_app/static/updateinfo_for_django/images/xfce-system-exit.pngupdateinfo/updateinfo_for_django/static/updateinfo_for_django/images/xfce-system-exit.png
file renamed
+0 -0
updateinfo/django_app/static/updateinfo_for_django/js/toggledisplay.jsupdateinfo/updateinfo_for_django/static/updateinfo_for_django/js/toggledisplay.js
file renamed
+0 -0
updateinfo/django_app/templates/updateinfo_for_django/base.htmlupdateinfo/updateinfo_for_django/templates/updateinfo_for_django/base.html
file renamed
+0 -0
updateinfo/django_app/templates/updateinfo_for_django/detail.htmlupdateinfo/updateinfo_for_django/templates/updateinfo_for_django/detail.html
file renamed
+0 -0
updateinfo/django_app/templates/updateinfo_for_django/index.htmlupdateinfo/updateinfo_for_django/templates/updateinfo_for_django/index.html
file renamed
+0 -0
updateinfo/django_app/templates/updateinfo_for_django/paginate.htmlupdateinfo/updateinfo_for_django/templates/updateinfo_for_django/paginate.html
file renamed
+0 -0
updateinfo/django_app/templates/updateinfo_for_django/xml.htmlupdateinfo/updateinfo_for_django/templates/updateinfo_for_django/xml.html
file renamed
+0 -0
updateinfo/django_app/tests/__init__.pyupdateinfo/updateinfo_for_django/tests/__init__.py
file renamed
+0 -0
updateinfo/django_app/tests/test_collection.pyupdateinfo/updateinfo_for_django/tests/test_collection.py
file renamed
+7 -7
updateinfo/django_app/tests/test_helpers.pyupdateinfo/updateinfo_for_django/tests/test_helpers.py
file renamed
+4 -4
updateinfo/django_app/tests/test_package.pyupdateinfo/updateinfo_for_django/tests/test_package.py
file renamed
+5 -5
updateinfo/django_app/tests/test_packagestore.pyupdateinfo/updateinfo_for_django/tests/test_packagestore.py
file renamed
+2 -2
updateinfo/django_app/tests/test_reference.pyupdateinfo/updateinfo_for_django/tests/test_reference.py
file renamed
+2 -2
updateinfo/django_app/tests/test_update.pyupdateinfo/updateinfo_for_django/tests/test_update.py
file renamed
+26 -26
updateinfo/django_app/tests/test_updateinfo.pyupdateinfo/updateinfo_for_django/tests/test_updateinfo.py
file renamed
+30 -30
updateinfo/django_app/urls.pyupdateinfo/updateinfo_for_django/urls.py
file renamed
+2 -2
updateinfo/django_app/views.pyupdateinfo/updateinfo_for_django/views.py
file renamed
+4 -4
updateinfo/updateinfo_for_django/__init__.py
file removed
-2
updateinfo/updateinfo_for_django/fixtures/addons.json
file removed
-1
    Update for django 1.11
    
        
file modified
+3 -3
updateinfo/django_app/admin.py updateinfo/updateinfo_for_django/admin.py
file renamed
+3 -3
updateinfo/django_app/apps.py updateinfo/updateinfo_for_django/apps.py
file renamed
+2 -2
updateinfo/django_app/migrations/0001_initial.py updateinfo/updateinfo_for_django/migrations/0001_initial.py
file renamed
+9 -9
updateinfo/django_app/migrations/0001_initial_data.py updateinfo/updateinfo_for_django/migrations/0001_initial_data.py
file renamed
+7 -7
updateinfo/django_app/migrations/__init__.py updateinfo/updateinfo_for_django/migrations/__init__.py
file renamed
file was renamed with no change to the file
updateinfo/django_app/models/__init__.py updateinfo/updateinfo_for_django/models/__init__.py
file renamed
file was renamed with no change to the file
updateinfo/django_app/models/collection.py updateinfo/updateinfo_for_django/models/collection.py
file renamed
+1 -1
updateinfo/django_app/models/collectionstore.py updateinfo/updateinfo_for_django/models/collectionstore.py
file renamed
file was renamed with no change to the file
updateinfo/django_app/models/package.py updateinfo/updateinfo_for_django/models/package.py
file renamed
+2 -2
updateinfo/django_app/models/packagesumstore.py updateinfo/updateinfo_for_django/models/packagesumstore.py
file renamed
+1 -1
updateinfo/django_app/models/reference.py updateinfo/updateinfo_for_django/models/reference.py
file renamed
+2 -2
updateinfo/django_app/models/referencestore.py updateinfo/updateinfo_for_django/models/referencestore.py
file renamed
file was renamed with no change to the file
updateinfo/django_app/models/update.py updateinfo/updateinfo_for_django/models/update.py
file renamed
+4 -4
updateinfo/django_app/models/updateinfo.py updateinfo/updateinfo_for_django/models/updateinfo.py
file renamed
file was renamed with no change to the file
updateinfo/django_app/static/updateinfo_for_django/css/index.css updateinfo/updateinfo_for_django/static/updateinfo_for_django/css/index.css
file renamed
file was renamed with no change to the file
updateinfo/django_app/static/updateinfo_for_django/images/gnome-reload.png updateinfo/updateinfo_for_django/static/updateinfo_for_django/images/gnome-reload.png
file renamed
file was renamed with no change to the file
updateinfo/django_app/static/updateinfo_for_django/images/pk-package-downloaded.png updateinfo/updateinfo_for_django/static/updateinfo_for_django/images/pk-package-downloaded.png
file renamed
file was renamed with no change to the file
updateinfo/django_app/static/updateinfo_for_django/images/pk-update-bugfix.png updateinfo/updateinfo_for_django/static/updateinfo_for_django/images/pk-update-bugfix.png
file renamed
file was renamed with no change to the file
updateinfo/django_app/static/updateinfo_for_django/images/pk-update-enhancement.png updateinfo/updateinfo_for_django/static/updateinfo_for_django/images/pk-update-enhancement.png
file renamed
file was renamed with no change to the file
updateinfo/django_app/static/updateinfo_for_django/images/pk-update-high.png updateinfo/updateinfo_for_django/static/updateinfo_for_django/images/pk-update-high.png
file renamed
file was renamed with no change to the file
updateinfo/django_app/static/updateinfo_for_django/images/pk-update-low.png updateinfo/updateinfo_for_django/static/updateinfo_for_django/images/pk-update-low.png
file renamed
file was renamed with no change to the file
updateinfo/django_app/static/updateinfo_for_django/images/pk-update-normal.png updateinfo/updateinfo_for_django/static/updateinfo_for_django/images/pk-update-normal.png
file renamed
file was renamed with no change to the file
updateinfo/django_app/static/updateinfo_for_django/images/pk-update-security.png updateinfo/updateinfo_for_django/static/updateinfo_for_django/images/pk-update-security.png
file renamed
file was renamed with no change to the file
updateinfo/django_app/static/updateinfo_for_django/images/system-shutdown.png updateinfo/updateinfo_for_django/static/updateinfo_for_django/images/system-shutdown.png
file renamed
file was renamed with no change to the file
updateinfo/django_app/static/updateinfo_for_django/images/xfce-system-exit.png updateinfo/updateinfo_for_django/static/updateinfo_for_django/images/xfce-system-exit.png
file renamed
file was renamed with no change to the file
updateinfo/django_app/static/updateinfo_for_django/js/toggledisplay.js updateinfo/updateinfo_for_django/static/updateinfo_for_django/js/toggledisplay.js
file renamed
file was renamed with no change to the file
updateinfo/django_app/templates/updateinfo_for_django/base.html updateinfo/updateinfo_for_django/templates/updateinfo_for_django/base.html
file renamed
file was renamed with no change to the file
updateinfo/django_app/templates/updateinfo_for_django/detail.html updateinfo/updateinfo_for_django/templates/updateinfo_for_django/detail.html
file renamed
file was renamed with no change to the file
updateinfo/django_app/templates/updateinfo_for_django/index.html updateinfo/updateinfo_for_django/templates/updateinfo_for_django/index.html
file renamed
file was renamed with no change to the file
updateinfo/django_app/templates/updateinfo_for_django/paginate.html updateinfo/updateinfo_for_django/templates/updateinfo_for_django/paginate.html
file renamed
file was renamed with no change to the file
updateinfo/django_app/templates/updateinfo_for_django/xml.html updateinfo/updateinfo_for_django/templates/updateinfo_for_django/xml.html
file renamed
file was renamed with no change to the file
updateinfo/django_app/tests/__init__.py updateinfo/updateinfo_for_django/tests/__init__.py
file renamed
file was renamed with no change to the file
updateinfo/django_app/tests/test_collection.py updateinfo/updateinfo_for_django/tests/test_collection.py
file renamed
+7 -7
updateinfo/django_app/tests/test_helpers.py updateinfo/updateinfo_for_django/tests/test_helpers.py
file renamed
+4 -4
updateinfo/django_app/tests/test_package.py updateinfo/updateinfo_for_django/tests/test_package.py
file renamed
+5 -5
updateinfo/django_app/tests/test_packagestore.py updateinfo/updateinfo_for_django/tests/test_packagestore.py
file renamed
+2 -2
updateinfo/django_app/tests/test_reference.py updateinfo/updateinfo_for_django/tests/test_reference.py
file renamed
+2 -2
updateinfo/django_app/tests/test_update.py updateinfo/updateinfo_for_django/tests/test_update.py
file renamed
+26 -26
updateinfo/django_app/tests/test_updateinfo.py updateinfo/updateinfo_for_django/tests/test_updateinfo.py
file renamed
+30 -30
updateinfo/django_app/urls.py updateinfo/updateinfo_for_django/urls.py
file renamed
+2 -2
updateinfo/django_app/views.py updateinfo/updateinfo_for_django/views.py
file renamed
+4 -4