35ccdbd clarify name for short includes.

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