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
Age
Commit message (
Expand
)
Author
2015-12-15
Fixed #25894 -- Fixed evaluation of zero-length slices of QuerySet.values().
Sergey Fedoseev
2015-12-14
Fixed #25939 -- Removed redundant transaction in QuerySet.update_or_create().
Ed Bartosh
2015-12-14
Fixed #25882 -- Prevented fast deletes matching no rows from crashing on MySQL.
Simon Charette
2015-12-05
Fixed #25547 -- Made Model.refresh_from_db() update FileField's instance.
Attila Tovt
2015-12-04
Fixed #13774 -- Added models.Field.rel_db_type().
Alexander Sosnovskiy
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-21
Fixed #13427 -- Made auto-m2m verbose names translatable
Claude Paroz
2015-11-21
Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET...
Tim Graham
2015-11-17
Simplified lists creation in three places.
Dmitry Dygalo
2015-11-14
Fixed #25750 -- Made Options._expire_cache() faster
Patryk Zawadzki
2015-11-11
Fixed #25723 -- Made related field checks lookup against their local apps.
Simon Charette
2015-11-11
Removed gendered pronoun in a code comment.
Razzi Abuissa
2015-11-11
Refs #25693 -- Avoided redundant calls to get_fields() in `to_attr` validation.
Simon Charette
2015-11-11
Fixed #25730 -- Made Model.__str__() always return str instances.
Simon Charette
2015-11-10
Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.
Ian Foote
2015-11-09
Fixed #24576 -- Made deletion of related objects deterministic.
Laura Feier
2015-11-07
Simplified dict initialization in two places.
Dmitry Dygalo
2015-11-02
Refs #25629 -- Added `arity` class attribute to `Func` expressions
Sergey Fedoseev
2015-10-27
Fixed #25609 -- Fixed regression in related field nested lookup error.
Ian Foote
2015-10-27
Revert "Fixed #25417 -- Added a field check for invalid default values."
Simon Charette
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-10-26
Fixed #25611 -- Standardized descriptor signatures.
Tim Graham
2015-10-19
Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps.
Simon Charette
2015-10-17
Fixed #25517 -- Made Concat function idempotent on SQLite.
Josh Smeaton
2015-10-16
Fixed #25560 -- Made empty string related_name invalid.
Simon Charette
2015-10-14
Fixed #25506 -- Allowed filtering over a RawSQL annotation.
Antoine Catton
2015-10-14
Refs #25535 -- Minor edits to ForeignObject check changes.
Tim Graham
2015-10-12
Fixed #25535 -- Made ForeignObject checks less strict.
Antoine Catton
2015-10-12
Refs #18012 -- Removed the now unused proxied_children model option.
Simon Charette
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-10-12
Fixed #18012 -- Propagated reverse foreign keys from proxy to concrete models.
Simon Charette
2015-10-10
Fixed #24687 -- Added select_related() validation for nested non-relational f...
Tim Graham
2015-10-09
Fixed #14368 -- Allowed setting a reverse OneToOne relation to None.
Tim Graham
2015-10-06
Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model.
Mariusz Felisiak
2015-10-06
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
Tim Graham
2015-10-05
Removed obsolete (since Python 2.3) __safe_for_unpickling__ attribute.
Tim Graham
2015-10-01
Fixed #21042 -- Allowed accessing FileDescriptor on the model class.
Tim Graham
2015-09-24
Removed unused Aggregate.input_field.
Tim Graham
2015-09-24
Refs #14030 -- Removed more backwards compatiblity for old-style aggregates.
Tim Graham
2015-09-23
Refs #21414 -- Removed Field.related per deprecation timeline.
Tim Graham
2015-09-23
Refs #14030 -- Removed backwards compatiblity for old-style aggregates.
Tim Graham
2015-09-23
Refs #9893 -- Removed shims for lack of max_length support in file storage pe...
Tim Graham
2015-09-23
Removed SQLCompiler.__call__() per deprecation timeline.
Tim Graham
2015-09-23
Refs #12663 -- Removed deprecated Model._meta methods.
Tim Graham
2015-09-23
Removed SubfieldBase per deprecation timeline.
Tim Graham
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-09-21
Documented "rel objects".
Aymeric Augustin
2015-09-21
Renamed descriptor classes for related objects.
Aymeric Augustin
[prev]
[next]