datatracker/ietf/group
Henrik Levkowetz 815602351f This is a series of 50 migrations that changes the Document and DocAlias
primary keys from character strings to integers, and makes corresponding code
changes.

This was prompted by database limitations discovered when trying to make
DocAlias use a m2m document field; with 255 long strings as primary keys for
Document and DocAlias this violated the MySQL database limitations.

Changing the primary keys to integers should also improve efficiency.  

Due to the data migrations which create the new integer primary keys and adds
corresponding integer foreign keys matching the previous string foreign keys
in all tables having foreign keys to Document and DocAlias, some of these
migrations take a long time.  The total set of migrations are expected to have
a runtime on the order of 2 hours.
 - Legacy-Id: 16237
2019-06-10 11:32:46 +00:00
..
management Added a tiny management command to list group types per feature. 2019-01-30 15:52:33 +00:00
migrations This is a series of 50 migrations that changes the Document and DocAlias 2019-06-10 11:32:46 +00:00
templatetags Add navigation to nomcom pages for nomcom members. Put the RFC Status change link in a saner place in the navigation. Fixes #1411 and #2433. Commit ready for merge. 2018-01-09 22:10:10 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Removed the has_dependencies GroupFeature, and used has_documents instead in the one place it was used. 2019-02-07 15:56:48 +00:00
colors.py Tweaked the color palatte for the agenda editor. Commit ready for merge. 2018-06-13 19:58:08 +00:00
dot.py Fixed a pyflakes issue 2018-12-18 14:45:48 +00:00
factories.py This commit replaces the code defined group features with features held 2018-07-12 10:51:48 +00:00
feeds.py This is a series of 50 migrations that changes the Document and DocAlias 2019-06-10 11:32:46 +00:00
forms.py This is a series of 50 migrations that changes the Document and DocAlias 2019-06-10 11:32:46 +00:00
mails.py Add the ability to add a comment to a group's history. Fixes #1483. Commit ready for merge. 2017-12-28 20:48:58 +00:00
milestones.py Fixed an issue with the milestone edit changes. 2018-03-09 21:27:58 +00:00
models.py Updated the role handling to use GroupFeatures.groupman_roles consistently for group management access. Fixes a IRTF RG delegate permissions issue. 2019-04-25 13:19:30 +00:00
resources.py This commit replaces the code defined group features with features held 2018-07-12 10:51:48 +00:00
tests.py Removed links to the old MHonArc mail archives, and related view. 2019-05-01 21:24:41 +00:00
tests_info.py Updated the role handling to use GroupFeatures.groupman_roles consistently for group management access. Fixes a IRTF RG delegate permissions issue. 2019-04-25 13:19:30 +00:00
tests_review.py This is a series of 50 migrations that changes the Document and DocAlias 2019-06-10 11:32:46 +00:00
urls.py Removed links to the old MHonArc mail archives, and related view. 2019-05-01 21:24:41 +00:00
utils.py Removed links to the old MHonArc mail archives, and related view. 2019-05-01 21:24:41 +00:00
views.py This is a series of 50 migrations that changes the Document and DocAlias 2019-06-10 11:32:46 +00:00