summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-20Fixed #35913 -- Prevented formset name suffix 'FormFormSet'.antoliny0919
2024-11-19Fixed #35535 -- Added template tag decorator simple_block_tag().Jake Howard
2024-11-19Fixed #35775 -- Confirmed support for GEOS 3.13.David Smith
2024-11-19Updated maintainers of Django Debug Toolbar to Django Commons.Tim Schilling
2024-11-18Refs #32339 -- Updated formset docs to reflect default rendering as as_div.antoliny0919
2024-11-18Refs #35844 -- Fixed copying BaseContext and its subclasses on Python 3.14+.Mariusz Felisiak
2024-11-18Fixed #35882 -- Made migration questioner loop on all errors.Adam Johnson
2024-11-18Refs #35882 -- Added test for migration questioner KeyboardInterrupt.Adam Johnson
2024-11-18Fixed typo in docs/topics/performance.txt.Caitlin Hogan
2024-11-18Fixed #18392 -- Changed default mysql encoding to "utf8mb4".Ben Cail
2024-11-15Made cosmetic edits to 5.2 release notes, including line wrapping at 79 cols.nessita
2024-11-15Refs #28215 -- Marked auth form passwords as sensitive variables.GappleBee
2024-11-14Fixed #35784 -- Added support for preserving the HTTP request method in HttpR...Lorenzo Peña
2024-11-14Fixed #35887 -- Added imports and admin.site.register to non-partial admin in...Alexander Lazarević
2024-11-14Removed misleading list of tested OS in GEOS API docs.Anthony Joseph
2024-11-14Replaced message suggestions from IRC to Discord in contributing docs.AfiMaameDufie
2024-11-14Fixed #17430 -- Documented access to the Django admin when using a custom aut...Maria Hynes
2024-11-14Fixed a typo in docs/howto/static-files/deployment.txt.Laurence Mercer
2024-11-13Fixed #35843 -- Clarified formset docs about reordering forms.Clifford Gama
2024-11-12Refs #21286 -- Fixed YAML serialization of TimeField primary key.Adam Zapletal
2024-11-11Fixed #17905 -- Restricted access to model pages in admindocs.sai-ganesh-03
2024-11-11Fixed #35903 -- Made admin's "view on site" URL accept non-integer ContentTyp...Tim Graham
2024-11-11Fixed #35815 -- Made system check accept db_default literals when DatabaseFea...Tim Graham
2024-11-11Updated validate_slug regular expression in form validation docs.antoliny0919
2024-11-11Updated BRIN index links in contrib.postgres indexes docs.Adam Zapletal
2024-11-11Fixed a typo in some tests.yatami38
2024-11-11Removed redundant RemoteTestResultTest._test_error_exc_info() test hook.Mariusz Felisiak
2024-11-11Refs #35849 -- Skipped ParallelTestSuiteTest.test_handle_add_error_before_fir...Mariusz Felisiak
2024-11-11Refs #32365 -- Removed pytz from list of test dependencies in unit test docs.Mariusz Felisiak
2024-11-11Fixed typo in django/db/backends/sqlite3/features.py.Mariusz Felisiak
2024-11-08Fixed #35011, Refs #28900 -- Added tests for QuerySet.union() with multiple m...Jacob Rief
2024-11-07Refs #23968 -- Removed unnecessary list comprehension in contrib.admin.helpers.John Parton
2024-11-06Fixed #35849 -- Made ParallelTestSuite report correct error location.David Winiecki
2024-11-06Refs #35849 -- Added a handle_event hook to ParallelTestSuite.David Winiecki
2024-11-06Fixed #35863 -- Replaced bold text with heading level 3 in new contributors d...ssanger
2024-11-06Fixed #27409 -- Made admindocs support custom link text in docstrings.sai-ganesh-03
2024-11-06Fixed #35778 -- Used JSON_OBJECT database function on PostgreSQL 16+ with ser...John Parton
2024-11-06Fixed #35889 -- Corrected reference of default widgets in "Styling widget ins...antoliny0919
2024-11-06Removed definition of JSONObject ArgJoiner class in as_native function.Sarah Boyce
2024-11-05Clarified instructions on how to claim a ticket.Maria Hynes
2024-11-05Fixed typo in docs/internals/howto-release-django.txt.Mariusz Felisiak
2024-11-05Fixed #35880 -- Removed invalid example in form Field.required docs due to Ch...antoliny0919
2024-11-05Refs #26001 -- Handled relationship exact lookups in ModelAdmin.search_fields.Sarah Boyce
2024-11-05Added stub release notes for 5.1.4.Mariusz Felisiak
2024-11-05Added release date for 5.1.3.Mariusz Felisiak
2024-11-04Fixed #35867, Refs #2411 -- Allowed links in admindocs view details summary.sai-ganesh-03
2024-11-04Made minor edits to form fields docs.antoliny0919
2024-11-04Fixed #26001 -- Fixed non-string field exact lookups in ModelAdmin.search_fie...0saurabh0
2024-11-04Fixed #35883 -- Confirmed support for GDAL 3.9.David Smith
2024-11-04Refs #373 -- Added TupleIn subqueries.Bendeguz Csirmaz