.. |
migrations
|
Added another migration dependency, to avoid looking for removed tables.
|
2016-08-26 10:30:21 +00:00 |
__init__.py
|
Move new schema models from redesign/ to ietf/
|
2012-01-24 17:17:24 +00:00 |
admin.py
|
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 |
colors.py
|
Merged in [9652] from rjsparks@nostrum.com:
|
2015-06-22 19:41:47 +00:00 |
factories.py
|
Merged in [11656] from rjsparks@nostrum.com:
|
2016-07-16 14:15:41 +00:00 |
features.py
|
Add a utility function for extracting information about review
|
2016-10-03 15:52:32 +00:00 |
feeds.py
|
Fix a bunch of mistakes found by PyFlakes in the new materials code
|
2014-06-03 11:28:27 +00:00 |
mails.py
|
Merged in [10430] from rjsparks@nostrum.com:
|
2015-11-07 22:31:18 +00:00 |
milestones.py
|
Refactor role handling in group editing slightly and add support for
|
2016-09-05 12:33:54 +00:00 |
models.py
|
Added an is_bof flag to json_agenda. Also added group state information. Changed the group information to use historic information instead of current.
|
2016-09-20 20:28:22 +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 the handling of skip tests and messages in order to show which tests will be skipped, and why, at the start of a test run.
|
2016-12-17 21:49:53 +00:00 |
tests_info.py
|
Add a utility function for extracting information about review
|
2016-10-03 15:52:32 +00:00 |
tests_review.py
|
Merged in [12489] from rjsparks@nostrum.com:
|
2016-12-09 12:01:48 +00:00 |
urls.py
|
Django 1.9: Removed deprecated use of django.conf.urls.patterns() from all urls*.py files.
|
2016-12-22 17:21:57 +00:00 |
urls_info.py
|
Django 1.9: Removed deprecated use of django.conf.urls.patterns() from all urls*.py files.
|
2016-12-22 17:21:57 +00:00 |
urls_info_details.py
|
Django 1.9: Removed deprecated use of django.conf.urls.patterns() from all urls*.py files.
|
2016-12-22 17:21:57 +00:00 |
urls_stream.py
|
Django 1.9: Removed deprecated use of django.conf.urls.patterns() from all urls*.py files.
|
2016-12-22 17:21:57 +00:00 |
utils.py
|
Add missing resource and missing test review secretary settings
|
2016-11-09 10:07:49 +00:00 |
views.py
|
Specified strip=False for another bunch of CharField form fields with Textarea widgets.
|
2017-01-23 17:38:56 +00:00 |
views_ajax.py
|
Renamed some files under ietf/group/ which contained views but didn't have 'views' in the name.
|
2016-05-13 15:59:10 +00:00 |
views_edit.py
|
Specified strip=False for another bunch of CharField form fields with Textarea widgets.
|
2017-01-23 17:38:56 +00:00 |
views_review.py
|
Specified strip=False for another bunch of CharField form fields with Textarea widgets.
|
2017-01-23 17:38:56 +00:00 |
views_stream.py
|
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 |