Chris Jerdonek
|
ebed9ee8d5
Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().
|
8 年之前 |
Tim Graham
|
967aa7f6cc
Fixed #27010 -- Made Argon2PasswordHasher decode with ASCII.
|
8 年之前 |
Claude Paroz
|
272eccf7ff
Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_field
|
8 年之前 |
Chris Jerdonek
|
7bc5274f6f
Fixed #27012 -- Removed unnecessary setup_test_environment() in a test.
|
8 年之前 |
Tim Graham
|
5c63b3e5a7
Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.
|
8 年之前 |
Tim Graham
|
4a696bbe13
Fixed a GeoIP test failure with the latest data.
|
8 年之前 |
Alex Hill
|
c5ebfda002
Fixed #27001 -- Fixed a query count regression in ModelChoiceField with RadioSelect.
|
8 年之前 |
Sergey Yurchenko
|
4e64e3bb6e
Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
|
8 年之前 |
Tim Graham
|
f4b1f972dc
Fixed #26999 -- Documented model_to_dict() ManyToManyField change in 1.10.
|
8 年之前 |
Tim Graham
|
ccd5a23fba
Fixed #27000 -- Removed BaseCommand.usage() per deprecation timeline (refs #19973).
|
8 年之前 |
Akshesh
|
b92c6b7d56
Refs #26709 -- Replaced Index.get_name() with set_name_with_model().
|
8 年之前 |
Chris Jerdonek
|
ef92ed530e
Fixed #26980 -- Added ParallelTestSuite.runner_class to aid subclassing.
|
8 年之前 |
Tim Graham
|
54afa960d1
Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous compatibility.
|
8 年之前 |
Tim Graham
|
d95c669c29
Fixed #26991 -- Fixed a crash in MySQL where SQL_AUTO_IS_NULL doesn't return a result.
|
8 年之前 |
Chris Jerdonek
|
013ee21cf8
Fixed #26976 -- Added LiveServerTestCase.server_thread_class to ease subclassing.
|
8 年之前 |
Tim Graham
|
24123c3136
Fixed admin_utils test failures due to translation updates.
|
8 年之前 |
Tim Graham
|
9af0a58756
Added stub release notes for 1.10.1.
|
8 年之前 |
Tim Graham
|
95b47c009b
Added release dates for 1.10 and 1.9.9
|
8 年之前 |
Adam Chainz
|
4b1c9708d6
Fixed #26966 -- Made MySQL backend skip defaults for JSON columns
|
8 年之前 |
Claude Paroz
|
374b6091ac
Pulled contrib translations from Transifex
|
8 年之前 |
Claude Paroz
|
07290211ff
Pulled core Django translations from Transifex
|
8 年之前 |
Jon Dufresne
|
ac3aaaa740
Fixed #26927 -- Made subwidget iteration pass disabled and required attributes.
|
8 年之前 |
Tim Graham
|
aad46c3e37
Fixed #26930 -- Prevented makemigrations from accessing an empty database.
|
8 年之前 |
Claude Paroz
|
f530b4fdfc
Fixed #26972 -- Fixed is_collection definition in MapWidget initialization
|
8 年之前 |
Tim Graham
|
5fa4370543
Refs #25550 -- Corrected deprecation message for assigning M2M relations.
|
8 年之前 |
Tim Graham
|
4e86168290
Fixed #26970 -- Fixed crash with disabled ModelMultipleChoiceField.
|
8 年之前 |
Ana Balica
|
36fbf9b7d1
Removed unnecessary 'just' from docs/ref/templates/api.txt.
|
8 年之前 |
Tomas Pazderka
|
b820b6108a
Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.
|
8 年之前 |
Tim Graham
|
0850236a8c
Fixed a typo in tests/middleware/test_security.py
|
8 年之前 |
Jensen Cochran
|
83be40760a
Fixed #26933 -- Fixed flaky update_or_create() test from refs #26804.
|
8 年之前 |