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
c15b3e1ab4
datatracker
/
ietf
/
redirects
History
Henrik Levkowetz
ea8c84d2f6
Python2/3 compatibility: used @python_2_unicode_compatible to provide __unicode__() versions of __str__() methods.
...
- Legacy-Id: 16455
2019-07-15 18:01:26 +00:00
..
fixtures
Merged from log:branch/2.00@2363: Current release branch head to trunk.
2010-07-21 12:48:05 +00:00
.gitignore
Moving ietf to trunk/ietf
2007-05-04 12:37:28 +00:00
__init__.py
Adding copyright notices to all python files
2007-06-27 21:16:34 +00:00
admin.py
Made ietf/redirects pyflakes-clean.
2014-03-15 20:56:28 +00:00
models.py
Python2/3 compatibility: used @python_2_unicode_compatible to provide __unicode__() versions of __str__() methods.
2019-07-15 18:01:26 +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
Changed the redirect tests to accept a set of correct redirect urls, rather than one single, since the queryarg order isn't stable across python versions.
2019-07-15 15:36:38 +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
views.py
Py2/3 compatibility: Added __future__ import
2019-07-15 15:46:06 +00:00