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
/
tests.py
Age
Commit message (
Expand
)
Author
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
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-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-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
[prev]