summaryrefslogtreecommitdiff
path: root/tests/serializers
AgeCommit message (Expand)Author
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-06-11Fixed #22653 -- Added some database feature flags to tests.Tim Graham
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-06Added missing deconstruct() methods.Baptiste Mispelon
2013-11-02Fixing E302 ErrorsJason Myers
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-21Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
2013-09-06Fixed deprecation warning on Python 3Tim Graham
2013-09-06Cleanup commit after peer review.Roberto Aguilar
2013-09-06Updated NoYamlSerializerTestCase to run with yaml.Roberto Aguilar
2013-09-06Added tests for missing pyyaml.Roberto Aguilar
2013-09-03Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham
2013-09-01Change test added in 3e34005b1b to be more stable.Ramiro Morales
2013-08-31Properly skipped yaml tests when not installedClaude Paroz
2013-08-31Fixed #13182 -- Prevented trailing spaces in indented json outputClaude Paroz
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-03-11Made transaction.managed a no-op and deprecated it.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner