datatracker/ietf/community
2019-01-22 18:11:46 +00:00
..
migrations Added some missing migrations. 2018-02-25 20:06:50 +00:00
__init__.py Added in the community app, which wasn't included properly in the previous commit. 2012-06-27 08:26:18 +00:00
admin.py Added a test to check for missing admin models, and added the admin models that were currently missing. 2017-08-01 14:00:29 +00:00
forms.py Treat Area Groups similar to Working Groups and Research Groups where it makes sense to do so. Commit ready for merge. 2017-07-11 19:12:21 +00:00
models.py Removed unused imports. Added some explicit orderings to avoid pagination issues. 2018-02-21 23:54:31 +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
tests.py Converted the community app tests to use factories. Commit ready for merge. 2018-07-12 05:56:14 +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 Added 9 new group features, and changed list-like char fields to json fields, to get better support for using the values as lists. Modified code to use the group features instead of explicit lists of group types in many places in the code. 2019-01-22 18:11:46 +00:00
views.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00