summaryrefslogtreecommitdiff
path: root/tests/serializers_regress
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham2015-01-011-9/+2
* Applied ignore_warnings to Django testsClaude Paroz2014-12-302-9/+9
* Added a new GeoJSON serialization format for GeoDjangoClaude Paroz2014-11-151-1/+1
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-031-2/+2
* Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi2014-07-091-3/+3
* Fixed #22653 -- Added some database feature flags to tests.Tim Graham2014-06-111-0/+1
* Adjusted refactoring of vendor checks.Aymeric Augustin2014-05-101-2/+1
* Replaced vendor checks by three feature flags.Aymeric Augustin2014-05-081-4/+3
* Skipped a test that errors rather than marked it as an expectedFailure.Tim Graham2014-03-271-3/+2
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-1/+1
* Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...Vajrasky Kok2014-02-061-3/+3
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-3/+5
* 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