datatracker/ietf/ipr/migrations
Ole Laursen 8bca1b4b33 Summary: Make name the primary key for DocAlias.
This fixes Javascript widgets working with DocAliases, such as the
replaces field in draft submission, to work better with Javascript
disabled. It also makes sense from a modelling perspective as the name
really is a unique key for the alias.

The actual transformation requires a series of migrations taking a
couple of minutes to complete. The actual switch to the key is done at
the end.

Branch ready for merge.
 - Legacy-Id: 10111
2015-09-30 13:47:33 +00:00
..
0001_initial.py Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x. 2015-02-08 21:16:44 +00:00
0002_remove_legacy_models.py Fixes Ticket #1626. Cleanup legacy IPR models. Commit ready for merge. 2015-03-25 16:17:45 +00:00
0003_auto_20150430_0847.py Added 5 migrations for changes in model field help-text strings which changed in the facelift. Also fixed the expression of the help text for NomCom.reminder_interval so the text itself doesn't contain quite as much whitespace. 2015-04-30 16:18:25 +00:00
0004_iprdocrel_document_name.py Summary: Make name the primary key for DocAlias. 2015-09-30 13:47:33 +00:00
0005_auto_20150930_0227.py Summary: Make name the primary key for DocAlias. 2015-09-30 13:47:33 +00:00
0006_auto_20150930_0235.py Summary: Make name the primary key for DocAlias. 2015-09-30 13:47:33 +00:00
0007_auto_20150930_0258.py Summary: Make name the primary key for DocAlias. 2015-09-30 13:47:33 +00:00
__init__.py Merged in branch/amsl/iprtool/5.7.4@8734 from rcross@amsl.com, providing new IPR models, refactored code, and improved list, search, and management interfaces. 2014-12-21 19:26:33 +00:00