-
Notifications
You must be signed in to change notification settings - Fork 165
[DEV-13899] Django 5.2 upgrade #4654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
4a8b217
[DEV-13899] Update Django and DjangoRestFramework versions
aguest-kc 8b135fd
[DEV-13899] Remove deprecated index_together
aguest-kc 06d934c
[DEV-13899] Update OpClass import
aguest-kc d5591b8
[DEV-13899] Rename old index_together index
aguest-kc 021e7a0
[DEV-13899] Ruff fixes
aguest-kc 7b15504
[DEV-13899] Revert uv.lock revision number
aguest-kc 6a20723
[DEV-13899] Ignore migrations in ruff Github action
aguest-kc e438dfd
[DEV-13899] Update to support Django 5.2 SQL alias changes
aguest-kc 6cf3e61
[DEV-13899] Ruff fixes
aguest-kc f18c966
[DEV-13899] Fixing downloads
aguest-kc d37518c
Merge branch 'qat' into ftr/dev-13899-django-5.2-upgrade
aguest-kc 8fb7c69
[DEV-13899] Ruff fixes
aguest-kc 30b5371
[DEV-13899] Revert download_generation.py changes
aguest-kc 17f8ea9
[DEV-13899] Fix tests
aguest-kc 1794e59
Merge branch 'qat' into ftr/dev-13899-django-5.2-upgrade
aguest-kc ba1aff3
[DEV-13899] Fixed nulls_last ordering error
DavidMikolaKC 78e0826
[DEV-13899] Ruff Lint Fix
DavidMikolaKC 3266cde
[DEV-13899] Resolved Duplicate Historical Lookup Keys
DavidMikolaKC e6394aa
Merge branch 'qat' of https://github.com/fedspendingtransparency/usas…
DavidMikolaKC f52126a
Added missing exceptions for python strings
DavidMikolaKC d6e56f7
[DEV-13899] Fixed Improper Group By Replacement Indexing
DavidMikolaKC 8884c29
[Dev-13899] Ruff Lint Fixes
DavidMikolaKC 3a05a8b
[Dev-13899] Value Error Fix
DavidMikolaKC 7415445
Merge branch 'qat' into ftr/dev-13899-django-5.2-upgrade
aguest-kc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
...alaccountsbyawards_disaster_emergency_fund_submission_award_piid_fain_uri_parent_award.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # Generated by Django 5.2.14 on 2026-05-07 12:57 | ||
|
|
||
| from django.db import migrations | ||
|
|
||
|
|
||
| class Migration(migrations.Migration): | ||
|
|
||
| dependencies = [ | ||
| ('awards', '0114_alter_ctodlinkageupdates_award_id'), | ||
| ] | ||
|
|
||
| operations = [ | ||
| migrations.RenameIndex( | ||
| model_name='financialaccountsbyawards', | ||
| new_name='financial_a_disaste_396e45_idx', | ||
| old_fields=('disaster_emergency_fund', 'submission', 'award', 'piid', 'fain', 'uri', 'parent_award_id', 'transaction_obligated_amount', 'gross_outlay_amount_by_award_cpe'), | ||
| ), | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍