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-03-06 15:32:33 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
serializers
History
konsti
48a1929ca0
Removed unnecessary trailing commas in tests.
2023-08-22 12:42:57 +02:00
..
models
Fixed
#34779
-- Avoided unnecessary selection of non-nullable m2m fields without natural keys during serialization.
2023-08-19 10:29:43 +02:00
__init__.py
…
test_data.py
Refs
#33476
-- Applied Black's 2023 stable style.
2023-02-01 11:04:38 +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
…
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