datatracker/ietf/ipr
2020-11-09 19:41:12 +00:00
..
management Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
migrations Added matching indexes to a number of models with ordering by multiple keys. 2020-11-09 19:41:12 +00:00
templatetags Made a template filter more robust when given unexpected input. 2020-08-26 14:55:28 +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 Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
factories.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
feeds.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
fields.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
forms.py Increase length-limit on the notes field of the Generic IPR disclosure form. Additional fix for #3104. Commit ready for merge. 2020-10-19 17:56:26 +00:00
mail.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
models.py Added matching indexes to a number of models with ordering by multiple keys. 2020-11-09 19:41:12 +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 Based on feedback from the Secretariat, changed the 404 for IPR declarations in other states than 'posted' to a 403 with a login link. 2020-07-31 12:36:50 +00:00
urls.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
utils.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
views.py Based on feedback from the Secretariat, changed the 404 for IPR declarations in other states than 'posted' to a 403 with a login link. 2020-07-31 12:36:50 +00:00