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
/
tests
/
serializers
Age
Commit message (
Expand
)
Author
2015-09-26
[1.9.x] Made tests/serializers/models.py a models package
Claude Paroz
2015-09-26
[1.9.x] Moved remaining of serializers_regress to serializers tests
Claude Paroz
2015-09-26
[1.9.x] Moved more serializers_regress to serializers tests
Claude Paroz
2015-09-26
[1.9.x] Separated natural key serialization tests
Claude Paroz
2015-09-26
[1.9.x] Separated JSON serialization tests
Claude Paroz
2015-09-26
[1.9.x] Separated XML serialization tests
Claude Paroz
2015-09-26
[1.9.x] Separated YAML serialization tests
Claude Paroz
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
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-03
Refs #25050 -- Corrected test assertion in serializers test.
Tim Graham
2015-07-02
Fixed #25050 -- Allowed serialization of models with deferred fields.
Grégoire ROCHER
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-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
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-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-06-11
Fixed #22653 -- Added some database feature flags to tests.
Tim Graham
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-06
Added missing deconstruct() methods.
Baptiste Mispelon
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-21
Removed some direct settings manipulations in tests; refs #21230.
Bouke Haarsma
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-09-09
Fixed #19885 -- cleaned up the django.test namespace
Kevin Christopher Henry
2013-09-06
Fixed deprecation warning on Python 3
Tim Graham
2013-09-06
Cleanup commit after peer review.
Roberto Aguilar
2013-09-06
Updated NoYamlSerializerTestCase to run with yaml.
Roberto Aguilar
2013-09-06
Added tests for missing pyyaml.
Roberto Aguilar
2013-09-03
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
2013-09-01
Change test added in 3e34005b1b to be more stable.
Ramiro Morales
2013-08-31
Properly skipped yaml tests when not installed
Claude Paroz
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-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-03-11
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner