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-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
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-05-11
Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.
Tim Graham
2013-03-30
Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures.
Christoph Sieghart
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-02-24
Merge pull request #717 from slurms/ticket_19746
Florian Apolloner
2013-02-19
Restrict the XML deserializer to prevent network and entity-expansion DoS att...
Carl Meyer
2013-02-12
Fixed #19746 -- Allow deserialization of pk-less data
Nick Sandford
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-01-05
Fixed #12914 -- Use yaml faster C implementation when available
Claude Paroz
[prev]
[next]