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
/
regressiontests
/
serializers_regress
/
models.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-12-08
Removed US localflavor-specific tests from core
Claude Paroz
2012-03-12
Fix #17879: Corrected regression in python (inherited by yaml and json) seria...
Karen Tracey
2012-03-03
Fixed #17717 (again) -- Used the new API for concrete models added in r17573....
Jannis Leidel
2012-03-03
Fixed #17717 -- Fixed serialization of proxy models. Thanks, Anssi Kääriäi...
Jannis Leidel
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-03-03
Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...
Russell Keith-Magee
2010-12-21
Reverting r14994 (at request of SmileyChris) because of some backwards compat...
Russell Keith-Magee
2010-12-21
Fixes #13252 -- Use the natural key instead of the primary key when serializing
Chris Beaven
2010-02-24
Fixed #12546. Objects with a __len__ that returns 0 can now be serialized. Th...
Joseph Kocherhans
2009-12-17
Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...
Karen Tracey
2009-11-03
Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...
Russell Keith-Magee
2009-04-09
Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin...
Jacob Kaplan-Moss
2008-09-01
Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...
Jacob Kaplan-Moss
2008-08-12
Fixed #8134 -- Corrected serialization of m2m fields with intermediate models...
Russell Keith-Magee
2008-08-08
File storage refactoring, adding far more flexibility to Django's file handli...
Jacob Kaplan-Moss
2008-06-09
Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ...
Russell Keith-Magee
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-12
Fixed #3768 -- Disabled NullBooleanField PK serialization test. We can't and ...
Russell Keith-Magee
2007-07-12
Fixed #3770 -- Remove null=True tag from OneToOne serialization test. OneToOn...
Russell Keith-Magee
2007-07-12
Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ...
Russell Keith-Magee
2007-06-01
Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser...
Russell Keith-Magee
2007-05-28
Fixed a serialization problem with objects that have a foreign key on an obje...
Russell Keith-Magee
2007-05-21
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
Malcolm Tredinnick
2007-05-14
Cleaned up the ordering of test data from [5232].
Russell Keith-Magee
2007-05-14
Fixed #4288 -- Modified serializers to pay attention to the to_field attribut...
Russell Keith-Magee
2007-05-08
Moved generic relations into django.contrib.contenttypes, since it depends on
Malcolm Tredinnick
2007-03-19
Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report...
Russell Keith-Magee
2007-03-13
Added unit tests to fully check the performance of the serializer engines.
Russell Keith-Magee