django-helpdeskmig/helpdesk/migrations
Arkadiy Korotaev d2a7bad576
ifix(email): Create the log file only if required
+ update some translations
+ update some tests to correctly mock unlink as well
+ fix flake8 errors and sort the imports in email module
+ update some log messages to pass base message + parameters instead of rendered string (works better with Sentry)
2020-11-25 10:31:40 +01:00
..
__init__.py Add proper database migrations support using South. Updated documentation to match. Closes GH-50. 2011-04-27 19:57:03 +10:00
0001_initial.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0002_populate_usersettings.py Fix some renaming issues from most recent merge 2019-10-12 18:58:50 -04:00
0003_initial_data_import.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0004_add_per_queue_staff_membership.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0005_queues_no_null.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0006_email_maxlength.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0007_max_length_by_integer.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0008_extra_for_permissions.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0009_migrate_queuemembership.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0010_remove_queuemembership.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0011_admin_related_improvements.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0012_queue_default_owner.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0013_email_box_local_dir_and_logging.py ifix(email): Create the log file only if required 2020-11-25 10:31:40 +01:00
0014_usersettings_related_name.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0015_expand_permission_name_size.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0016_alter_model_options.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0017_default_owner_on_delete_null.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0018_ticket_secret_key.py fix(migrations): Rename the migration back due to InconsistentMigrationHistory otherwise 2020-11-10 18:24:16 +01:00
0019_ticket_secret_key.py fix(migrations): Rename the migration back due to InconsistentMigrationHistory otherwise 2020-11-10 18:24:16 +01:00
0020_depickle_user_settings.py fix<migrations>: correct import of b64decode in migration 0020 2019-12-17 19:25:45 +01:00
0021_voting_tracker.py Remove old python2/six code 2018-12-28 03:13:52 -05:00
0022_add_submitter_email_id_field_to_ticket.py Merge brunotikami/master for user and email threading, for #385 and #375 2018-12-28 10:53:28 -05:00
0023_add_enable_notifications_on_email_events_to_ticket.py Merge brunotikami/master for user and email threading, for #385 and #375 2018-12-28 10:53:28 -05:00
0024_time_spent.py basic support for time spend of tikets and follow-ups 2019-02-06 21:55:53 +01:00
0025_queue_dedicated_time.py adding dedicated_time attribute to Queue model 2019-02-24 20:46:30 +01:00
0026_kbitem_attachments.py adding support for images as knowledgebase attachment 2019-03-09 18:14:11 +01:00
0027_auto_20200107_1221.py Fix voting for logged in users. Voting still broken for anon users 2020-01-20 13:22:45 +01:00
0028_kbitem_team.py Private kb categories 2020-01-27 17:37:59 +01:00
0029_kbcategory_public.py Private kb categories 2020-01-27 17:37:59 +01:00
0030_add_kbcategory_name.py add KBCategory.name, improve KBCategory admin 2020-02-25 14:36:18 +01:00
0031_auto_20200225_1440.py add KBitem.order to allow ordering items 2020-02-25 14:43:10 +01:00
0032_kbitem_enabled.py allow KBItems to be disabled for users 2020-02-25 14:46:21 +01:00
0033_ticket_merged_to.py Add merged_to information to ticket 2020-10-29 23:29:16 +01:00
0034_create_email_template_for_merged.py fix(migrations): Fix the 0034 migration for Postgres 2020-11-10 17:41:10 +01:00