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_regress
/
tests.py
Age
Commit message (
Expand
)
Author
2014-06-11
[1.7.x] Fixed #22653 -- Added some database feature flags to tests.
Tim Graham
2014-05-10
[1.7.x] Adjusted refactoring of vendor checks.
Aymeric Augustin
2014-05-08
[1.7.x] Replaced vendor checks by three feature flags.
Aymeric Augustin
2014-03-27
[1.7.x] Skipped a test that errors rather than marked it as an expectedFailure.
Tim Graham
2014-02-06
Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...
Vajrasky Kok
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-11
Fixed #13252 -- Added ability to serialize with natural primary keys.
Tai Lee
2013-09-06
Cleanup commit after peer review.
Roberto Aguilar
2013-09-06
Fixed existing tests to handle BadSerializer.
Roberto Aguilar
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-05-08
Marked tests of BinaryFields as expected failures on MySQL and Python 3.
Aymeric Augustin
2013-03-02
Added support for serializing BinaryField
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner