]> git.parisson.com Git - teleforma.git/commit
Django 3 migration
authorYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 2 May 2023 10:09:48 +0000 (12:09 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 2 May 2023 10:09:48 +0000 (12:09 +0200)
commitfc925fa54393110ab270e9af2d35526e08c92625
tree8ffa90c437a319f4d00ae21fb5cee9ff5b09b248
parentdc7ed8e250994db50d43359d7570074b9876f4fe
Django 3 migration
56 files changed:
app/settings.py
app/urls.py
etc/apache2-dev.conf
requirements-dev.txt
requirements.txt
teleforma/admin.py
teleforma/exam/migrations/0001_initial.py [deleted file]
teleforma/exam/migrations/0002_auto__chg_field_script_reject_reason.py [deleted file]
teleforma/exam/migrations/0003_auto__chg_field_script_file__chg_field_scriptpage_file.py [deleted file]
teleforma/exam/migrations/0004_auto__add_field_quota_script_type.py [deleted file]
teleforma/exam/migrations/0005_auto__add_field_quota_session__chg_field_quota_course__chg_field_quota.py [deleted file]
teleforma/exam/migrations/0006_auto__chg_field_script_mime_type__chg_field_scriptpage_mime_type.py [deleted file]
teleforma/exam/migrations/__init__.py [deleted file]
teleforma/exam/south_migrations/0001_initial.py [new file with mode: 0644]
teleforma/exam/south_migrations/0002_auto__chg_field_script_reject_reason.py [new file with mode: 0644]
teleforma/exam/south_migrations/0003_auto__chg_field_script_file__chg_field_scriptpage_file.py [new file with mode: 0644]
teleforma/exam/south_migrations/0004_auto__add_field_quota_script_type.py [new file with mode: 0644]
teleforma/exam/south_migrations/0005_auto__add_field_quota_session__chg_field_quota_course__chg_field_quota.py [new file with mode: 0644]
teleforma/exam/south_migrations/0006_auto__chg_field_script_mime_type__chg_field_scriptpage_mime_type.py [new file with mode: 0644]
teleforma/exam/south_migrations/__init__.py [new file with mode: 0644]
teleforma/forms.py
teleforma/management/commands/teleforma-convert-boolean-fields.py [new file with mode: 0644]
teleforma/migrations/0001_initial.py
teleforma/models/__init__.py
teleforma/models/ae.py [deleted file]
teleforma/models/core.py
teleforma/models/crfpa.py
teleforma/models/pro.py
teleforma/templates/postman/base_write.html
teleforma/templates/registration/registration_complete.html
teleforma/templates/teleforma/annals.html
teleforma/templates/teleforma/appointments.html
teleforma/templates/teleforma/course_conference.html
teleforma/templates/teleforma/course_conference_audio.html
teleforma/templates/teleforma/course_detail.html
teleforma/templates/teleforma/course_document.html
teleforma/templates/teleforma/course_media.html
teleforma/templates/teleforma/course_media_transcoded.html
teleforma/templates/teleforma/course_media_video_embed.html
teleforma/templates/teleforma/courses.html
teleforma/templates/teleforma/courses_pending.html
teleforma/templates/teleforma/inc/conference_list.html
teleforma/templates/teleforma/inc/document_list.html
teleforma/templates/teleforma/inc/media_list.html
teleforma/templates/teleforma/inc/newsitem.html
teleforma/templates/teleforma/inc/newsitems_portlet.html
teleforma/templates/teleforma/inc/user_list.html
teleforma/templates/teleforma/newsitem_list.html
teleforma/templates/teleforma/profile_detail.html
teleforma/templates/teleforma/search_criteria.html
teleforma/templates/teleforma/users.html
teleforma/templates/telemeta/base.html
teleforma/templatetags/teleforma_tags.py
teleforma/urls.py
teleforma/views/core.py
teleforma/webclass/migrations/0001_initial.py