.. |
__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
|
Address deprecation warnings to be compatible with Django 2.0
|
2017-12-28 07:23:51 -05: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
|
Address deprecation warnings to be compatible with Django 2.0
|
2017-12-28 07:23:51 -05: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 |
0014_usersettings_related_name.py
|
Address deprecation warnings to be compatible with Django 2.0
|
2017-12-28 07:23:51 -05:00 |
0015_expand_permission_name_size.py
|
Change queue permission_name from 50 chars to 72 chars (#484)
|
2017-02-12 17:33:53 +07:00 |
0016_alter_model_options.py
|
Migration added
|
2017-03-26 10:24:32 +04:00 |