.. |
management
|
Made ietf/nomcom pyflakes-clean. Removed some dead code.
|
2014-03-15 19:26:01 +00:00 |
migrations
|
Added migrations for the model changes done for the Django 1.8 upgrade.
|
2016-12-07 19:41:48 +00:00 |
templatetags
|
Removes the generation of the count badge from a templatetag into the template
|
2015-12-02 15:45:40 +00:00 |
__init__.py
|
view only accessible by the secretariat that allows to assign the email of the members and the chair of the NomCom
|
2012-11-20 00:40:57 +00:00 |
admin.py
|
Brought back the nomcom nominee merge functionality which was inadvertently removed in January. There is now both a Merge Nominee and a Merge Person form, with additional instructions which should make it easier to choose the right one for the task.
|
2016-09-22 14:23:20 +00:00 |
decorators.py
|
Made ietf/nomcom pyflakes-clean. Removed some dead code.
|
2014-03-15 19:26:01 +00:00 |
factories.py
|
Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking).
|
2016-09-08 14:48:59 +00:00 |
fields.py
|
Changed 'requirement' to 'desired expertise' in user-visible places in the nomcom app.
|
2013-09-24 17:50:02 +00:00 |
forms.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 |
managers.py
|
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
|
2015-02-08 21:16:44 +00:00 |
models.py
|
Fixed all the warnings emitted by the check command; mostly use of null=True on ManyToManyFields, which doesn't make sense.
|
2016-11-03 20:13:44 +00:00 |
redirect_ann_urls.py
|
Django 1.9: Removed additional instances of deprecated django.conf.urls.patterns()
|
2016-12-22 18:14:57 +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 |
test_data.py
|
Removed the description field from Position. Simplified the Position list and the Position edit form. Tweaked several places to make the pages more self documenting. Added a page to help nomcom chairs through setting up a new nomcom. Fixes #1867 and #1768.
|
2015-12-09 23:24:46 +00:00 |
tests.py
|
Brought back the nomcom nominee merge functionality which was inadvertently removed in January. There is now both a Merge Nominee and a Merge Person form, with additional instructions which should make it easier to choose the right one for the task.
|
2016-09-22 14:23:20 +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 |
utils.py
|
Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking).
|
2016-09-08 14:48:59 +00:00 |
views.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 |