datatracker/ietf/ipr
2018-04-25 21:01:12 +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 some missing migrations 2018-02-25 20:08:37 +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 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
factories.py Tweaked the IPR factory to be less likely to produce invalid patent info. 2018-04-25 21:01:12 +00:00
feeds.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
fields.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
forms.py Increased the length of the patent title in IPR forms 2018-04-21 17:42:06 +00:00
mail.py mailtoken becomes mailtrigger 2015-09-17 20:03:45 +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
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 Changed calls to .related_that*() and .relations_that*() to use tuples rather than lists (a slight optimization). 2018-04-07 10:47:16 +00:00
urls.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
utils.py Changed the signature of some document methods to not accept lists (but still accept tuples) in order to make caching possible. Added @memoize to some methods. 2018-04-06 21:25:56 +00:00
views.py Changed calls to .related_that*() and .relations_that*() to use tuples rather than lists (a slight optimization). 2018-04-07 10:47:16 +00:00