This website requires JavaScript.
Explore
Help
Sign In
altf4arnold
/
datatracker
Watch
1
Star
0
Fork
You've already forked datatracker
0
Code
Issues
Pull requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
c95ffe42e7
datatracker
/
ietf
/
community
History
Henrik Levkowetz
57938b039d
Converted many cases of plain-text 403 messages to use a properly styled page instead, with a login link when appropriate. Also changed some API endpoint 400 responses to a more correct 403.
...
- Legacy-Id: 18339
2020-08-06 10:59:52 +00:00
..
migrations
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
__init__.py
Added in the community app, which wasn't included properly in the previous commit.
2012-06-27 08:26:18 +00:00
admin.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
forms.py
Convert IRTF area groups into their own group type rather than attempting to overload AG.
Fixes
#3027
. Commit ready for merge.
2020-07-28 18:54:44 +00:00
models.py
Removed some Py2 compatibility decorators.
2020-04-21 13:54:31 +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
tests.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
urls.py
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
2017-02-11 14:43:01 +00:00
utils.py
Convert IRTF area groups into their own group type rather than attempting to overload AG.
Fixes
#3027
. Commit ready for merge.
2020-07-28 18:54:44 +00:00
views.py
Converted many cases of plain-text 403 messages to use a properly styled page instead, with a login link when appropriate. Also changed some API endpoint 400 responses to a more correct 403.
2020-08-06 10:59:52 +00:00