authentic/src/authentic2/migrations
Valentin Deniaud 41ef79557c models: add missing migration (#47627) 2020-10-13 16:15:53 +02:00
..
0001_initial.py misc: add missing blank=True to BooleanField in migrations (#42504) 2020-05-05 17:08:43 +02:00
0002_auto_20150320_1418.py Unset choices on Attribute.kind, only set choices in model forms 2015-03-20 14:19:43 +01:00
0003_auto_20150409_1840.py dj2.2: cascade on delete (#41238) 2020-04-27 14:34:24 +02:00
0004_service.py misc: add missing base_manager declarations to migrations (#42504) 2020-05-05 17:08:43 +02:00
0005_service_ou.py dj2.2: cascade on delete (#41238) 2020-04-27 14:34:24 +02:00
0006_conditional_slug_index.py migrations: do not run CreatePartialIndexes if router.allow_migrate() is False (fixes #7392) 2015-05-27 19:10:39 +02:00
0007_auto_20150523_0028.py dj2.2: cascade on delete (#41238) 2020-04-27 14:34:24 +02:00
0008_auto_20160204_1415.py dj2.2: cascade on delete (#41238) 2020-04-27 14:34:24 +02:00
0009_auto_20160211_2247.py add partial indexes to AttributeValue to enforce uniqueness of single-valued attributes (fixes #9947) 2016-02-12 13:02:22 +01:00
0010_attributevalue_multiple.py add partial indexes to AttributeValue to enforce uniqueness of single-valued attributes (fixes #9947) 2016-02-12 13:02:22 +01:00
0011_auto_20160211_2253.py add partial indexes to AttributeValue to enforce uniqueness of single-valued attributes (fixes #9947) 2016-02-12 13:02:22 +01:00
0012_auto_20160211_2255.py misc: use NullBooleanField for BooleanField(null=True) with Django<2 (#42504) 2020-05-05 17:08:43 +02:00
0013_auto_20160211_2258.py partial indexes cannot be created on SQLite (fixes #13363) 2016-09-28 21:32:15 +02:00
0014_attributevalue_verified.py start support for verified attribute values (#11160) 2016-06-01 11:36:51 +02:00
0015_auto_20160621_1711.py dj2.2: cascade on delete (#41238) 2020-04-27 14:34:24 +02:00
0016_attribute_disabled.py misc: add missing blank=True to BooleanField in migrations (#42504) 2020-05-05 17:08:43 +02:00
0017_modify_attribute_serialization.py change serialization format for attribute kind string, title and boolean (fixes #15607) 2017-04-03 10:16:18 +02:00
0018_auto_20170524_0842.py dj2.2: cascade on delete (#41238) 2020-04-27 14:34:24 +02:00
0019_auto_20170309_1529.py misc: add missing blank=True to BooleanField in migrations (#42504) 2020-05-05 17:08:43 +02:00
0020_delete_federatedid.py models: remove unused FederatedId model 2017-09-12 11:32:59 +02:00
0021_attribute_order.py misc: hide disabled attributes and values (#42963) 2020-05-22 14:22:11 +02:00
0022_attribute_scopes.py misc: remove byte strings in migrations (#42504) 2020-05-05 17:08:43 +02:00
0023_auto_20181031_0900.py misc: switch external user id source attribute to a charfield (#27692) 2018-10-31 13:19:26 +01:00
0024_auto_20190617_1113.py add unique constraint to UserExternalId (#32833) 2019-06-21 13:31:48 +02:00
0025_auto_20191009_1047.py manager: show user deletion status (#36788) 2019-10-10 18:52:58 +02:00
0026_token.py misc: add one-time token model (#39745) 2020-02-12 17:12:26 +01:00
0027_remove_deleteduser.py misc: replace DeletedUser model by attribute deleted on User (#41930) 2020-05-15 10:49:47 +02:00
0028_trigram_unaccent_index.py migrations: create immutable_unaccent in public schema (#47339) 2020-10-05 13:48:40 +02:00
0029_auto_20201013_1614.py models: add missing migration (#47627) 2020-10-13 16:15:53 +02:00
__init__.py python3: remove deprecated basestring builtin (#31159) 2019-04-01 17:29:01 +02:00