Django 1.11; removed unused comments app.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 28 Feb 2019 01:09:12 +0000 (02:09 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 28 Feb 2019 01:09:12 +0000 (02:09 +0100)
commit56145861cf5fa01c5fbb429d40242e0a16189ed1
tree64f82c4fa54c8ade5fd68bd3ac834ea8f6aaa47b
parent5913c54d19b8f6775633176032161d49f9b2f1aa
Django 1.11; removed unused comments app.
57 files changed:
requirements.txt
src/apiclient/migrations/0001_initial.py
src/apiclient/migrations/0002_auto__add_field_oauthconnection_beta.py [deleted file]
src/apiclient/migrations/0003_auto__chg_field_oauthconnection_user__del_unique_oauthconnection_user.py [deleted file]
src/apiclient/urls.py
src/catalogue/management/__init__.py
src/catalogue/migrations/0001_initial.py
src/catalogue/migrations/0002_stages.py [deleted file]
src/catalogue/migrations/0003_from_hg.py [deleted file]
src/catalogue/migrations/0004_fix_revisions.py [deleted file]
src/catalogue/migrations/0005_auto__add_field_chunk_gallery_start.py [deleted file]
src/catalogue/migrations/0006_auto__add_field_book_public.py [deleted file]
src/catalogue/migrations/0007_auto__add_field_book_dc_slug.py [deleted file]
src/catalogue/migrations/0008_auto.py [deleted file]
src/catalogue/migrations/0009_auto__add_field_book__on_track.py [deleted file]
src/catalogue/migrations/0010_auto__add_field_book_dc_cover_image.py [deleted file]
src/catalogue/migrations/0011_auto__add_project__add_field_book_project.py [deleted file]
src/catalogue/migrations/0012_auto__add_imagepublishrecord__add_imagechange__add_unique_imagechange_.py [deleted file]
src/catalogue/migrations/0013_auto__add_field_image_project.py [deleted file]
src/catalogue/templatetags/book_list.py
src/catalogue/templatetags/wall.py
src/catalogue/tests/__init__.py
src/catalogue/tests/book.py [deleted file]
src/catalogue/tests/gallery.py [deleted file]
src/catalogue/tests/publish.py [deleted file]
src/catalogue/tests/test_book.py [new file with mode: 0644]
src/catalogue/tests/test_gallery.py [new file with mode: 0644]
src/catalogue/tests/test_publish.py [new file with mode: 0644]
src/catalogue/tests/test_xml_updater.py [new file with mode: 0644]
src/catalogue/tests/xml_updater.py [deleted file]
src/catalogue/urls.py
src/cover/forms.py
src/cover/migrations/0001_initial.py
src/cover/migrations/0002_auto__chg_field_image_download_url.py [deleted file]
src/cover/migrations/0003_auto__chg_field_image_source_url.py [deleted file]
src/cover/urls.py
src/dvcs/storage.py
src/dvcs/tests/__init__.py [changed mode: 0755->0644]
src/dvcs/tests/migrations/0001_initial.py [new file with mode: 0644]
src/dvcs/tests/migrations/__init__.py [new file with mode: 0644]
src/dvcs/tests/models.py [new file with mode: 0644]
src/dvcs/tests/tests.py [new file with mode: 0644]
src/fileupload/templatetags/upload_tags.py
src/redakcja/settings/common.py
src/redakcja/settings/compress.py
src/redakcja/settings/test.py
src/redakcja/urls.py
src/toolbar/migrations/0001_initial.py
src/toolbar/migrations/0002_auto__del_field_button_key_mod__chg_field_button_key.py [deleted file]
src/toolbar/migrations/0003_button_key_rename_to_accesskey.py [deleted file]
src/toolbar/migrations/0004_auto__chg_field_button_accesskey.py [deleted file]
src/toolbar/migrations/0005_initial_data.py [deleted file]
src/wiki/migrations/0001_initial.py
src/wiki/migrations/0002_auto__add_theme.py [deleted file]
src/wiki/templates/wiki/document_details.html
src/wiki/urls.py
src/wiki_img/urls.py