summaryrefslogtreecommitdiff
path: root/tests/delete
Commit message (Expand)AuthorAgeFilesLines
* Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...Daniel Izquierdo2019-11-192-5/+140
* Fixed #23576 -- Implemented multi-alias fast-path deletion in MySQL backend.Simon Charette2019-10-241-3/+1
* Fixed #30856 -- Combined fast-delete queries by model during cascade deletion.Simon Charette2019-10-091-0/+8
* Fixed #30436 -- Added check that on_delete is callable in ForeignKey and OneT...Rob2019-05-131-0/+7
* Fixed #30339 -- Made Model.delete(keep_parents=True) preserves nested parent ...Stephen Brown2019-05-062-2/+16
* Fixed #30191 -- Selected only referenced fields during cascade deletion.Simon Charette2019-04-172-1/+52
* Fixed #30330 -- Fixed setting of primary key to None during fast-delete.Florian Apolloner2019-04-081-0/+9
* Fixed incorrect integer division in DeletionTests.test_large_delete_related.Mariusz Felisiak2017-10-021-4/+4
* Refs #23919 -- Removed unneeded float()/int() calls.Mariusz Felisiak2017-10-021-1/+1
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+5
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+0
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+0
* Fixed #27407 -- Made Model.delete(keep_parents=True) preserve parent reverse ...Simon Charette2016-11-151-0/+9
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Refs #15250 -- Removed an obsolete comment regarding MTI cascade deletion.Simon Charette2016-09-081-5/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-24/+15
* Sorted single letter imports per the latest version of isort.Tim Graham2016-03-281-2/+2
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Fixed #25882 -- Prevented fast deletes matching no rows from crashing on MySQL.Simon Charette2015-12-141-0/+12
* Fixed #25685 -- Fixed a duplicate query regression on deletion of proxied mod...Simon Charette2015-11-222-0/+17
* Fixed #24576 -- Made deletion of related objects deterministic.Laura Feier2015-11-091-2/+3
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-25/+25
* Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).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 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-022-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