Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/serializers/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-2/+2
* Moved more serializers_regress to serializers testsClaude Paroz2015-09-261-2/+73
* Separated natural key serialization testsClaude Paroz2015-09-261-0/+16
* Separated JSON serialization testsClaude Paroz2015-09-261-260/+1
* Separated XML serialization testsClaude Paroz2015-09-261-98/+0
* Separated YAML serialization testsClaude Paroz2015-09-261-165/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+1
* Fixed #22258 -- Added progress status for dumpdata when o...Claude Paroz2015-07-241-0/+11
* Refs #25050 -- Corrected test assertion in serializers test.Tim Graham2015-07-031-1/+3
* Fixed #25050 -- Allowed serialization of models with defe...Grégoire ROCHER2015-07-021-0/+7
* Fixed #20197 -- Made XML serializer fail loudly when outp...Claude Paroz2015-06-191-0/+15
* Fix for ticket 12685mick2015-06-101-1/+9
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+4
* Fixed #19820 -- Added more helpful error messages to Pyth...Richard Eames2015-04-091-1/+165
* Fixed #24558 -- Made dumpdata mapping ordering determinis...Simon Charette2015-04-021-0/+45
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-11/+15
* Fixed #22653 -- Added some database feature flags to tests.Tim Graham2014-06-111-1/+2
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-10/+7
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* Fixing E302 ErrorsJason Myers2013-11-031-4/+8
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fixed all the E203 violationsAlex Gaynor2013-10-271-1/+1
* Fix all violators of E231Alex Gaynor2013-10-261-2/+2
* Removed some direct settings manipulations in tests; refs...Bouke Haarsma2013-10-211-11/+7
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-3/+3
* Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry2013-09-091-1/+2
* Fixed deprecation warning on Python 3Tim Graham2013-09-071-2/+2
* Cleanup commit after peer review.Roberto Aguilar2013-09-071-4/+5
* Updated NoYamlSerializerTestCase to run with yaml.Roberto Aguilar2013-09-071-2/+45
* Added tests for missing pyyaml.Roberto Aguilar2013-09-061-1/+21
* Change test added in 3e34005b1b to be more stable.Ramiro Morales2013-09-011-17/+5
* Properly skipped yaml tests when not installedClaude Paroz2013-08-311-45/+50
* Fixed #13182 -- Prevented trailing spaces in indented jso...Claude Paroz2013-08-311-0/+25
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+2
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+3
* Made transaction.managed a no-op and deprecated it.Aymeric Augustin2013-03-111-1/+0
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+501