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
2018-10-17
Fixed #21171 -- Avoided starting a transaction when a single (or atomic queri...
Florian Apolloner
2018-01-13
Fixed #29016 -- Fixed incorrect foreign key nullification on related instance...
Étienne Loks
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2016-11-15
Fixed #27407 -- Made Model.delete(keep_parents=True) preserve parent reverse ...
Simon Charette
2016-09-08
Refs #15250 -- Removed an obsolete comment regarding MTI cascade deletion.
Simon Charette
2016-04-13
Refs #16508 -- Renamed the current "virtual" fields to "private".
Michal Petrucha
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2015-11-09
Fixed #24576 -- Made deletion of related objects deterministic.
Laura Feier
2015-10-12
Refs #18012 -- Made proxy and concrete model reverse fields consistent.
Simon Charette
2015-10-12
Fixed #23076, #25505 -- Fixed deletion of intermediate proxy models.
Simon Charette
2015-10-12
Refs #18012 -- Removed special casing for proxy models deletion.
Simon Charette
2015-09-03
Fixed #25058 -- Added GenericRelations with related_query_name to the admin's...
sarthakmeh
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-05-22
Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...
Alexander Sosnovskiy
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
[next]