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-03 13:34:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
serializers
History
Tim Graham
631f4ab061
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
...
Per deprecation timeline. Refs ed0ff913c648b16c4471fc9a9441d1ee48cb5420.
2017-01-17 20:52:04 -05:00
..
models
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
2017-01-17 20:52:04 -05:00
__init__.py
…
test_data.py
Fixed E305 flake8 warnings.
2016-11-14 12:30:46 -05:00
test_deserializedobject.py
Refs
#27546
-- Tested some __repr__() methods.
2016-12-01 08:09:38 -05:00
test_json.py
Fixed
#26656
-- Added duration (timedelta) support to DjangoJSONEncoder.
2016-07-14 13:34:15 -04:00
test_natural.py
Fixed
#24607
-- Serialized natural keys in multi-table inheritance models.
2016-10-12 20:04:57 -04:00
test_xml.py
Separated XML serialization tests
2015-09-26 19:58:43 +02:00
test_yaml.py
Refs
#26022
-- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate.
2016-01-29 13:37:33 -05:00
tests.py
Simplified a test after refs
#26207
.
2016-11-17 10:23:17 -05:00