summaryrefslogtreecommitdiff
path: root/tests/serializers_regress
Commit message (Expand)AuthorAgeFilesLines
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Fixing E302 ErrorsJason Myers2013-11-022-12/+99
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fix all violators of E231Alex Gaynor2013-10-261-20/+20
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-4/+2
* Removed unused local variables in tests.Tim Graham2013-10-191-3/+3
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-171-14/+14
* Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee2013-10-112-3/+38
* Fixed an undefined variable and clarified the purpose of a test.Tim Graham2013-10-101-4/+7
* Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn2013-09-281-2/+7
* Cleanup commit after peer review.Roberto Aguilar2013-09-061-1/+4
* Fixed existing tests to handle BadSerializer.Roberto Aguilar2013-09-061-1/+1
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-2/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-2/+2
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-141-1/+1
* Marked tests of BinaryFields as expected failures on MySQL and Python 3.Aymeric Augustin2013-05-081-1/+6
* Added support for serializing BinaryFieldClaude Paroz2013-03-022-7/+20
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+808