Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/serializers
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-1/+1
* Cached model field_names in Python Deserializer.Andrey Kuzmin2015-10-231-1/+5
* Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz2015-09-271-0/+3
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-122-17/+24
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #22258 -- Added progress status for dumpdata when o...Claude Paroz2015-07-241-1/+29
* Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson2015-07-141-1/+1
* Fixed #25050 -- Allowed serialization of models with defe...Grégoire ROCHER2015-07-022-2/+4
* Sorted imports in __init__.py files.Tim Graham2015-06-271-1/+1
* Reordered import in JSON serializerClaude Paroz2015-06-241-1/+1
* Fixed #25019 -- Added UUID support in DjangoJSONEncoderLukas Hetzenecker2015-06-241-1/+4
* Fixed #20197 -- Made XML serializer fail loudly when outp...Claude Paroz2015-06-191-2/+8
* Fix for ticket 12685mick2015-06-101-2/+2
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-2/+2
* Fixed #24693 -- Added label and label_lower property to M...Luis Del Giudice2015-05-021-2/+2
* Fixed #19820 -- Added more helpful error messages to Pyth...Richard Eames2015-04-092-16/+38
* Fixed #24558 -- Made dumpdata mapping ordering determinis...Simon Charette2015-04-023-16/+21
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-254-37/+37
* Fixed #24320 - Used field.value_to_string() in serializat...Andriy Sokolovskiy2015-02-131-0/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-064-14/+17
* Removed dumpdata --natural option and serializers use_nat...Tim Graham2015-01-181-8/+1
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-072-5/+5
* Fixed #17946 -- Fixed deserialization of self-referencing...Claude Paroz2014-12-231-7/+7
* Added a new GeoJSON serialization format for GeoDjangoClaude Paroz2014-11-151-1/+4
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-1/+1
* Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson2014-10-151-0/+80
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+3
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Removed some unnecessary exception naming; thanks claudep.Tim Graham2014-05-181-2/+2
* Fixed #21799 - Modified loaddata --ignorenonexistent to i...Esau Rodriguez2014-05-181-1/+7
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Took advantage of the new get_model API. Refs #21702.Aymeric Augustin2014-01-262-4/+2
* Stopped populating the app registry as a side effect.Aymeric Augustin2013-12-302-6/+0
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-282-6/+2
* Renamed AppCache to Apps.Aymeric Augustin2013-12-243-8/+8
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-223-3/+3
* Terminated AppCache._populate() with extreme prejudice.Aymeric Augustin2013-12-222-2/+2
* Moved the new app cache inside core.Aymeric Augustin2013-12-173-3/+3
* Removed the _-prefix for populate().Aymeric Augustin2013-12-172-5/+5
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-173-4/+7
* More attacking E302 violatorsAlex Gaynor2013-11-026-0/+20
* Fixed all the E203 violationsAlex Gaynor2013-10-272-13/+13
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-4/+4
* Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #13252 -- Added ability to serialize with natural p...Tai Lee2013-10-113-25/+50
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-6/+6
* Fixed Python 3 syntax error introduced in [c72392da]Tim Graham2013-09-071-1/+1
* Cleanup commit after peer review.Roberto Aguilar2013-09-071-1/+0
* Added yaml directly into BUILTIN_SERIALIZERS.Roberto Aguilar2013-09-061-8/+32