summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-02Fixed #32819 -- Added aria-describedby to fields with errors.David Smith
2025-01-02Removed current year from Python license file.Harsha Vardhan V
2025-01-02Fixed #36037 -- Fixed default primary key type in docs.Ari Pollak
2025-01-02Fixed typo in django/db/models/fields/related_descriptors.py.Jacob Walls
2025-01-02Fixed typo in django/db/models/query.py docstring.Jacob Walls
2025-01-02Fixed #35886 -- Added support for object-based form media script assets.Johannes Maron
2025-01-02Fixed #36034 -- Added system check for ForeignKey/ForeignObject/ManyToManyFie...Mariusz Felisiak
2025-01-02Refs #373 -- Errored when providing db_column to CompositePrimaryKey.Jacob Walls
2024-12-27Fixed #35891 -- Confirmed support for GDAL 3.10.David Smith
2024-12-27Fixed #35991 -- Fixed crash when adding non-nullable field after renaming par...Mariusz Felisiak
2024-12-26Refs #373 -- Fixed false failure of test_error_on_comment_pk_conflict.Tim Graham
2024-12-20Refs #35844 -- Fixed OtherModelFormTests.test_prefetch_related_queryset() tes...Mariusz Felisiak
2024-12-19Fixed #36016 -- Prevented traceback when quitting makemigrations with Ctrl-C.Aman Sharma
2024-12-18Refs #26007 -- Improved the ImproperlyConfigured error message for SingleObje...Andrew Miller
2024-12-18Fixed #26007 -- Clarified SingleObjectTemplateResponseMixin.get_template_name...Andrew Miller
2024-12-18Added DatabaseFeatures.rounds_to_even.Tim Graham
2024-12-18Fixed #35996 -- Fixed database serialization crash when serializing a many-to...Erica Pisani
2024-12-18Fixed #36002 -- Referred to request.Meta key in Persistent/RemoteUserMiddlewa...Anders Einar Hilden
2024-12-17Refs #35520 -- Fixed expected query count in admin_views tests.Tim Graham
2024-12-17Added Chiemezuo to AUTHORS.Chiemezuo
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