Russell Keith-Magee
|
9f6a82fafb
Fixed #13156 -- Ensure that exists() queries are as fast as they can be. Thanks to Jerome Leclanche for the report.
|
15 rokov pred |
Justin Bronn
|
d58020fce8
Fixed `fieldlookup` docs cross-reference directive, and added it to the queryset reference. Refs #12930.
|
15 rokov pred |
Russell Keith-Magee
|
f081059b45
Fixed #13152 -- Ensure the test client saves the session before writing the session key to the cookie, in case the session engine changes the session key.
|
15 rokov pred |
Russell Keith-Magee
|
003fe52225
Fixed #13123 -- Cleaned up template loader for PyPy compatibility. Thanks to avostryakov for the report.
|
15 rokov pred |
Russell Keith-Magee
|
10de2a837f
Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks to yishaibeeri for the report and test case.
|
15 rokov pred |
Russell Keith-Magee
|
be8a1f612d
Fixed #12849 -- Corrected the way strings are encoded for display by the colorizer so that they work with unicode. Thanks to jype for the report, and frasern for his work on the issue.
|
15 rokov pred |
Karen Tracey
|
7471dab660
Fixed #13138: Ensure required=False on a model form field overrides
|
15 rokov pred |
Karen Tracey
|
e434573ef1
Changed the comments post view code to avoid raising an exception if handed invalid data for the object pk. Thanks to Leo for the test.
|
15 rokov pred |
Gary Wilson Jr
|
f482984af1
Fixed #10361 -- Added documentation for ComboField and MultiValueField form fields, patch from timo.
|
15 rokov pred |
Karen Tracey
|
47a822207f
Fixed #12881: Corrected handling of inherited unique constraints. Thanks for report fgaudin.
|
15 rokov pred |
Karen Tracey
|
883329ecb3
Fixed #12105: Corrected handling of isnull=False lookups in admin. Thanks marcob, Travis Cline, gabrielhurley.
|
15 rokov pred |
Karen Tracey
|
cc6e9b2286
Fixed #12434: Made pretty_name handle empty string and None as input. Thanks ales_zoulek and gabrielhurley.
|
15 rokov pred |
Karen Tracey
|
3c59067a4f
Fixed #13120: Corrected typo in middleware doc. Thanks django@willhardy.com.au.
|
15 rokov pred |
Karen Tracey
|
80e744945c
Fixed #12787: Correctly identify the template that does not exist when a template being extended includes another template that does not exist. Thanks to trigeek38 for the report.
|
15 rokov pred |
Russell Keith-Magee
|
e89a5e06cf
Fixed #12998 -- Corrected handling of time zones in syndication framework.
|
15 rokov pred |
Russell Keith-Magee
|
2d57300f52
Fixed #12953 -- Ensure that deletion cascades through generic relations. Also cleans up the special-casing of generic relations in the deleted object discovery process. Thanks to carljm for the report and patch.
|
15 rokov pred |
Russell Keith-Magee
|
d8c9d21c33
Added a transaction rollback needed to clean up after the test introduced by r12764.
|
15 rokov pred |
Jannis Leidel
|
3c06e2101b
Fixed #13014 - Added section about how to use the language code with fragement caching. Thanks for the initial patch, fgutierrez.
|
15 rokov pred |
Jannis Leidel
|
44390aeb5d
Fixed #13045 - Add USE_L10N to the project skeleton settings.
|
15 rokov pred |
Jannis Leidel
|
7989a78baf
Fixed #13000 - Use a dictionary for the error messages definition in user creation and change form. Thanks for the patch, lgs.
|
15 rokov pred |
Jannis Leidel
|
a03f675876
Fixed #13026 - Also update the index of lookup links when adding inlines dynmacially in the admin. Thanks to ramusus and Rob Hudson for the patch.
|
15 rokov pred |
Russell Keith-Magee
|
45a56e637e
Fixed #12339 -- Made content type deletion an interactive process to prevent accidentally cascade deleting content from a production database. Thanks to kcarnold for the report and patch.
|
15 rokov pred |
Russell Keith-Magee
|
beca4b8109
Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. Thanks to David Danier for the report.
|
15 rokov pred |
Russell Keith-Magee
|
4dfe6190fa
Fixed #13108 -- Corrected an ambiguity in test data with the potential to cause test failures out of the box. Thanks to benreynwar for the report.
|
15 rokov pred |
Karen Tracey
|
c10b227b69
Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value. Thanks to loewis for report.
|
15 rokov pred |
Russell Keith-Magee
|
794690c272
Fixed #13090 -- Corrected handling of errors in middleware when DEBUG=False. Thanks to EroSennin for the report, and Ivan Sagalaev for the patch.
|
15 rokov pred |
Russell Keith-Magee
|
4120a181e9
Fixed #11801 -- Corrected form validation to ensure you can still get deleted_forms and ordered_forms when a form that is being deleted doesn't validate. Thanks to dantallis for the report and patch.
|
15 rokov pred |
Russell Keith-Magee
|
fbf00078e1
Fixed #12940 -- Modified some admin actions in contrib.comments to use ungettext in order to support Russian (and similar) pluralization rules. Thanks to void for the report and patch.
|
15 rokov pred |
Russell Keith-Magee
|
75c8c1de9a
Fixed #12404 -- Improved model validation for CharField and DecimalField. Thanks to tiliv for the report, josh for the patch, and Leo for the tests.
|
15 rokov pred |
Russell Keith-Magee
|
203d0f6048
Fixed #11891 -- Ensured that attributes of get_absolute_url are preserved through the metaclass. Thanks to nfg for the report and patch.
|
15 rokov pred |