..
fixtures
Updated the proceedings_templates fixture to provide the base proceedings template needed by tests, instead of a copy already instantiated for a specific meeting.
2016-12-05 12:55:20 +00:00
management
Dead code removal: placement.py and related.
2017-02-27 13:22:04 +00:00
migrations
Merged in [13303] from rcross@amsl.com:
2017-05-11 12:03:19 +00:00
templatetags
A second performance improvement for the proceedings pages. Commit ready for merge.
2016-11-15 07:38:21 +00:00
.gitignore
not sure why svn is being stupid here..this commit is worthless, and probably will fail
2007-05-09 22:04:05 +00:00
__init__.py
Adding copyright notices to all python files
2007-06-27 21:16:34 +00:00
admin.py
Added raw_id_fields on DocumentAuthorAdmin to speed up form loading, and added SessionPresentationAdmin to the meeting admin.py
2017-05-19 14:09:49 +00:00
ajax.py
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
2017-03-25 19:16:45 +00:00
factories.py
Upgraded custom TimedeltaFields to use the builtin DurationField from Django 1.8, and adjusted forms and initialization values accordingly.
2016-12-20 22:56:34 +00:00
feeds.py
Updated a bunch of links from http: to https: based on a patch from lars@netapp.com.
2015-04-24 21:47:12 +00:00
forms.py
When editing interim meeting request show duration as HH:MM instead of HH:MM:SS. Fixes #2226 . Commit ready for merge.
2017-05-12 21:40:20 +00:00
helpers.py
Change From address of session request notifications from session_request_developers@ietf.org to session-request@ietf.org. Fix requester information in session request cancellation email. Fixes #1621 . Commit ready for merge.
2017-05-09 21:33:14 +00:00
models.py
Fixes #2211 . Session admin edit fails if no resources selected. Commit ready for merge.
2017-05-10 19:04:11 +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
Made sure that sessionpresentation objects are saved before adding them to a m2m set.
2017-01-09 21:23:14 +00:00
tests_api.py
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
2017-03-25 19:16:45 +00:00
tests_js.py
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
2017-03-25 19:16:45 +00:00
tests_views.py
Allow chairs to upload bluesheets for interim meetings. Fixes #2165 . Commit ready for merge.
2017-05-23 19:56:35 +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
utils.py
Merged in [12990] and [12991] from rcross@amsl.com:
2017-03-12 12:15:37 +00:00
views.py
Merged in [13412] from rcross@amsl.com:
2017-05-25 14:35:20 +00:00