django-helpdesk/helpdesk/migrations
2016-10-29 13:35:03 +07: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 Merge 2015-04-28 09:13:54 +10:00
0002_populate_usersettings.py Remove migration 0002_socks_proxy.py which has been squashed into 0001, rename migrations 0003 and 0004 and update their dependencies accordingly 2015-06-03 12:39:02 +07:00
0003_initial_data_import.py Initial general clean-up of stuff 2016-10-21 17:14:12 +02:00
0004_add_per_queue_staff_membership.py Merge squashed fixes from flinz/per-queue-staff-membership: 2015-06-12 17:41:15 +07:00
0005_queues_no_null.py bugfix: migration dependency corrected 2015-11-13 16:03:13 +01:00
0006_email_maxlength.py django 1.8 email field size migration 2015-11-13 15:50:22 +01:00
0007_max_length_by_integer.py adding migration for bugfix 'changed max_length given by string to integer;' 2015-12-16 16:37:22 +01:00
0008_extra_for_permissions.py adding required model extra info for permissions 2015-12-16 22:27:05 +01:00
0009_migrate_queuemembership.py creation of Permission-per-Queue is done always 2015-12-18 14:35:50 +01:00
0010_remove_queuemembership.py fixing migration and allowing valid rollback on typical migrations 2015-12-17 18:44:10 +01:00
0011_admin_related_improvements.py Making Queue slug unique and improving certain admin-related behaviour 2015-12-18 14:56:53 +01:00
0012_queue_default_owner.py Nullable "default_owner" field added to Queue model 2016-02-17 11:40:08 +03:00
0013_email_box_local_dir_and_logging.py Used six to add python3 compatibility along side existing python2, and replaced print statements with logging features. Can now poll a local directory for mail too, not just remote POP3/IMAP. 2016-09-14 20:35:18 -04:00