Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
670c510
Modify the SQL query
Akash-Kumar-Sen May 11, 2023
fba241b
Adding tests and checks
Akash-Kumar-Sen May 12, 2023
2776ddd
Remove recursive parent call
Akash-Kumar-Sen May 12, 2023
b6368db
Fixing postgres tests
Akash-Kumar-Sen May 12, 2023
2fa78d4
DB specific schema upgrade
Akash-Kumar-Sen May 12, 2023
0fba2c5
Fixing mysql bugs
Akash-Kumar-Sen May 12, 2023
c43a01e
Fixing mysql bugs - 2
Akash-Kumar-Sen May 12, 2023
cd3f245
Adding some more checks
Akash-Kumar-Sen May 12, 2023
1684638
Adding some more checks -2
Akash-Kumar-Sen May 12, 2023
cd94443
Cleanup and optimization 1
Akash-Kumar-Sen May 13, 2023
4bab8d3
Merge branch 'main' into ticket_21961
Akash-Kumar-Sen May 13, 2023
1945469
Add release notes
Akash-Kumar-Sen May 13, 2023
86e8e53
Update release notes
Akash-Kumar-Sen May 13, 2023
83876db
Update release notes -2
Akash-Kumar-Sen May 13, 2023
04df10e
Fix spelling in docs
Akash-Kumar-Sen May 13, 2023
18dd256
User DB_* methods instead of a new kwarg
Akash-Kumar-Sen May 16, 2023
715b5c7
Remove extra newline
Akash-Kumar-Sen May 16, 2023
567ed5a
cls
Akash-Kumar-Sen May 16, 2023
92ad264
Adding documentation
Akash-Kumar-Sen May 16, 2023
f31d056
Add some more tests
Akash-Kumar-Sen May 17, 2023
015f1ef
Add more tests
Akash-Kumar-Sen May 17, 2023
293e4d5
Adjust testcases
Akash-Kumar-Sen May 17, 2023
ae5a26e
Fix typo in one test
Akash-Kumar-Sen May 17, 2023
ad202ef
Docs changes suggested and Co-authored-by: Adam Johnson(@adamchainz)
Akash-Kumar-Sen May 18, 2023
8b518c8
Fix spelling
Akash-Kumar-Sen May 18, 2023
dc82510
Update older docs
Akash-Kumar-Sen May 18, 2023
ecc524c
Optimize delete query, add check for inherited models
Akash-Kumar-Sen Jun 2, 2023
3a4ae11
Cleanup
Akash-Kumar-Sen Jun 2, 2023
ff2c009
Change the methhod to classmethod
Akash-Kumar-Sen Jun 2, 2023
9f596ae
Added support for onetoonefield and inheritance
Akash-Kumar-Sen Jun 3, 2023
b248351
Update the docs
Akash-Kumar-Sen Jun 3, 2023
159ea37
Add serializer and fix patch typos Co-authored-by: NickStefan
Akash-Kumar-Sen Jul 25, 2023
9222416
Document checks
Akash-Kumar-Sen Jul 26, 2023
745524a
Doc fixes
Akash-Kumar-Sen Jul 26, 2023
aa79fb3
Add d
Akash-Kumar-Sen Aug 3, 2023
fd48e15
Add support for DB_SET_DEFAULT
Akash-Kumar-Sen Aug 3, 2023
5f6b701
Change the location for tests
Akash-Kumar-Sen Aug 20, 2023
79f2bd6
Add test for migrations
Akash-Kumar-Sen Aug 25, 2023
a8789ab
Add tests for serializers
Akash-Kumar-Sen Aug 25, 2023
98dd616
Merge branch 'main' into ticket_21961
Akash-Kumar-Sen Sep 2, 2023
b25b63e
Deprecation of ON DELETE SET DEFAULT in MySQL
Akash-Kumar-Sen Sep 6, 2023
2ea7a7a
Merge branch 'ticket_21961' of https://github.com/Akash-Kumar-Sen/dja…
Akash-Kumar-Sen Sep 6, 2023
9af639a
Adjust tests
Akash-Kumar-Sen Sep 6, 2023
c2fd61b
Merge branch 'main' into ticket_21961
Akash-Kumar-Sen Sep 7, 2023
0f07719
DB Level on delete PR with migration tests
Akash-Kumar-Sen Sep 7, 2023
11c7839
Move the release notes to 5.1
Akash-Kumar-Sen Oct 10, 2023
f4daa14
Update the release notes
Akash-Kumar-Sen Oct 10, 2023
aea3580
Merge branch 'ticket_21961' into main
Akash-Kumar-Sen Oct 10, 2023
ed53167
Resolve all the conflicts from main
Akash-Kumar-Sen Oct 10, 2023
bffd797
Change asertions as per review
Akash-Kumar-Sen Oct 10, 2023
163bce9
Update tests with Database backwards tests
Akash-Kumar-Sen Oct 11, 2023
3121985
Remove blank line changes
Akash-Kumar-Sen Oct 11, 2023
5db7bca
revret last commit
Akash-Kumar-Sen Oct 11, 2023
b41f3b2
Add tests for corner cases of DB_SET_DEFAULT
Akash-Kumar-Sen Oct 11, 2023
d40bcc5
Merge branch 'ticket_21961' of https://github.com/Akash-Kumar-Sen/dja…
Akash-Kumar-Sen Oct 11, 2023
2c151e3
Docs changes suggested
Akash-Kumar-Sen Oct 30, 2023
43638da
Remove redundant has_default method
Akash-Kumar-Sen Oct 30, 2023
b2e4bee
Update the remaining doc changes
Akash-Kumar-Sen Oct 30, 2023
c11ca99
Fix docs errors
Akash-Kumar-Sen Oct 30, 2023
8d71a99
Merge branch 'ticket_21961' of https://github.com/Akash-Kumar-Sen/dja…
Akash-Kumar-Sen Oct 30, 2023
432a77c
Rebase from main
Akash-Kumar-Sen Feb 17, 2024
b58caae
Docs fixes, Models renaming better subtests arrangement
Akash-Kumar-Sen Feb 18, 2024
42ce48e
Merge branch 'django:main' into ticket_21961
Akash-Kumar-Sen Feb 18, 2024
6e56df3
Resolve unused comments
Akash-Kumar-Sen Feb 18, 2024
1c82ed6
Resolve unused comments-2
Akash-Kumar-Sen Feb 18, 2024
01d440b
Docs failure fix
Akash-Kumar-Sen Feb 18, 2024
1497142
Docs fixes
Akash-Kumar-Sen Feb 18, 2024
3944fc3
Final docs fix
Akash-Kumar-Sen Feb 19, 2024
ffdc28d
Add more tests to delete
Akash-Kumar-Sen Apr 14, 2024
928b33a
Fix linting
Akash-Kumar-Sen Apr 14, 2024
20cbefa
Merge branch 'main' into ticket_21961
Akash-Kumar-Sen Apr 14, 2024
0b5a837
Merge branch 'main' into ticket_21961
Akash-Kumar-Sen Jul 11, 2024
31884cd
Merge branch 'django:main' into ticket_21961
Akash-Kumar-Sen Jul 14, 2024
3395525
Merge branch 'main' into ticket_21961
Akash-Kumar-Sen Jul 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Docs fixes
  • Loading branch information
Akash-Kumar-Sen authored Feb 18, 2024
commit 14971422f1156e12779f232baeaab1507cedc0d0
4 changes: 2 additions & 2 deletions docs/ref/checks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ Related fields
* **fields.E321**: Field specifies ``on_delete=SET_DEFAULT``, but has no
default value.
* **fields.E322**: Field specifies unsupported
``on_delete=<database level on delete>`` on model declaring a
``GenericForeignKey``.
``on_delete=<database level on delete>`` on model declaring a
``GenericForeignKey``.
* **fields.E323**: Using python based on_delete with database level
``on_delete`` referenced model is prohibited.
* **fields.E324**: Field specifies ``on_delete=DB_SET_DEFAULT``, but has no
Expand Down