index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
serializers_regress
/
models.py
Age
Commit message (
Expand
)
Author
2015-02-13
[1.8.x] Fixed #24320 - Used field.value_to_string() in serialization of forei...
Andriy Sokolovskiy
2015-02-12
[1.8.x] Added a test for UUIDField serialization; refs #24320.
Tim Graham
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-01
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Tim Graham
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2014-03-21
Removed PIL compatability layer per deprecation timeline.
Tim Graham
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-11
Fixed #13252 -- Added ability to serialize with natural primary keys.
Tai Lee
2013-10-10
Fixed an undefined variable and clarified the purpose of a test.
Tim Graham
2013-09-28
Fixed #20439 -- Started deprecation of IPAddressField
Erik Romijn
2013-08-15
Fixed #20895 -- Made check management command warn if a BooleanField does not...
Alasdair Nicol
2013-05-14
Fixed #19934 - Use of Pillow is now preferred over PIL.
Daniel Lindsley
2013-03-02
Added support for serializing BinaryField
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner