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
/
base.py
Age
Commit message (
Expand
)
Author
2016-06-30
[1.10.x] Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check.
Andrew Nester
2016-05-18
Fixed #26620 -- Made Model.refresh_from_db() fail when passed unknown kwargs.
Marti Raudsepp
2016-05-17
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...
Loïc Bistuer
2016-05-17
Fixed #20932, #25897 -- Streamlined manager inheritance.
Loïc Bistuer
2016-05-16
Fixed #24305 -- Allowed overriding fields on abstract models.
Aron Podrigal
2016-05-03
Refs #16508 -- Made Model.__init__() aware of virtual fields.
Michal Petrucha
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
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
2016-03-30
Fixed #11560 -- Allowed proxy model multiple-inheritance from the same concre...
Akshesh
2016-03-28
Fixed #26413 -- Fixed a regression with abstract model inheritance and explic...
Simon Charette
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-08
Refs #24007 -- Removed an apps.populate() call in model unpickling that can c...
Tim Graham
2016-01-22
Fixed #25910 -- Rejected read-only property names in model constructors.
Joshua Phillips
2015-12-24
Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__().
Varun Sharma
2015-11-21
Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET...
Tim Graham
2015-11-11
Fixed #25730 -- Made Model.__str__() always return str instances.
Simon Charette
2015-10-12
Refs #18012 -- Removed the now unused proxied_children model option.
Simon Charette
2015-09-19
Fixed #25296 -- Prevented model related object cache pollution when create() ...
Raphael Merx
2015-08-27
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
Alex Hill
2015-08-25
Fixed #14217 -- Added validation for field name collision when using model in...
sarthakmeh
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-05-22
Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...
Alexander Sosnovskiy
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-04-09
Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields.
Tim Graham
2015-03-25
Fixed #24215 -- Refactored lazy model operations
Alex Hill
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
Renamed ForeignObject.related_field to target_field
Anssi Kääriäinen
2015-03-21
Fixed #24479 -- Added system check to prevent both ordering and order_wrt.
Jon Dufresne
2015-03-17
Fixed #15579 -- Added ability to delete only child models in multi-table inhe...
Andriy Sokolovskiy
2015-02-27
Fixed #24418 -- Prevented crash in refresh_from_db with null fk
Claude Paroz
2015-02-20
Fixed #24328 -- cleaned up Options._get_fields() implementation
Anssi Kääriäinen
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-10
Disallowed importing concrete models without an application.
Aymeric Augustin
2015-02-09
Removed unnecessary parentheses in model check messages.
Tim Graham
2015-02-09
Fixed #24249 -- Improved field shadowing validation in model multi-inheritance.
Aron Podrigal
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #15321 -- Honored ancestors unique checks.
Aron Podrigal
2015-02-03
Fixed #23617 -- Added get_pk_value_on_save()
Anssi Kääriäinen
2015-01-19
Advanced deprecation warnings for Django 1.9.
Tim Graham
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-17
Fixed #24007 -- Ensure apps registry's ready before unpickling models
Claude Paroz
2014-12-15
Changed internal storing of abstract and concrete managers to be in a single ...
Markus Holtermann
2014-11-28
Fixed #901 -- Added Model.refresh_from_db() method
Anssi Kääriäinen
2014-11-19
Fixed #21794 -- Removed deprecation warning for abstract models outside an app.
Carl Meyer
2014-11-16
Fixed #21612 -- Made QuerySet.update() respect to_field
Karen Tracey
2014-11-12
Fixed #22967 -- Made Model._do_update consistent
Jozef Knaperek
[next]