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
2
Packages
Projects
Releases
Wiki
Activity
33e8733b91
datatracker
/
ietf
/
ietfauth
History
Henrik Levkowetz
33e8733b91
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
...
- Legacy-Id: 16772
2019-09-30 15:42:18 +00:00
..
management
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
migrations
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
2015-02-08 21:16:44 +00:00
.gitignore
Introduce initial authentication/authorization linkage. This has a
2007-05-23 16:10:32 +00:00
__init__.py
Remove shim layer from ietfauth, delete some dead code and migrate
2013-12-05 16:24:03 +00:00
forms.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
htpasswd.py
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
2019-07-15 19:14:04 +00:00
tests.py
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
2019-07-15 19:14:04 +00:00
urls.py
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
2019-09-30 15:42:18 +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
Improved a check for authenticated user.
2019-07-18 19:30:01 +00:00