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
6bdf6ffd9b
datatracker
/
ietf
/
community
History
Henrik Levkowetz
6bdf6ffd9b
Changed some tests to use unicontent(r) instead of r.content, which decodes non-ascii content according to the response charset.
...
- Legacy-Id: 13189
2017-04-10 22:25:43 +00:00
..
migrations
Speed up the community refactor migration by building the index
2016-05-13 13:30:37 +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
forms.py
Apply string operations on the string, not on the Email object.
2016-10-05 17:51:22 +00:00
models.py
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
2017-03-25 19:16:45 +00:00
resources.py
Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur.
2016-09-25 13:53:22 +00:00
tests.py
Changed some tests to use unicontent(r) instead of r.content, which decodes non-ascii content according to the response charset.
2017-04-10 22:25:43 +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
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
2017-03-25 19:16:45 +00:00
views.py
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
2017-03-25 19:16:45 +00:00