summaryrefslogtreecommitdiff
path: root/tests/delete/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24576 -- Made deletion of related objects deterministic.Laura Feier2015-11-091-2/+3
* Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).Tim Graham2015-07-211-2/+2
* Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...Alexander Sosnovskiy2015-05-221-0/+57
* Fixed #24714 -- Used more specific assertions than assertEqual in tests.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 in multi-table inhe...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 imports to rangeMichael Hall2014-12-131-4/+4
* Fixed #16426 -- deletion of 1000+ objects with relations on SQLiteAnssi Kääriäinen2014-08-111-1/+50
* PEP8 cleanupJason Myers2013-11-021-1/+2
* 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-261-0/+374