.. |
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
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
migrations
|
Converted leading tabs to spaces in ietf/**/*.py
|
2019-06-27 14:51:02 +00:00 |
templatetags
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +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
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
ajax.py
|
Add check for deleted session when scheduling. Fixes #2450. Commit ready for merge
|
2018-03-17 15:10:20 +00:00 |
factories.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
feeds.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
forms.py
|
Merged in the Document and DocAlias primary key change and m2m work in ^/personal/henrik/6.96.1-docalias.
|
2019-06-15 12:00:48 +00:00 |
helpers.py
|
Changed regex strings to raw strings.
|
2019-06-27 18:08:02 +00:00 |
models.py
|
Fixed a bunch of str/bytes issues.
|
2019-06-30 20:54:09 +00:00 |
resources.py
|
Added the option to order API resource lists by primary key, for stable ordering when paging through a list.
|
2019-06-18 12:40:19 +00:00 |
test_data.py
|
Refactored DocumentInfo to address overloading the external_url field with strings that are not URLs. Commit ready for merge.
|
2019-01-02 22:55:00 +00:00 |
tests_api.py
|
Changed instances of json.loads(r.content) to r.json(). Changed some instances of assert* to assertContains.
|
2019-06-30 20:44:45 +00:00 |
tests_js.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
tests_views.py
|
Changed a large number of test assertions to use assertContains() and removed separate, now unnecessary,status_code checks. Also changed many assertTrue(... in ...) to use assertIn().
|
2019-06-30 21:03:34 +00:00 |
urls.py
|
Allow logged in users to propose slides for meeting sessions. Fixes #2547 and #2403. Commit ready for merge.
|
2019-03-25 16:10:00 +00:00 |
utils.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
views.py
|
Changed regex strings to r strings.
|
2019-06-28 13:32:50 +00:00 |