.. |
management
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
migrations
|
Allow IAB programs to use normal meeting mechanics. Fixes #2970. Commit ready for merge.
|
2020-05-08 21:11:25 +00:00 |
templatetags
|
Merged in [17557] from fenton@bluepopcorn.net:
|
2020-03-30 20:07:25 +00:00 |
__init__.py
|
Move new schema models from redesign/ to ietf/
|
2012-01-24 17:17:24 +00:00 |
admin.py
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
colors.py
|
Tweaked the color palatte for the agenda editor. Commit ready for merge.
|
2018-06-13 19:58:08 +00:00 |
dot.py
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
factories.py
|
Allow IAB programs to use normal meeting mechanics. Fixes #2970. Commit ready for merge.
|
2020-05-08 21:11:25 +00:00 |
feeds.py
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
forms.py
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
mails.py
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
milestones.py
|
Restrict the ability to change whether a group uses milestone dates to the ADs and the secretariat. Fixes #2869. Commit ready for merge.
|
2020-01-16 21:19:29 +00:00 |
models.py
|
Allow IAB programs to use normal meeting mechanics. Fixes #2970. Commit ready for merge.
|
2020-05-08 21:11:25 +00:00 |
resources.py
|
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
|
2019-09-30 15:42:18 +00:00 |
tests.py
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
tests_info.py
|
Refactored many instances of msg.get_payload(decode=True).decode('utf-8') and similar to get_payload_text(msg), which uses msg.get_charset() to get the actual charset to do the decoding, in a consistent manner. Also removed some instances of force_str, but more remain.
|
2020-05-16 20:20:05 +00:00 |
tests_review.py
|
Fleshed out a review test slightly, and did some refactoring.
|
2020-05-15 14:51:25 +00:00 |
urls.py
|
Allow review team secretaries and the secretariat to reset the next reviewer in queue for review teams using the RotateAlphabetically policy. Partially addresses #2879. Commit ready for merge.
|
2020-02-21 23:08:20 +00:00 |
utils.py
|
Allow IAB programs to use normal meeting mechanics. Fixes #2970. Commit ready for merge.
|
2020-05-08 21:11:25 +00:00 |
views.py
|
Refactored many instances of msg.get_payload(decode=True).decode('utf-8') and similar to get_payload_text(msg), which uses msg.get_charset() to get the actual charset to do the decoding, in a consistent manner. Also removed some instances of force_str, but more remain.
|
2020-05-16 20:20:05 +00:00 |