forked from esamarathon/donation-tracker-toplevel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tracker
updated
18 files
+2 −8 | README.md | |
+1 −4 | azure-pipelines.yml | |
+4 −4 | setup.py | |
+4 −1 | tests/apiv2/test_bids.py | |
+5 −5 | tests/requirements.txt | |
+31 −6 | tests/test_speedrun.py | |
+17 −5 | tests/util.py | |
+7 −0 | tracker/admin/bid.py | |
+2 −0 | tracker/admin/inlines.py | |
+5 −0 | tracker/api/serializers.py | |
+8 −4 | tracker/api/urls.py | |
+29 −0 | tracker/migrations/0039_add_incentive_timing.py | |
+14 −0 | tracker/migrations/0040_merge_20240729_1306.py | |
+14 −0 | tracker/migrations/0041_merge_20240729_1306.py | |
+22 −0 | tracker/models/bid.py | |
+2 −0 | tracker/models/event.py | |
+5 −1 | tracker/models/fields.py | |
+22 −5 | tracker/views/commands.py |