datatracker/ietf/group
Robert Sparks 3fb521eb53
fix: test on postgres. POST and check intended pks. (#4949)
* fix: test on postgres. post and check intended pks.

* fix: pass and check intended pks

* fix: pass intended pk

* fix: get an actually usable group type for test

* fix: use a review assignment pk instead of the review request pk

* fix: Use pks of sessions, not schedtimesessassignments

* fix: test for actual pk and do not rely on case-insensitive LIKE

* fix: test for actual pk

* chore: spelling correction: nomine -> nominee
2023-01-10 10:28:43 -06:00
..
management Merge branch 'feat/tzaware' into jennifer/main-to-tzaware-conflicts 2022-09-14 12:36:33 -03:00
migrations refactor: replace datetime.now and datetime.today with timezone.now (#4211) 2022-08-25 13:45:16 -03: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 feat: point to Zulip chat rather than jabber. (#4218) 2022-07-15 13:48:54 -05:00
factories.py refactor: clarify handling what groups looked like at past session times (#4767) 2022-11-29 11:08:16 -06:00
feeds.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
forms.py fix: remove unused imports 2022-09-28 17:45:11 -03:00
mails.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
milestones.py Changed the signature of can_manage_all_groups_of_type to only take a type_id. Removed the logic that tried to distinguish permissions for teams by parent - that should be modeled as separate type_ids instead. Commit ready for merge. 2021-07-22 18:34:57 +00:00
models.py chore: Use codespell to fix typos in code. (#4797) 2022-12-07 15:10:35 -06:00
resources.py feat: point to Zulip chat rather than jabber. (#4218) 2022-07-15 13:48:54 -05:00
tests.py refactor: replace datetime.now and datetime.today with timezone.now (#4211) 2022-08-25 13:45:16 -03:00
tests_info.py fix: test on postgres. POST and check intended pks. (#4949) 2023-01-10 10:28:43 -06:00
tests_js.py chore: replace last few datetime.date.today() calls with date_today() 2022-10-18 12:45:47 -03:00
tests_review.py chore: Use codespell to fix typos in comments. (#4794) 2022-11-28 10:36:36 -06:00
urls.py feat: Replace graphviz with d3 (#4067) 2022-07-21 12:14:45 -05:00
utils.py feat: show expired WG/RG drafts at WG/RG Documents page (#4252) 2022-07-26 12:02:09 -05:00
views.py fix: convert LastCallDocEvent.expires to DEADLINE_TZINFO to get date 2022-10-25 10:03:18 -03:00