.. |
migrations
|
Added a migration which captures the ordering on Role.
|
2017-03-01 11:33:42 +00:00 |
__init__.py
|
Move new schema models from redesign/ to ietf/
|
2012-01-24 17:17:24 +00:00 |
admin.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +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
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
feeds.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
mails.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
milestones.py
|
Added DocEvent rev= parameter througout the code.
|
2017-03-06 15:08:21 +00:00 |
models.py
|
Silenced an unnecessary error which could occur when looking for charter documents for groups (such as bofs) without them, by asking the API for a group description.
|
2017-03-19 19:24:37 +00:00 |
resources.py
|
Modified the REST API to provide group descriptions taken from the group charters if group.description is blank.
|
2017-03-11 13:46:19 +00:00 |
tests.py
|
Added DocEvent rev= parameter througout the code.
|
2017-03-06 15:08:21 +00:00 |
tests_info.py
|
Added DocEvent rev= parameter througout the code.
|
2017-03-06 15:08:21 +00:00 |
tests_review.py
|
Added DocEvent rev= parameter througout the code.
|
2017-03-06 15:08:21 +00:00 |
urls.py
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
urls_info.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
urls_info_details.py
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
urls_stream.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
utils.py
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
views.py
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +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
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
views_review.py
|
Merged django 1.9 work forward to copy of trunk @6.41.0
|
2017-01-30 23:13:02 +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 |