.. |
migrations
|
Fixed a migration reference issue.
|
2017-01-24 22:02:00 +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
|
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
|
Merged in [12722] from rjsparks@nostrum.com:
|
2017-01-24 21:30:10 +00:00 |
models.py
|
Reworked the email address handling in order to be able to support non-ascii names as part of email address fields. Reworked the generation of user names in the test suite to generate names from multiple non-ascii locales. Fixes issue #2080.
|
2017-02-18 21:50:18 +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
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
tests_review.py
|
Restrict editing ReviewSettings.skip_next to team secretaries and the secretariat. Improve validation of skip_next value. Fixes #2149. Commit ready for merge.
|
2017-01-19 19:17:29 +00:00 |
urls.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +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
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +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
|
Fixed a urlreverse kwargs bug.
|
2017-02-11 14:48:55 +00:00 |
views.py
|
Added ordering by name to group personnel lists in edit and about views. This ordering is by the person's profile name, without attempting to determine which name part is family name or given name. Fixes #2184.
|
2017-02-10 22:02:29 +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
|
Added ordering by name to group personnel lists in edit and about views. This ordering is by the person's profile name, without attempting to determine which name part is family name or given name. Fixes #2184.
|
2017-02-10 22:02:29 +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 |