summaryrefslogtreecommitdiff
path: root/django/core/serializers
AgeCommit message (Expand)Author
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-23Fixed #17946 -- Fixed deserialization of self-referencing M2M fieldsClaude Paroz
2014-11-15Added a new GeoJSON serialization format for GeoDjangoClaude Paroz
2014-11-03Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-10-16Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-18Removed some unnecessary exception naming; thanks claudep.Tim Graham
2014-05-18Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models.Esau Rodriguez
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-01-26Took advantage of the new get_model API. Refs #21702.Aymeric Augustin
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-28Changed get_model to raise an exception on errors.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Terminated AppCache._populate() with extreme prejudice.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Removed the _-prefix for populate().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol
2013-10-11Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee
2013-10-10Whitespace cleanup.Tim Graham
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-09-06Fixed Python 3 syntax error introduced in [c72392da]Tim Graham
2013-09-06Cleanup commit after peer review.Roberto Aguilar
2013-09-06Added yaml directly into BUILTIN_SERIALIZERS.Roberto Aguilar
2013-09-03Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham
2013-08-31Fixed #13182 -- Prevented trailing spaces in indented json outputClaude Paroz
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-06-19Removed several unused imports.Aymeric Augustin
2013-05-11Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.Tim Graham
2013-03-30Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures.Christoph Sieghart
2013-03-19Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-24Merge pull request #717 from slurms/ticket_19746Florian Apolloner
2013-02-19Restrict the XML deserializer to prevent network and entity-expansion DoS att...Carl Meyer
2013-02-12Fixed #19746 -- Allow deserialization of pk-less dataNick Sandford
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-01-05Fixed #12914 -- Use yaml faster C implementation when availableClaude Paroz
2012-11-03Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-14[py3] Fixed serializers testsClaude Paroz
2012-08-11[py3] Fixed JSON deserializationClaude Paroz
2012-08-09[py3] Renamed `next` to `__next__` in iterators.Aymeric Augustin
2012-08-08[py3] Fixed 'iterable but non string' detectionClaude Paroz