Commit History

Author SHA1 Message Date
  Mariusz Felisiak ae5743d461 Fixed typo in django/db/backends/sqlite3/features.py. 1 week ago
  Jacob Rief 40bfd7b09a Fixed #35011, Refs #28900 -- Added tests for QuerySet.union() with multiple models and DateTimeField annotations. 3 weeks ago
  John Parton 042b381e2e Refs #23968 -- Removed unnecessary list comprehension in contrib.admin.helpers. 2 weeks ago
  David Winiecki 661dfdd598 Fixed #35849 -- Made ParallelTestSuite report correct error location. 1 month ago
  David Winiecki 41da8a4f5a Refs #35849 -- Added a handle_event hook to ParallelTestSuite. 1 month ago
  ssanger c4c076223e Fixed #35863 -- Replaced bold text with heading level 3 in new contributors docs. 3 weeks ago
  sai-ganesh-03 c2c544cf01 Fixed #27409 -- Made admindocs support custom link text in docstrings. 3 weeks ago
  John Parton 78c9a27031 Fixed #35778 -- Used JSON_OBJECT database function on PostgreSQL 16+ with server-side bindings. 1 month ago
  antoliny0919 18b3a9dd39 Fixed #35889 -- Corrected reference of default widgets in "Styling widget instance" docs. 2 weeks ago
  Sarah Boyce 5c3b9d04d2 Removed definition of JSONObject ArgJoiner class in as_native function. 2 weeks ago
  Maria Hynes db5980ddd1 Clarified instructions on how to claim a ticket. 2 weeks ago
  Mariusz Felisiak 2bfb1211c0 Fixed typo in docs/internals/howto-release-django.txt. 2 weeks ago
  antoliny0919 72de38239f Fixed #35880 -- Removed invalid example in form Field.required docs due to CharField.strip. 2 weeks ago
  Sarah Boyce 5fa4ccab7e Refs #26001 -- Handled relationship exact lookups in ModelAdmin.search_fields. 2 weeks ago
  Mariusz Felisiak 5bd5805811 Added stub release notes for 5.1.4. 2 weeks ago
  Mariusz Felisiak ecd81ac8b7 Added release date for 5.1.3. 2 weeks ago
  sai-ganesh-03 968397228f Fixed #35867, Refs #2411 -- Allowed links in admindocs view details summary. 3 weeks ago
  antoliny0919 4fcbdb11b1 Made minor edits to form fields docs. 2 weeks ago
  0saurabh0 f223729f8f Fixed #26001 -- Fixed non-string field exact lookups in ModelAdmin.search_fields. 3 weeks ago
  David Smith cd4497254e Fixed #35883 -- Confirmed support for GDAL 3.9. 3 weeks ago
  Bendeguz Csirmaz f7601aed51 Refs #373 -- Added TupleIn subqueries. 1 month ago
  Sarah Boyce 611bf6c2e2 Fixed #35837 -- Added missing alters_data=True to QuerySet and UserManager methods. 1 month ago
  Simon Charette 03c0a3de72 Refs #373 -- Used a feature flag to disable composite subquery test on MySQL. 3 weeks ago
  antoliny0919 8864125d1f Updated the "Built-in Field classes" section reference to a link. 3 weeks ago
  Sarah Boyce 2c029c718f Fixed #35876 -- Displayed non-ASCII fieldset names when rendering ModelAdmin.fieldsets. 3 weeks ago
  Ben Cail 0eaaadd47f Fixed #35180 -- Recreated PostgreSQL _like indexes when changing between TextField and CharField field types. 2 months ago
  maddrum b50d1a020d Fixed #35866 -- Clarified the positioning Python magic methods on models in the internal style guide. 4 weeks ago
  Anthony Joseph 3a8f52fbc6 Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option on PostgreSQL 17+. 1 month ago
  Johanan-Ayadata 97a6a678c4 Added missing lang attributes to html elements in docs. 1 month ago
  aruseni a8f8b5a477 Clarified default behavior when fields and fieldsets are not set on ModelAdmin. 3 weeks ago