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