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
/
docs
/
topics
/
serialization.txt
Age
Commit message (
Expand
)
Author
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2016-07-14
Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.
Will Hardy
2016-06-28
Fixed #15091 -- Allowed passing custom encoder to JSON serializer.
Berker Peksag
2016-06-07
Fixed #26704 -- Documented DjangoJSONEncoder.
Tommy Beadle
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-08
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2016-03-08
Fixed #26256 -- Added note about primary key serialization
Claude Paroz
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2015-09-27
Fixed #25468 -- Made DjangoJSONEncoder lazy string aware
Claude Paroz
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-19
Fixed #20197 -- Made XML serializer fail loudly when outputting unserializabl...
Claude Paroz
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-17
Removed dumpdata --natural option and serializers use_natural_keys parameter.
Tim Graham
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-11-15
Added a new GeoJSON serialization format for GeoDjango
Claude Paroz
2014-11-03
Fixed versionchanged indentation in docs/.
Berker Peksag
2014-10-21
Removed unused import from the JSON serialization example.
Berker Peksag
2014-08-13
Fixed #23283 -- Added default=False to BooleanField's in the docs.
Ola Sitarska
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-02-14
Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...
Lukasz Balcerzak
2013-10-11
Fixed #13252 -- Added ability to serialize with natural primary keys.
Tai Lee
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-07-25
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
2013-05-16
small typo, example pk=27 but description pk=24
Stefan hr Berder
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-22
Added missing markup to docs.
Tim Graham
2013-02-24
Merge pull request #717 from slurms/ticket_19746
Florian Apolloner
2013-02-24
Added more details about the various serialization formats.
Horst Gutmann
2013-02-12
Fixed #19746 -- Allow deserialization of pk-less data
Nick Sandford
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-11-03
Fixed #6234 -- Removed obsolete note about json and ensure_ascii
Claude Paroz
2012-09-30
Fixed #9279 -- Added ignorenonexistent option to loaddata
Preston Holmes
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-03
Fixed #18214 -- Clarified the docs about serializable objects.
Alex Ogier
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2012-02-04
Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...
Jannis Leidel
2012-02-03
Edited serialization.txt changes from [17355]
Adrian Holovaty
2012-01-07
Fixed #16364 -- Clarified why automatically created data shouldn't be saved i...
Aymeric Augustin
2011-10-30
Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...
Ramiro Morales
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-30
Fixed doc references to `django.db.models.query.QuerySet` and converted some ...
Jannis Leidel
2011-04-26
Fixed #15889 -- when trying to access to access a serializer that doesn't exi...
Alex Gaynor
[next]