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
/
docs
/
ref
/
models
Age
Commit message (
Expand
)
Author
2019-01-31
[2.1.x] Corrected output of Prefetch.to_attr example.
Sergey Fedoseev
2018-11-27
[2.1.x] Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.
Tim Graham
2018-11-27
[2.1.x] Corrected Aggregate docs to reflect that it accepts multiple expressi...
Simon Charette
2018-11-12
[2.1.x] Corrected docs regarding RegisterLookupMixin subclasses.
Sergey Fedoseev
2018-10-10
[2.1.x] Emphasized that ForeignKey.on_delete doesn't create a SQL constraint.
Andrea Rabbaglietti
2018-10-03
[2.1.x] Clarified when QuerySet.select_for_update() locks.
ovalseven8
2018-10-01
[2.1.x] Added tests for using bytearray with BinaryField and corrected docs.
Jon Dufresne
2018-09-26
[2.1.x] Added test of filtering on BinaryField and corrected docs.
Jon Dufresne
2018-09-10
[2.1.x] Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-08-28
[2.1.x] Fixed typo in docs/ref/models/fields.txt.
Matt Wiens
2018-08-16
[2.1.x] Fixed #29646 -- Doc'd the validators that each model and form field u...
Jeff
2018-08-03
[2.1.x] Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups().
Carlton Gibson
2018-08-02
[2.1.x] Removed out of place sentence in QuerySet.count() docs.
Adam Johnson
2018-08-01
[2.1.x] Fixed typos in comments and docs.
luz.paz
2018-07-18
[2.1.x] Added doc links for django.utils.html.escape().
Claude Paroz
2018-07-09
[2.1.x] Fixed #29549 -- Doc'd that Field.choices are enforced by model valida...
Tim Graham
2018-07-05
[2.1.x] Refs #26608 -- Removed incorrect sentence in Expression.contains_over...
Mads Jensen
2018-06-29
[2.1.x] Fixed #21333 -- Doc'd the & and | queryset operators.
Colm O'Connor
2018-06-28
[2.1.x] Fixed #29458 -- Doc'd how related_query_name affects Model._meta.get_...
Jeffrey Yancey
2018-06-16
[2.1.x] Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.
Christian Ledermann
2018-06-08
[2.1.x] Fixed #29440 -- Doc'd where the bulk argument applies in RelatedManager.
Jeremy Lainé
2018-05-25
[2.1.x] Fixed #29423 -- Documented Field.value_from_object().
Srinivas Reddy Thatiparthy
2018-05-18
[2.1.x] Fixed #29398 -- Doc'd that cascade deletion doesn't call delete() of ...
Tim Graham
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-04-19
Fixed #29313 -- Doc'd how to use F() to sort null values.
drd0013
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-04-04
Fixed reference to nonexistent __between lookup.
Daniel Roseman
2018-04-03
Refs #28643 -- Added Repeat database function.
Mariusz Felisiak
2018-03-28
Fixed #29148 -- Doc'd how to use get_or_create() with Q objects.
Quentin Agren
2018-03-21
Clarified docs about ISO 8601 week numbering.
Alasdair Nicol
2018-03-20
Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().
Jezeniel Zapanta
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-19
Refs #28643 -- Added LPad and RPad database functions.
Mariusz Felisiak
2018-03-15
Refs #28643 -- Added LTrim, RTrim, and Trim database functions.
Mariusz Felisiak
2018-03-08
Fixed #29178 -- Allowed Index.fields to accept a tuple.
Fabrizio Ettore Messina
2018-02-23
Refs #28643 -- Added Ord, Chr, Left, and Right database functions.
bobort
2018-02-19
Removed redundant lookup name in register_lookup() calls.
Tim Graham
2018-02-15
Fixed #29126 -- Doc'd the behavior of QuerySet.update_or_create() with manual...
Tim Graham
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-02-08
Fixed typo in bulk_create() documentation.
Sergey Fedoseev
2018-01-31
Fixed #29066 -- Allowed negating query expressions.
priyanshsaxena
2018-01-30
Fixed #29076 -- Made Model.refresh_from_db() clear cached relationships even ...
Jon Dufresne
2018-01-29
Fixed #29081 -- Clarified comments in QuerySet.select_related() example.
Tim Graham
2018-01-27
Fixed #28650 -- Added TruncWeek database function.
Sigurd Ljødal
2018-01-23
Fixed heading level typo in docs/ref/models/database-functions.txt.
Tim Graham
2018-01-19
Fixed #29032 -- Fixed an example of using expressions in QuerySet.values().
Mariusz Felisiak
2018-01-17
Refs #28643 -- Added Replace database function.
Mads Jensen
2018-01-12
Fixed #28231 -- Doc'd that QuerySet.bulk_create() casts objs to a list.
Botond Béres
2017-12-22
Fixed #28937 -- Allowed BinaryField to be editable=True.
Cameron Curry
[next]