Andrey Otto
|
f70a875cc0
Fixed #33530 -- Fixed typo in docs/ref/templates/builtins.txt.
|
3 years ago |
David Smith
|
fac3dd7f39
Refs #33173 -- Fixed MailTests.test_backend_arg() on Windows and Python 3.11+.
|
3 years ago |
Hasan Ramezani
|
9ac3ef59f9
Fixed #33379 -- Added minimum database version checks.
|
3 years ago |
Philipp Bosch
|
737542390a
Fixed typo in docs/topics/i18n/translation.txt.
|
3 years ago |
My-Name-Is-Nabil
|
3079133c73
Fixed #33514 -- Added fallbacks to subsequent language codes in Select2 translations.
|
3 years ago |
Matthias Kestenholz
|
b2ed0d78f2
Refs #28358 -- Fixed infinite recursion in LazyObject.__getattribute__().
|
3 years ago |
Matthias Kestenholz
|
a94ae4cb11
Refs #27468 -- Updated django.core.signing docstring.
|
3 years ago |
Mariusz Felisiak
|
1e2e1be02b
Fixed #33515 -- Prevented recreation of migration for ManyToManyField to lowercased swappable setting.
|
3 years ago |
Collin Anderson
|
35c2474f16
Made Field.error_messages a cached property.
|
3 years ago |
Theo Alexiou
|
97d7990abd
Fixed #28358 -- Prevented LazyObject from mimicking nonexistent attributes.
|
3 years ago |
Keryn Knight
|
1d071ec1aa
Removed unused Node.__iter__().
|
3 years ago |
Carlton Gibson
|
236e6cb588
Refs #31407 -- Handled potential exception in test cleanup.
|
3 years ago |
Baptiste Mispelon
|
f7e0bffa2e
Refs #33348 -- Made SimpleTestCase.assertFormError() raise ValueError when "field" is passed without "form_index".
|
3 years ago |
Mariusz Felisiak
|
d4c9dab74b
Refs #33348 -- Fixed SimpleTestCase.assertFormError() error message raised for unbound forms.
|
3 years ago |
Baptiste Mispelon
|
d84cd91e90
Refs #33348 -- Improved messages raised by SimpleTestCase.assertFormError()/assertFormsetErrors().
|
3 years ago |
Baptiste Mispelon
|
9bb13def5d
Refs #33348 -- Made SimpleTestCase.assertFormsetErrors() raise an error when form_index is too big.
|
3 years ago |
Baptiste Mispelon
|
261885e4c1
Simplified SimpleTestCase.assertFormError()/assertFormsetErrors() calls in admin_views tests.
|
3 years ago |
Baptiste Mispelon
|
1f749d6f12
Fixed field name in admin_views.tests.UserAdminTest.test_password_mismatch() assertion.
|
3 years ago |
Baptiste Mispelon
|
7986028e3f
Refs #33348 -- Made SimpleTestCase.assertFormError()/assertFormsetErrors() raise an error for unbound forms/formsets.
|
3 years ago |
rafrafek
|
cdd4ff67d2
Refs #25684 -- Removed double newline from request/response output of runserver.
|
3 years ago |
Claude Paroz
|
5d13cc540e
Refs #32074 -- Recommended aiosmtpd for minimal SMTP server.
|
3 years ago |
Mariusz Felisiak
|
3702819227
Refs #32502 -- Avoided table rebuild when removing fields on SQLite 3.35.5+.
|
3 years ago |
Carlton Gibson
|
d113b5a837
Refs #33476 -- Made management commands use black.
|
3 years ago |
Theo Alexiou
|
f9ec777a82
Fixed #26287 -- Added support for addition operations to SimpleLazyObject.
|
3 years ago |
Claude Paroz
|
4c76ffc2d6
Fixed #29490 -- Added support for object-based Media CSS and JS paths.
|
3 years ago |
David
|
cda81b79f2
Refs #32568 -- Optimized escape() by using SafeString instead of mark_safe().
|
3 years ago |
Damian Posener
|
09e499a39e
Fixed #33501 -- Made order_with_respect_to respect database routers.
|
3 years ago |
Aaron Chong
|
2d472ad05c
Fixed #33495 -- Improved debug logging message about adapting handlers for middlewares.
|
3 years ago |
Simon Charette
|
d35ce682e3
Fixed #33506 -- Made QuerySet.bulk_update() perform atomic writes against write database.
|
3 years ago |
John Hollingsworth
|
d70b4bea18
Fixed #32518 -- Doc'd that QuerySet.contains() should not be overused.
|
3 years ago |