Mariusz Felisiak
|
3278c31fa5
|
[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line length.
Backport of 7119f40c98 from main.
|
2022-02-08 19:25:02 +01:00 |
django-bot
|
6a682b38e7
|
[4.0.x] Refs #33476 -- Reformatted code with Black.
Backport of 9c19aff7c7 from main.
|
2022-02-08 12:15:38 +01:00 |
Hasan Ramezani
|
68fc21b378
|
Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.
|
2020-04-28 11:11:39 +02:00 |
Hasan Ramezani
|
8970bb4cfd
|
Refs #29249 -- Added tests for serializing Unicode data with XML serializer.
|
2020-04-28 11:11:39 +02:00 |
Simon Charette
|
e50add6ca1
|
Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing to a MTI model.
Regression in b9f8635f58 .
|
2017-11-30 09:28:44 -05:00 |
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Claude Paroz
|
d3cfdfb508
|
Separated XML serialization tests
|
2015-09-26 19:58:43 +02:00 |