Skip to content

Commit

Permalink
Merge pull request #382 from fecgov/release/sprint-22
Browse files Browse the repository at this point in the history
Release/sprint 22
  • Loading branch information
dheitzer authored Mar 29, 2023
2 parents f8e6d8f + 62f9748 commit dd63acd
Show file tree
Hide file tree
Showing 35 changed files with 1,114 additions and 140 deletions.
9 changes: 2 additions & 7 deletions .safety.dependency.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,5 @@
# Example:
# 40104 2022-01-15
#
48040 2022-12-31 # django
48041 2022-12-31 # django
48542 2022-12-31 # pyjwt
49733 2022-12-31 # django
50454 2022-12-31 # django
51340 2022-12-31 # django
52945 2023-04-01 # django
52945 2023-05-01 # django
53315 2023-05-01 # django
3 changes: 2 additions & 1 deletion django-backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ helloworld.db
local_settings.py
/env/
.python-version
*.python_history
*.python_history
*.bash_history
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"date_of_election": "2005-01-30",
"state_of_election": "test_string_value",
"coverage_from_date": "2005-01-30",
"coverage_through_date": "2005-01-30",
"coverage_through_date": "2005-02-28",
"qualified_committee": false,
"treasurer_last_name": "Lastname",
"treasurer_first_name": "Firstname",
Expand Down Expand Up @@ -150,7 +150,7 @@
"date_of_election": "2006-01-30",
"state_of_election": "test_string_value",
"coverage_from_date": "2006-01-30",
"coverage_through_date": "2006-01-30",
"coverage_through_date": "2006-02-28",
"qualified_committee": false,
"treasurer_last_name": "Lastname",
"treasurer_first_name": "Firstname",
Expand Down Expand Up @@ -282,7 +282,7 @@
"date_of_election": "2007-01-30",
"state_of_election": "test_string_value",
"coverage_from_date": "2007-01-30",
"coverage_through_date": "2007-01-30",
"coverage_through_date": "2007-02-28",
"qualified_committee": false,
"treasurer_last_name": "Lastname",
"treasurer_first_name": "Firstname",
Expand Down
Loading

0 comments on commit dd63acd

Please sign in to comment.