This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-04 06:30:02 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
serializers
History
Mariusz Felisiak
305757aec1
Applied Black's 2024 stable style.
...
https://github.com/psf/black/releases/tag/24.1.0
2024-01-26 12:45:07 +01:00
..
models
Applied Black's 2024 stable style.
2024-01-26 12:45:07 +01:00
__init__.py
…
test_data.py
Applied Black's 2024 stable style.
2024-01-26 12:45:07 +01:00
test_deserializedobject.py
…
test_json.py
Fixed
#34620
-- Fixed serialization crash on m2m fields without natural keys when base querysets use select_related().
2023-06-04 20:49:07 +02:00
test_jsonl.py
Fixed
#34620
-- Fixed serialization crash on m2m fields without natural keys when base querysets use select_related().
2023-06-04 20:49:07 +02:00
test_natural.py
Fixed various tests on MySQL with MyISAM storage engine.
2022-04-18 07:05:52 +02:00
test_xml.py
Fixed
#34620
-- Fixed serialization crash on m2m fields without natural keys when base querysets use select_related().
2023-06-04 20:49:07 +02:00
test_yaml.py
Fixed
#34620
-- Fixed serialization crash on m2m fields without natural keys when base querysets use select_related().
2023-06-04 20:49:07 +02:00
tests.py
Removed unnecessary trailing commas in tests.
2023-08-22 12:42:57 +02:00