datatracker/ietf/ipr
2017-02-19 19:52:56 +00:00
..
management Converted all management commands which set up additional command-line switches to use the argparse approach instead of the deprecated optparse approach. 2017-01-11 18:42:38 +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 Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +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 Specified strip=False for another bunch of CharField form fields with Textarea widgets. 2017-01-23 17:38:56 +00:00
mail.py mailtoken becomes mailtrigger 2015-09-17 20:03:45 +00:00
models.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +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 Removed another explicit url() name which blocked a dotted-path reverse, causing 500 for ipr// urls. 2017-02-19 19:52:56 +00:00
urls.py Removed another explicit url() name which blocked a dotted-path reverse, causing 500 for ipr// urls. 2017-02-19 19:52:56 +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 Removed another explicit url() name which blocked a dotted-path reverse, causing 500 for ipr// urls. 2017-02-19 19:52:56 +00:00