-
- Downloads
Merge branch 'cleanup_algorithms' into 'django3_migration'
Cleanup algorithms See merge request !345
No related branches found
No related tags found
Showing
- beat/web/algorithms/__init__.py 1 addition, 1 deletionbeat/web/algorithms/__init__.py
- beat/web/algorithms/admin.py 128 additions, 116 deletionsbeat/web/algorithms/admin.py
- beat/web/algorithms/api.py 10 additions, 16 deletionsbeat/web/algorithms/api.py
- beat/web/algorithms/apps.py 12 additions, 7 deletionsbeat/web/algorithms/apps.py
- beat/web/algorithms/migrations/0001_initial.py 220 additions, 40 deletionsbeat/web/algorithms/migrations/0001_initial.py
- beat/web/algorithms/migrations/0002_cxx_backend.py 16 additions, 5 deletionsbeat/web/algorithms/migrations/0002_cxx_backend.py
- beat/web/algorithms/migrations/0003_auto_20161123_1218.py 16 additions, 5 deletionsbeat/web/algorithms/migrations/0003_auto_20161123_1218.py
- beat/web/algorithms/migrations/0004_algorithm_type.py 29 additions, 20 deletionsbeat/web/algorithms/migrations/0004_algorithm_type.py
- beat/web/algorithms/models.py 20 additions, 18 deletionsbeat/web/algorithms/models.py
- beat/web/algorithms/serializers.py 10 additions, 10 deletionsbeat/web/algorithms/serializers.py
- beat/web/algorithms/signals.py 23 additions, 26 deletionsbeat/web/algorithms/signals.py
- beat/web/algorithms/templates/algorithms/list.html 4 additions, 4 deletionsbeat/web/algorithms/templates/algorithms/list.html
- beat/web/algorithms/templates/algorithms/panels/actions.html 4 additions, 4 deletionsbeat/web/algorithms/templates/algorithms/panels/actions.html
- beat/web/algorithms/templates/algorithms/panels/sharing.html 4 additions, 4 deletionsbeat/web/algorithms/templates/algorithms/panels/sharing.html
- beat/web/algorithms/templates/algorithms/panels/table.html 4 additions, 4 deletionsbeat/web/algorithms/templates/algorithms/panels/table.html
- beat/web/algorithms/templatetags/algorithm_tags.py 35 additions, 34 deletionsbeat/web/algorithms/templatetags/algorithm_tags.py
- beat/web/algorithms/tests/core.py 4 additions, 6 deletionsbeat/web/algorithms/tests/core.py
- beat/web/algorithms/tests/tests.py 1 addition, 3 deletionsbeat/web/algorithms/tests/tests.py
- beat/web/algorithms/tests/tests_api.py 6 additions, 9 deletionsbeat/web/algorithms/tests/tests_api.py
- beat/web/algorithms/tests/tests_team.py 2 additions, 4 deletionsbeat/web/algorithms/tests/tests_team.py
Loading
Please register or sign in to comment