Jacob Walls
|
4e4db426c5
Fixed typo in docs/topics/testing/tools.txt.
|
4 éve |
Tim Graham
|
78eeb24774
Made test_change_list_sorting_model_admin_reverse's assertions more specific.
|
4 éve |
Claude Paroz
|
7f85498eef
Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.
|
4 éve |
manav014
|
af87574a3c
Fixed #6517 -- Made dbshell use charset option on MySQL.
|
4 éve |
Nick Pope
|
98126cdfaf
Removed .hgignore.
|
4 éve |
Nick Pope
|
177a49e79c
Reduced time.sleep() in cache touch() tests.
|
4 éve |
Nick Pope
|
be183fc94f
Optimized inspectdb tests by specifying database tables/views.
|
4 éve |
Mariusz Felisiak
|
1fb97fb965
Refs #32096 -- Made JSONField check respect Meta.required_db_vendor.
|
4 éve |
Chris Jerdonek
|
a492ccf0bc
Refs #31672 -- Simplified ExceptionReporter.get_traceback_frames().
|
4 éve |
Çağıl Uluşahin
|
9159d173c3
Fixed #25253 -- Made AlterField operation a noop when changing attributes that don't affect the schema.
|
4 éve |
Aarni Koskela
|
68e33b347d
Fixed #32105 -- Added template paths as ExceptionReporter class attributes.
|
4 éve |
Carlton Gibson
|
411cc0ae18
Fixed #29988 -- Updated coding style to allow f-strings.
|
4 éve |
Mariusz Felisiak
|
6e4f7ec854
Refs #31926 -- Made test_pickle_filteredrelation_m2m do not depend on auto-PK.
|
4 éve |
Mariusz Felisiak
|
220c4d5c05
Refs #32096 -- Removed JSONBAgg from 3.1.3 release notes.
|
4 éve |
Mariusz Felisiak
|
ee0abac169
Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms in expressions.
|
4 éve |
Mariusz Felisiak
|
bbd55e5863
Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms.
|
4 éve |
Mariusz Felisiak
|
7e1e198494
Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField.
|
4 éve |
Mariusz Felisiak
|
1f31027bb3
Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over JSONField key transforms.
|
4 éve |
Mariusz Felisiak
|
1d650ad019
Refs #32096 -- Added test for ArrayAgg over JSONField key transforms.
|
4 éve |
Mariusz Felisiak
|
7bfdd3b951
Refs #32096 -- Added test for window expressions with JSONField key transforms.
|
4 éve |
David-Wobrock
|
ee005328c8
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specific timezone.
|
4 éve |
David-Wobrock
|
8d018231ac
Removed redundant tests in test_extract_trunc.
|
4 éve |
David-Wobrock
|
a0571c1003
Refs #31640 -- Made Extract raise ValueError when using tzinfo with Date/TimeField.
|
4 éve |
Matthias Kestenholz
|
b26ec77deb
Updated the link documenting the de_CH number formats.
|
4 éve |
Jacob Walls
|
ac6c426007
Fixed #20601 -- Allowed forcing format with thousand separators in floatformat filter.
|
4 éve |
Mariusz Felisiak
|
e18156b6c3
Refs #31040 -- Doc'd Python 3.9 compatibility.
|
4 éve |
shivam sharma
|
c9f12f149f
Fixed typo in docs/topics/i18n/translation.txt.
|
4 éve |
Octavio
|
746bb13ceb
Fixed #22490 -- Added tests for Feed.get_object().
|
4 éve |
Marco Richetta
|
e92971ccb0
Removed unnecessary check in BaseModelAdmin.get_view_on_site_url().
|
4 éve |
Hasan Ramezani
|
78ae8cc5d8
Fixed #31674 -- Fixed displaying traceback in technical 500 debug page.
|
4 éve |