datatracker/ietf/ipr
Ole Laursen 9308948195 Add person, affiliation and country (through django-countries) to
DocumentAuthor, rename author field to email and make it optional (for
modeling old email-less submissions), remove the authors many to many
referencing field from Document as it is not really pointing the right
place.

Update the Secretariat tools to show affiliation and country.

Add migration for getting rid of the fake email addresses that the
migration script created some years ago (just set the author email
field to null).
 - Legacy-Id: 12739
2017-01-26 17:10:08 +00:00
..
management Merged in [8903] from rcross@amsl.com: 2015-02-04 21:58:40 +00:00
migrations Added migrations for the model changes done for the Django 1.8 upgrade. 2016-12-07 19:41:48 +00:00
templatetags In [10079], the inline template was inadvertently changed from unicode to ascii, which breaks a number of pages. Fixed this. 2015-10-01 20:51:26 +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 Fixes #1873. ValueError at /ipr/new-specific. Commit ready for merge 2015-12-22 21:00:28 +00:00
forms.py Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking). 2016-09-08 14:48:59 +00:00
mail.py mailtoken becomes mailtrigger 2015-09-17 20:03:45 +00:00
models.py Fixed validation of submitter name and email when they are same as the holder's info. Fixes issue #1971. Commit ready for merge. 2016-07-16 12:35:22 +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
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 Merged in [10624] from rcross@amsl.com: 2016-01-12 17:34:36 +00:00
urls.py Deprecation fixes: Explicitly say that redirects are permanent. 2016-12-15 13:19:51 +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 Add person, affiliation and country (through django-countries) to 2017-01-26 17:10:08 +00:00