]> git.parisson.com Git - pdfannotator.git/commit
Update imports, modules, and migrate some code to python 3 / django 3
authortest test <yoanl@pilotsystems.net>
Wed, 26 May 2021 13:14:03 +0000 (15:14 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 26 May 2021 13:14:03 +0000 (15:14 +0200)
commit3d2b948e340c7b8cf90860186f0c84b79ba2bb1d
tree98473f4210b05ae8e08f8eedb8dd6ba91acff043
parent366878027aafe7f42dbcab8eed55e76259dcecd7
Update imports, modules, and migrate some code to python 3 / django 3
14 files changed:
pdfannotator/admin.py
pdfannotator/migrations/0001_initial.py [deleted file]
pdfannotator/migrations/0002_auto__add_annotationcomment.py [deleted file]
pdfannotator/migrations/0003_auto__add_field_annotationcomment_created__add_field_annotation_order.py [deleted file]
pdfannotator/migrations/0004_auto__add_index_annotationcomment_uuid__add_index_annotation_uuid__add.py [deleted file]
pdfannotator/migrations/__init__.py [deleted file]
pdfannotator/models.py
pdfannotator/south_migrations/0001_initial.py [new file with mode: 0644]
pdfannotator/south_migrations/0002_auto__add_annotationcomment.py [new file with mode: 0644]
pdfannotator/south_migrations/0003_auto__add_field_annotationcomment_created__add_field_annotation_order.py [new file with mode: 0644]
pdfannotator/south_migrations/0004_auto__add_index_annotationcomment_uuid__add_index_annotation_uuid__add.py [new file with mode: 0644]
pdfannotator/south_migrations/__init__.py [new file with mode: 0644]
pdfannotator/templatetags/pdfannotator.py
pdfannotator/urls.py