index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
deletion.py
Age
Commit message (
Expand
)
Author
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-17
Fixed typo in refs #15579 comment.
Tim Graham
2015-03-17
Fixed #15579 -- Added ability to delete only child models in multi-table inhe...
Andriy Sokolovskiy
2015-02-14
Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.
Loic Bistuer
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-08-11
Fixed #16426 -- deletion of 1000+ objects with relations on SQLite
Anssi Kääriäinen
2014-07-16
Fixed #22998 -- Updated the fast_delete logic for GFKs
Gavin Wahl
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-09-10
Made MigrationWriter look for a "deconstruct" attribute on functions.
Loic Bistuer
2013-09-10
Fixed #20978 -- Made deletion.SET_NULL more friendly for MigrationWriter.seri...
Loic Bistuer
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-11
Used commit_on_success_unless_managed to make ORM operations atomic.
Aymeric Augustin
2013-03-11
Deprecated transaction.is_managed().
Aymeric Augustin
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-11
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2013-01-14
Move logic seperation as its not longer repetitive
David Cramer
2013-01-14
Send post_delete signals immediately
David Cramer
2013-01-11
Removed some now dead code from deletion (thanks to Carl Meyer for noticing it).
Alex Gaynor
2012-09-28
Fixed #18676 -- Allow fast-path deletion of objects
Anssi Kääriäinen
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-04-09
Fixed #18083 -- Fixed cascade deletion with proxy model of concrete subclass....
Carl Meyer
2012-03-17
Fixed #17918 - Handle proxy models correctly when sorting deletions for datab...
Carl Meyer
2012-03-05
Fixed #16128 - Correctly cascade-delete proxy models as if they were the conc...
Carl Meyer
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-05-30
Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keys
Luke Plant
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-01-26
Fixed Python 2.4 incompatibility introduced in r15249.
Carl Meyer
2011-01-20
Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...
Carl Meyer
2011-01-19
Fixed #15118 - Corrected the deletion-ordering for inherited models.
Carl Meyer
2011-01-19
Avoid doing quadratic amounts of work during object deletion.
Alex Gaynor
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
[prev]