Commit History

Author SHA1 Message Date
  antoliny0919 4fcbdb11b1 Made minor edits to form fields docs. 4 months ago
  0saurabh0 f223729f8f Fixed #26001 -- Fixed non-string field exact lookups in ModelAdmin.search_fields. 4 months ago
  David Smith cd4497254e Fixed #35883 -- Confirmed support for GDAL 3.9. 4 months ago
  Bendeguz Csirmaz f7601aed51 Refs #373 -- Added TupleIn subqueries. 5 months ago
  Sarah Boyce 611bf6c2e2 Fixed #35837 -- Added missing alters_data=True to QuerySet and UserManager methods. 5 months ago
  Simon Charette 03c0a3de72 Refs #373 -- Used a feature flag to disable composite subquery test on MySQL. 4 months ago
  antoliny0919 8864125d1f Updated the "Built-in Field classes" section reference to a link. 4 months ago
  Sarah Boyce 2c029c718f Fixed #35876 -- Displayed non-ASCII fieldset names when rendering ModelAdmin.fieldsets. 4 months ago
  Ben Cail 0eaaadd47f Fixed #35180 -- Recreated PostgreSQL _like indexes when changing between TextField and CharField field types. 6 months ago
  maddrum b50d1a020d Fixed #35866 -- Clarified the positioning Python magic methods on models in the internal style guide. 5 months ago
  Anthony Joseph 3a8f52fbc6 Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option on PostgreSQL 17+. 5 months ago
  Johanan-Ayadata 97a6a678c4 Added missing lang attributes to html elements in docs. 5 months ago
  aruseni a8f8b5a477 Clarified default behavior when fields and fieldsets are not set on ModelAdmin. 5 months ago
  Mike Edmunds 17c8ee7e3f Fixed #35864 -- Documented EmailMessage.connection is ignored when using send_messages(). 4 months ago
  antoliny0919 8f3dee1dfd Fixed #35873 -- Corrected Form.as_table() call in form docs. 4 months ago
  Tainara Palmeira fc22fdd34f Refs #35844 -- Expanded compatibility for expected error messages in command tests on Python 3.12 and 3.13. 4 months ago
  aruseni d7f78eb5d6 Corrected note on importing fields in model field reference docs. 5 months ago
  Maria Hynes 163e72ebba Removed unneeded OS reference on running the test suite in contributing docs. 5 months ago
  Clifford Gama 799c377818 Fixed typo in ref/models/fields.txt. 5 months ago
  Mike Edmunds cf4d902eb5 Refs #35581 -- Reduced boilerplate in mail tests. 7 months ago
  Mike Edmunds 00861c4ca7 Refs #35581 -- Identified mail tests that check for Python 2 behavior. 4 months ago
  Mike Edmunds 4d76adfacd Refs #35581 -- Verified attachments in the generated message in mail tests. 4 months ago
  Mike Edmunds 889be2f455 Refs #35581 -- Clarified some test names and comments in mail tests. 4 months ago
  Peter Ruszel cf9da6fadd Fixed #35868 -- Removed unneeded AttributeError catching in collectstatic's delete_file(). 4 months ago
  antoliny0919 738e0601d5 Fixed #35871 -- Corrected example on altering the base_fields attribute in forms docs. 4 months ago
  earthyoung 555f2412cb Refs #34900 -- Removed usage of deprecated glob.glob1(). 4 months ago
  Claude Paroz 43287cbb87 Refs #35742 -- Used curly quote in add user form message. 5 months ago
  Paolo Melchiorre b5669f08bc Improved the writing documentation contributing guide. 5 months ago
  Tainara Palmeira 4c3897bb15 Refs #35844 -- Corrected expected error messages in commands tests on Python 3.14+. 5 months ago
  Mariusz Felisiak 7a1fa20e9b Made GitHub actions display all warnings in Python tests. 5 months ago