..
announcement
Cleaned up the remaining explicit url names, using dotted-paths to view
2017-02-26 23:21:49 +00:00
areas
Eliminated a few url() name= parameters.
2017-02-13 21:39:11 +00:00
console
Cleaned up the remaining explicit url names, using dotted-paths to view
2017-02-26 23:21:49 +00:00
drafts
Cleaned up the remaining explicit url names, using dotted-paths to view
2017-02-26 23:21:49 +00:00
groups
Cleaned up the remaining explicit url names, using dotted-paths to view
2017-02-26 23:21:49 +00:00
lib
The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances.
2017-01-09 21:26:30 +00:00
meetings
Replaced another bunch of explicit url names with dotted-path to the view function.
2017-02-15 22:11:20 +00:00
middleware
Merged in branch/amsl/iprtool/5.7.4@8734 from rcross@amsl.com, providing new IPR models, refactored code, and improved list, search, and management interfaces.
2014-12-21 19:26:33 +00:00
proceedings
Cleaned up the remaining explicit url names, using dotted-paths to view
2017-02-26 23:21:49 +00:00
roles
Cleaned up the remaining explicit url names, using dotted-paths to view
2017-02-26 23:21:49 +00:00
rolodex
Cleaned up the remaining explicit url names, using dotted-paths to view
2017-02-26 23:21:49 +00:00
sreq
Merged in [12950] from rcross@amsl.com:
2017-03-02 21:21:07 +00:00
static /secr
Add ability to enter recording URLs for non working group sessions. Fixes #1885 . Commit ready for merge.
2016-04-02 18:50:20 +00:00
telechat
Cleaned up the remaining explicit url names, using dotted-paths to view
2017-02-26 23:21:49 +00:00
templates
Cleaned up the remaining explicit url names, using dotted-paths to view
2017-02-26 23:21:49 +00:00
utils
The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances.
2017-01-09 21:26:30 +00:00
__init__.py
Merged in branch/amsl/1.50@6388 from rcross@amsl.com, with secretariat tool
2013-10-21 20:29:15 +00:00
context_processors.py
Removed dead code.
2015-08-01 14:58:08 +00:00
urls.py
Cleaned up the remaining explicit url names, using dotted-paths to view
2017-02-26 23:21:49 +00:00