summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-11-01Fixed #35837 -- Added missing alters_data=True to QuerySet and UserManager me...Sarah Boyce
2024-11-01Refs #373 -- Used a feature flag to disable composite subquery test on MySQL.Simon Charette
2024-10-31Updated the "Built-in Field classes" section reference to a link.antoliny0919
2024-10-31Fixed #35876 -- Displayed non-ASCII fieldset names when rendering ModelAdmin....Sarah Boyce
2024-10-31Fixed #35180 -- Recreated PostgreSQL _like indexes when changing between Text...Ben Cail
2024-10-30Fixed #35866 -- Clarified the positioning Python magic methods on models in t...maddrum
2024-10-30Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option ...Anthony Joseph
2024-10-30Added missing lang attributes to html elements in docs.Johanan-Ayadata
2024-10-30Clarified default behavior when fields and fieldsets are not set on ModelAdmin.aruseni
2024-10-30Fixed #35864 -- Documented EmailMessage.connection is ignored when using send...Mike Edmunds
2024-10-30Fixed #35873 -- Corrected Form.as_table() call in form docs.antoliny0919
2024-10-29Refs #35844 -- Expanded compatibility for expected error messages in command ...Tainara Palmeira
2024-10-29Corrected note on importing fields in model field reference docs.aruseni
2024-10-29Removed unneeded OS reference on running the test suite in contributing docs.Maria Hynes
2024-10-29Fixed typo in ref/models/fields.txt.Clifford Gama
2024-10-29Refs #35581 -- Reduced boilerplate in mail tests.Mike Edmunds
2024-10-29Refs #35581 -- Identified mail tests that check for Python 2 behavior.Mike Edmunds
2024-10-29Refs #35581 -- Verified attachments in the generated message in mail tests.Mike Edmunds
2024-10-29Refs #35581 -- Clarified some test names and comments in mail tests.Mike Edmunds
2024-10-29Fixed #35868 -- Removed unneeded AttributeError catching in collectstatic's d...Peter Ruszel