Commit History

作者 SHA1 備註 提交日期
  Simon Charette 35396a7f24 Refs #26207 -- Removed obsolete note about slow constructing a model with deferred fields. 5 年之前
  Mariusz Felisiak 06d34aab7c Fixed #30870 -- Fixed showing that RunPython operations are irreversible by migrate --plan. 5 年之前
  Mariusz Felisiak 05186c03a3 Isolated migrations.test_commands.MigrateTests.test_migrate_plan. 5 年之前
  Simon Charette 2839659b42 Fixed #30868 -- Prevented unnecessary AlterField when renaming a referenced pk. 5 年之前
  René Fleschenberg d232fd76a8 Clarified that SECURE_REDIRECT_EXEMPT patterns should not include leading slashes. 5 年之前
  Etienne Chové e7cdb0cd7e Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a model instance. 6 年之前
  Etienne Chové a12f9cd95a Added ModelChoiceField test for validation with to_field_name. 5 年之前
  Louise Grandjonc 7d1bf29977 Fixed #30826 -- Fixed crash of many JSONField lookups when one hand side is key transform. 5 年之前
  Hasan Ramezani 6a75cea76a Fixed #30854 -- Fixed QuerySet.select_related() with multiple FilteredRelations. 5 年之前
  Hasan Ramezani e1ae2b0050 Refs #30854 -- Moved local_setter() outside the loop in SQLCompiler.get_related_selections(). 5 年之前
  Flavio Curella ed112fadc1 Fixed #23755 -- Added support for multiple field names in the no-cache Cache-Control directive to patch_cache_control(). 5 年之前
  Mariusz Felisiak 2a6f45e08e Fixed typos in docs/releases/3.0.txt. 5 年之前
  Flavio Curella 9facc90020 Refs #23755 -- Added tests for patch_cache_control() with no-cache Cache-Control directive. 5 年之前
  Viktor Lomakin ee6b17187f Fixed #30812 -- Made ConditionalGetMiddleware set ETag only for responses with non-empty content. 5 年之前
  Benjy Weinberger 3cd3bebe89 Fixed #30300 -- Allowed migrations to be loaded from directories without __init__.py file. 6 年之前
  Kees Hink 5d9cf79baf Fixed #27086 -- Doc'd fix for test suite hang on macOS. 5 年之前
  Carlton Gibson 06e087c3de Added note to check Python version in unit tests troubleshooting section. 5 年之前
  Carlton Gibson b39c39e82a Corrected section indentation in unit tests contributor docs. 5 年之前
  Mariusz Felisiak 02c63b8f2f Refs #26608 -- Fixed DatabaseFeatures.supports_frame_range_fixed_distance on SQLite 3.28+, MariaDB 10.2+, and MySQL 8.0.2+. 5 年之前
  Mac Chapman 0b7378db1f Fixed #11097 -- Added note about parent link fields in formsets for multi-table inheritance models. 5 年之前
  dustinlharrison b0e92fb49d Fixed #30806 -- Prevented tox tests hanging on macOS. 5 年之前
  Simon Charette 8b10357854 Fixed #30860 -- Disabled unneeded NULLS FIRST/LAST workaround on SQLite 3.30+. 5 年之前
  Carlton Gibson 94eae4e563 Fixed #30858 -- Clarified that AdminEmailHandler processes all 5xx responses. 5 年之前
  Simon Charette 26c66f4519 Fixed #30856 -- Combined fast-delete queries by model during cascade deletion. 5 年之前
  Simon Charette 44522d1036 Made Collector.collect() return immediately for disabled related collection. 5 年之前
  Simon Charette 832aa08afe Used defaultdict in deletion.Collector. 5 年之前
  Alex Gaynor 04ac9b45a3 Improved performance of django.template.base.Parser. 5 年之前
  Caio Ariede dafdfd6a60 Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel. 5 年之前
  Hasan Ramezani a28d1b38e5 Fixed #30839 -- Fixed Field.__deepcopy__() so forms don't share error messages. 5 年之前
  Caio Ariede 06909fe084 Fixed #28273 -- Doc'd fast nullable column creation with defaults. 5 年之前