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-13 02:40:47 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
serializers
History
Simon Charette
e50add6ca1
Fixed
#28856
-- Fixed a regression in caching of a GenericForeignKey pointing to a MTI model.
...
Regression in b9f8635f58ad743995cad2081b3dc395e55761e5.
2017-11-30 09:28:44 -05:00
..
models
Revert "Refs
#21286
-- Enabled serializer tests with time pk model"
2017-09-18 09:34:21 +02:00
__init__.py
…
test_data.py
Revert "Refs
#21286
-- Enabled serializer tests with time pk model"
2017-09-18 09:34:21 +02:00
test_deserializedobject.py
Refs
#27546
-- Tested some __repr__() methods.
2016-12-01 08:09:38 -05:00
test_json.py
Converted usage of ugettext* functions to their gettext* aliases
2017-02-07 09:04:04 +01:00
test_natural.py
Refs
#23919
-- Replaced usage of django.utils.functional.curry() with functools.partial()/partialmethod().
2017-09-06 13:11:18 -04:00
test_xml.py
Fixed
#28856
-- Fixed a regression in caching of a GenericForeignKey pointing to a MTI model.
2017-11-30 09:28:44 -05:00
test_yaml.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
tests.py
Fixed
#28856
-- Fixed a regression in caching of a GenericForeignKey pointing to a MTI model.
2017-11-30 09:28:44 -05:00