Simon Charette
|
a16eedcf9c
Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible.
|
3 months ago |
Simon Charette
|
2638b75554
Refs #35936 -- Avoided field placeholder lookup for each value inserted.
|
3 months ago |
Jeremy Thompson
|
918e7a2c76
Fixed #35989 -- Removed crs from GeoJSON serializer.
|
2 months ago |
Adam Johnson
|
5e998d717f
Refs #35987 -- Added extra tests for ErrorList and ErrorDict copy methods.
|
2 months ago |
Adam Johnson
|
4806c42efa
Fixed #35987 -- Made ErrorList.copy() copy the renderer attribute.
|
2 months ago |
Adam Johnson
|
02628c051c
Fixed #35988 -- Made BaseForm.full_clean() pass renderer to ErrorDict.
|
2 months ago |
Tim Graham
|
1860a1afc9
Fixed #35982 -- Made DecimalField.get_db_prep_value() call DatabaseOperations.adapt_decimalfield_value().
|
2 months ago |
Simon Charette
|
b0b3024720
Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op.
|
2 months ago |
Francisco Couzo
|
a0db341c3c
Added GeometryDistance to the GIS available functions table.
|
2 months ago |
Mariusz Felisiak
|
6f6b261c3e
Removed unused and unnecessary words from docs/spelling_wordlist.
|
2 months ago |
Juan Pablo Mallarino
|
08feaae588
Fixed #35973 -- Improved makemessages locale validation to handle numeric region codes.
|
2 months ago |
Jacob Walls
|
d345e5b5f8
Fixed #35935 -- Colorized system checks when running sqlmigrate.
|
3 months ago |
Ülgen Sarıkavak
|
c075d4c2c8
Made index view examples consistent in tutorial by removing trailing comma.
|
3 months ago |
Gabriel Nick Pivovarov
|
55855bc6d0
Fixed #35493 -- Allowed template self-inclusion with relative paths.
|
2 months ago |
Oleg Sverdlov
|
ded4854642
Fixed #35944 -- Handled serialization of Unicode values in ArrayField and HStoreField.
|
2 months ago |
David Smith
|
edd74c3417
Refs #32819 -- Added id to ErrorList class and template.
|
1 year ago |
Sarah Boyce
|
28f81a1019
Refs #373 -- Fixed CompositePrimaryKey tests if yaml isn't installed.
|
2 months ago |
Mariusz Felisiak
|
3d508ececb
Refs #21286 -- Fixed serializers tests if Pillow isn't installed.
|
2 months ago |
Sarah Boyce
|
eb665e076c
Cleaned up CVE-2024-53907 and CVE-2024-53908 security archive descriptions.
|
2 months ago |
Sarah Boyce
|
595cb4a7ae
Added CVE-2024-53907 and CVE-2024-53908 to security archive.
|
2 months ago |
Sarah Boyce
|
828afd782f
Added stub release notes for 5.1.5.
|
2 months ago |
Simon Charette
|
8f8dc5a1fc
Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLookup usage on Oracle.
|
3 months ago |
Sarah Boyce
|
49ff1042aa
Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().
|
3 months ago |
Jake Howard
|
58e548db8b
Fixed #35952 -- Used class property for available apps check on TransactionTestCase.
|
4 months ago |
Adam Zapletal
|
d2f2a6a6d5
Refs #21286 -- Enabled ImageField test cases in serializer data tests.
|
2 months ago |
Sage Abdullah
|
b28438f379
Refs #35842 -- Fixed handling of quotes in JSONField key lookups on Oracle.
|
3 months ago |
Mike Edmunds
|
ea34de3bd7
Refs #35581 -- Added tests for email parameters, attachments, MIME structure, bcc header, encoding and sending.
|
6 months ago |
Mike Edmunds
|
5d7001b578
Refs #35581 -- Used modern email parser and helpers in mail tests.
|
6 months ago |
Mike Edmunds
|
bddd35cb1a
Refs #35581 -- Improved reporting for failing tests in mail tests.
|
6 months ago |
Anders Hovmöller
|
871e1ee5ff
Removed question marks from headings in docs/topics/db/fixtures.txt.
|
2 months ago |