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
19d585255a
datatracker
/
ietf
/
community
History
Henrik Levkowetz
19d585255a
Django 1.10 does not permit the view argument to url() to be a string any more. Changed all cases view arguments to url() which were strings to instead reference the actual imported function.
...
- Legacy-Id: 12815
2017-02-10 14:49:16 +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
Add a utility function for extracting information about review
2016-10-03 15:52:32 +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
Added programs to the datatracker. Added use of restructuredtext for group about pages. Generalized several places where code handles different group types. Improved testing of group about. Commit ready for merge.
2017-01-24 19:55:49 +00:00
urls.py
Django 1.10 does not permit the view argument to url() to be a string any more. Changed all cases view arguments to url() which were strings to instead reference the actual imported function.
2017-02-10 14:49:16 +00:00
utils.py
Added programs to the datatracker. Added use of restructuredtext for group about pages. Generalized several places where code handles different group types. Improved testing of group about. Commit ready for merge.
2017-01-24 19:55:49 +00:00
views.py
Integrate community lists for groups with the existing group documents
2016-03-22 12:48:44 +00:00