datatracker/ietf/ipr
2020-03-05 14:41:41 +00:00
..
management Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
migrations Create DocEvent when related IprDisclosure is posted or removed. Fixes #2811. Commit ready for merge. 2020-02-07 20:41:13 +00:00
templatetags Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +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 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
factories.py Merged in [16853] from rjsparks@nostrum.com: 2019-10-22 12:23:07 +00:00
feeds.py Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue. 2019-07-16 13:20:05 +00:00
fields.py Removed six.text_type(), changed six.moves.urllib to plain urllib, and removed now unused six imports. 2020-03-05 14:41:41 +00:00
forms.py Added textual information about patent aplication formats according, as input to future extension of the regex set. 2019-08-10 16:42:10 +00:00
mail.py Fixed a number of bad Message.content_type settings. 2020-02-26 17:05:53 +00:00
models.py Create DocEvent when related IprDisclosure is posted or removed. Fixes #2811. Commit ready for merge. 2020-02-07 20:41:13 +00:00
resources.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
sitemaps.py Changed some # type: ignore statements to work with the latest mypy 2019-11-05 22:41:18 +00:00
tests.py Create DocEvent when related IprDisclosure is posted or removed. Fixes #2811. Commit ready for merge. 2020-02-07 20:41:13 +00:00
urls.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
utils.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
views.py Removed six.text_type(), changed six.moves.urllib to plain urllib, and removed now unused six imports. 2020-03-05 14:41:41 +00:00