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
5
Packages
Projects
Releases
Wiki
Activity
55cef621bd
datatracker
/
ietf
/
iesg
History
Henrik Levkowetz
55cef621bd
Merged in [8305] from rjsparks@nostrum.com:\n Replaces the return_to_url notion with logic that uses the session object. Related to bug
#1430
.
...
- Legacy-Id: 8483 Note: SVN reference [8305] has been migrated to Git commit
feb57a04f0
2014-10-26 19:35:10 +00:00
..
.gitignore
Moving ietf to trunk/ietf
2007-05-04 12:37:28 +00:00
__init__.py
Made ietf/iesg pyflakes-clean.
2014-03-15 17:38:56 +00:00
admin.py
Made ietf/iesg pyflakes-clean.
2014-03-15 17:38:56 +00:00
agenda.py
Slight reversion to earlier code - checking up on codecs.open(), it turns out that it returns a file object with __enter__ and __exit__ methods, so can be used in a 'with codecs.open(path) as file:' pattern.
2014-09-16 20:00:28 +00:00
feeds.py
Port feed setup to new feed API where each feed is a class-based view
2013-12-16 16:29:22 +00:00
models.py
Made ietf/iesg pyflakes-clean.
2014-03-15 17:38:56 +00:00
tests.py
Merged in [8255] from rjsparks@nostrum.com:\n Combined defer/undefer tests from doc/tests_ballot and iesg/tests, extending them to demonstrate current reported bugs.
2014-09-28 18:59:10 +00:00
urls.py
Made ietf/iesg pyflakes-clean.
2014-03-15 17:38:56 +00:00
views.py
Replaces the return_to_url notion with logic that uses the session object. Related to bug
#1430
.
2014-09-11 20:41:59 +00:00