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
/
django
/
core
/
serializers
Age
Commit message (
Expand
)
Author
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-07-24
Fixed #22258 -- Added progress status for dumpdata when outputting to file
Claude Paroz
2015-07-14
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-07-02
Fixed #25050 -- Allowed serialization of models with deferred fields.
Grégoire ROCHER
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Reordered import in JSON serializer
Claude Paroz
2015-06-24
Fixed #25019 -- Added UUID support in DjangoJSONEncoder
Lukas Hetzenecker
2015-06-19
Fixed #20197 -- Made XML serializer fail loudly when outputting unserializabl...
Claude Paroz
2015-06-10
Fix for ticket 12685
mick
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-04-09
Fixed #19820 -- Added more helpful error messages to Python deserializer.
Richard Eames
2015-04-02
Fixed #24558 -- Made dumpdata mapping ordering deterministic.
Simon Charette
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-13
Fixed #24320 - Used field.value_to_string() in serialization of foreign key.
Andriy Sokolovskiy
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed dumpdata --natural option and serializers use_natural_keys parameter.
Tim Graham
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-23
Fixed #17946 -- Fixed deserialization of self-referencing M2M fields
Claude Paroz
2014-11-15
Added a new GeoJSON serialization format for GeoDjango
Claude Paroz
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-10-16
Fixed #23660 -- Moved sort_dependencies to core.
Collin Anderson
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-18
Removed some unnecessary exception naming; thanks claudep.
Tim Graham
2014-05-18
Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models.
Esau Rodriguez
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2013-12-30
Stopped populating the app registry as a side effect.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Terminated AppCache._populate() with extreme prejudice.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed the _-prefix for populate().
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21267 -- Fixed E502 pep8 warnings
Alasdair Nicol
2013-10-11
Fixed #13252 -- Added ability to serialize with natural primary keys.
Tai Lee
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-06
Fixed Python 3 syntax error introduced in [c72392da]
Tim Graham
2013-09-06
Cleanup commit after peer review.
Roberto Aguilar
2013-09-06
Added yaml directly into BUILTIN_SERIALIZERS.
Roberto Aguilar
2013-09-03
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
2013-08-31
Fixed #13182 -- Prevented trailing spaces in indented json output
Claude Paroz
2013-07-29
Removed most of absolute_import imports
Claude Paroz
[next]