Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/delete
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-25/+25
* Fixed #25129 -- Made model instance defaults work with mi...Tim Graham2015-07-212-3/+3
* Refs #24919 -- Made test models serializable for migrations.Tim Graham2015-07-211-1/+2
* Fixed #16891 -- Made Model/QuerySet.delete() return the n...Alexander Sosnovskiy2015-05-221-0/+57
* Fixed #24714 -- Used more specific assertions than assert...Alasdair Nicol2015-04-281-7/+7
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Fixed #15579 -- Added ability to delete only child models...Andriy Sokolovskiy2015-03-171-0/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+6
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-4/+4
* Fixed #16426 -- deletion of 1000+ objects with relations ...Anssi Kääriäinen2014-08-111-1/+50
* PEP8 cleanupJason Myers2013-11-032-1/+8
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+4
* Removed some more unused local varsAlex Gaynor2013-09-081-3/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+502