datatracker/ietf/ipr
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
..
management Merged in [8903] from rcross@amsl.com: 2015-02-04 21:58:40 +00:00
migrations Summary: Make name the primary key for DocAlias. 2015-09-30 13:47:33 +00:00
templatetags Fix message formatting in IPR event history. Commit ready for merge 2015-09-14 23:26:15 +00:00
.gitignore Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
__init__.py Port IPR module to new schema, remove some cruft 2013-12-02 16:34:00 +00:00
admin.py Fixes Ticket #1626. Cleanup legacy IPR models. Commit ready for merge. 2015-03-25 16:17:45 +00:00
feeds.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
fields.py Summary: Port the remaining parts of the IPR form to Bootstrap, and fix 2015-01-23 16:47:22 +00:00
forms.py Resolved issue where partially entered IPR related document info causes 500 error. Commit ready for merge. 2015-09-14 21:22:53 +00:00
mail.py Fix logging problem in IPR mail handling. Commit ready for merge. 2015-01-23 21:00:13 +00:00
models.py Merged trunk@9354 to facelift copy 2015-04-02 06:51:34 +00:00
resources.py Added a very simple html version of the json API, to make it easier to explore the api manually. 2015-08-09 16:28:55 +00:00
sitemaps.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
tests.py Updated an IPR test to account for facelift changes. 2015-04-02 19:50:00 +00:00
urls.py Summary: Port the remaining parts of the IPR form to Bootstrap, and fix 2015-01-23 16:47:22 +00:00
utils.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
views.py Merged trunk@9354 to facelift copy 2015-04-02 06:51:34 +00:00