datatracker/ietf/community
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
..
migrations This is a series of 50 migrations that changes the Document and DocAlias 2019-06-10 11:32:46 +00:00
__init__.py Added in the community app, which wasn't included properly in the previous commit. 2012-06-27 08:26:18 +00:00
admin.py Added a test to check for missing admin models, and added the admin models that were currently missing. 2017-08-01 14:00:29 +00:00
forms.py Treat Area Groups similar to Working Groups and Research Groups where it makes sense to do so. Commit ready for merge. 2017-07-11 19:12:21 +00:00
models.py Removed unused imports. Added some explicit orderings to avoid pagination issues. 2018-02-21 23:54:31 +00:00
resources.py Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur. 2016-09-25 13:53:22 +00:00
tests.py This is a series of 50 migrations that changes the Document and DocAlias 2019-06-10 11:32:46 +00:00
urls.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
utils.py This is a series of 50 migrations that changes the Document and DocAlias 2019-06-10 11:32:46 +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