summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-17Refs #32819 -- Added aria-describedby property to BoundField.David Smith
2024-12-17Fixed #35969 -- Disallowed specifying a USING clause for altered generated fi...lufafajoshua
2024-12-17Fixed #7732 -- Added support for connection pools on Oracle.suraj
2024-12-17Fixed #35992, Fixed #35997 -- Added system check for CompositePrimaryKeys in ...Mariusz Felisiak
2024-12-17Fixed #36012 -- Made mailto punctuation percent-encoded in Urlizer.Mike Edmunds
2024-12-17Fixed #34856 -- Fixed references to index_together in historical migrations.Andrés Reverón Molina
2024-12-17Refs #27236 -- Removed references to index_together from ModelState.from_model.Simon Charette
2024-12-16Refs #29850 -- Removed obsolete test_window_frame_raise_not_supported_error.Tim Graham
2024-12-16Fixed #36008 -- Fixed order of database reset in TransactionTestCase docs.Chiemezuo
2024-12-16Refs #35842 -- Fixed test_lookups_special_chars_double_quotes on SQLite 3.47+.Sage Abdullah
2024-12-16Refs #35718, Refs #32179 -- Moved JSONObject to django.db.models.functions.json.Sage Abdullah
2024-12-16Imported Coalesce from django.db.models.functions.Jacob Walls
2024-12-13Fixed #36007 -- Removed dead code from URLValidator.Mike Edmunds
2024-12-13Refs #36007 -- Added IDNA 2008 test case for URLValidator.Mike Edmunds
2024-12-13Fixed typo in ArrayField test name.Tim Graham
2024-12-11Removed links to outdated tools in docs/topics/performance.txt.amansharma612
2024-12-11Fixed #25582 -- Added support for query and fragment to django.urls.reverse().Ben Cardy
2024-12-11Fixed #35920 -- Observed requires_system_checks in migrate and runserver.Jacob Walls
2024-12-11Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible.Simon Charette
2024-12-11Refs #35936 -- Avoided field placeholder lookup for each value inserted.Simon Charette
2024-12-11Fixed #35989 -- Removed crs from GeoJSON serializer.Jeremy Thompson
2024-12-10Refs #35987 -- Added extra tests for ErrorList and ErrorDict copy methods.Adam Johnson
2024-12-10Fixed #35987 -- Made ErrorList.copy() copy the renderer attribute.Adam Johnson
2024-12-10Fixed #35988 -- Made BaseForm.full_clean() pass renderer to ErrorDict.Adam Johnson
2024-12-09Fixed #35982 -- Made DecimalField.get_db_prep_value() call DatabaseOperations...Tim Graham
2024-12-09Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op.Simon Charette
2024-12-09Added GeometryDistance to the GIS available functions table.Francisco Couzo
2024-12-09Removed unused and unnecessary words from docs/spelling_wordlist.Mariusz Felisiak
2024-12-09Fixed #35973 -- Improved makemessages locale validation to handle numeric reg...Juan Pablo Mallarino
2024-12-09Fixed #35935 -- Colorized system checks when running sqlmigrate.Jacob Walls
2024-12-06Made index view examples consistent in tutorial by removing trailing comma.Ülgen Sarıkavak
2024-12-06Fixed #35493 -- Allowed template self-inclusion with relative paths.Gabriel Nick Pivovarov
2024-12-05Fixed #35944 -- Handled serialization of Unicode values in ArrayField and HSt...Oleg Sverdlov
2024-12-05Refs #32819 -- Added id to ErrorList class and template.David Smith
2024-12-05Refs #373 -- Fixed CompositePrimaryKey tests if yaml isn't installed.Sarah Boyce
2024-12-05Refs #21286 -- Fixed serializers tests if Pillow isn't installed.Mariusz Felisiak
2024-12-04Cleaned up CVE-2024-53907 and CVE-2024-53908 security archive descriptions.Sarah Boyce
2024-12-04Added CVE-2024-53907 and CVE-2024-53908 to security archive.Sarah Boyce
2024-12-04Added stub release notes for 5.1.5.Sarah Boyce
2024-12-04Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLookup usage...Simon Charette
2024-12-04Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().Sarah Boyce
2024-12-04Fixed #35952 -- Used class property for available apps check on TransactionTe...Jake Howard
2024-12-03Refs #21286 -- Enabled ImageField test cases in serializer data tests.Adam Zapletal
2024-12-03Refs #35842 -- Fixed handling of quotes in JSONField key lookups on Oracle.Sage Abdullah
2024-12-03Refs #35581 -- Added tests for email parameters, attachments, MIME structure,...Mike Edmunds
2024-12-03Refs #35581 -- Used modern email parser and helpers in mail tests.Mike Edmunds
2024-12-03Refs #35581 -- Improved reporting for failing tests in mail tests.Mike Edmunds
2024-12-02Removed question marks from headings in docs/topics/db/fixtures.txt.Anders Hovmöller
2024-12-02Fixed #35950 -- Restored refreshing of relations when fields deferred.Adam Johnson
2024-12-02Fixed #35964 -- Cleaned up can_order and can_delete formset examples.antoliny0919