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
2020-07-22
Fixed typo in docs/ref/models/querysets.txt.
Ramiro Morales
2020-07-22
Doc'd Model.MultipleObjectsReturned docs and improved documentation related w...
Adam Johnson
2020-07-22
Refs #24763 -- Moved DoesNotExist to Model class docs.
Adam Johnson
2020-07-17
Improved ManyToManyField.through docs.
Adam Johnson
2020-07-15
Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.
Simon Charette
2020-07-15
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-07-13
Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.
Simon Charette
2020-07-09
Fixed #29789 -- Added support for nested relations to FilteredRelation.
matt ferrante
2020-07-08
Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL.
davidchorpash
2020-07-08
Fixed #31502 -- Documented Model._state.db and Model._state.adding
Tim Park
2020-06-26
Fixed #31743 -- Doc't that managed=False prevents Django from managing tables...
Steven Pousty
2020-06-16
Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint.
Hannes Ljungberg
2020-06-15
Fixed #31689 -- Doc'd caveat about using bulk_create()'s ignore_conflicts on ...
Tobias Krönke
2020-06-04
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
Hannes Ljungberg
2020-06-04
Fixed #31650 -- Added note uniqueness of constraints names in docs.
Hasan Ramezani
2020-06-03
Preferred usage of among/while to amongst/whilst.
David Smith
2020-05-27
Fixed #31606 -- Allowed using condition with lookups in When() expression.
Ryan Heard
2020-05-21
Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update...
Manuel Weitzman
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-06
Improved wording in Q() docs.
Adam Johnson
2020-05-06
Fixed a/an typos in "SQL" usage.
Adam Johnson
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-05-04
Corrected models.FilePathField signature in docs.
Adam Johnson
2020-04-30
Fixed #20581 -- Added support for deferrable unique constraints.
Ian Foote
2020-04-25
Fixed #31514 -- Fixed default form widgets in model fields docs.
Hasan Ramezani
2020-04-24
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...
Tim Schilling
2020-04-14
Fixed term warning on Sphinx 3.0.1+.
Mariusz Felisiak
2020-04-08
Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.
miigotu
2020-04-07
Fixed Sphinx warnings on duplicate object descriptions.
Mariusz Felisiak
2020-04-01
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2020-03-31
Fixed #31403 -- Added support for returning fields from INSERT statements on ...
Adam Johnson
2020-03-20
Refs #29724 -- Added is_dst parameter to QuerySet.datetimes().
Hasan Ramezani
2020-03-18
Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Express...
Hasan Ramezani
2020-03-06
Doc'd return values of as_sql() for Func and query expressions.
Adam Johnson
2020-03-06
Added missing backticks in various docs.
Mariusz Felisiak
2020-02-27
Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs.
Andrey Doroschenko
2020-02-18
Fixed #31282 -- Corrected RelatedManager docs for using add/remove/set with PKs.
Carlton Gibson
2020-02-10
Fixed #31003 -- Doc'd and tested return value of QuerySet.bulk_create().
Adam Johnson
2020-01-17
Added missing backtick in instances docs.
Claude Paroz
2020-01-15
Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...
Carlton Gibson
2019-12-30
Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0.
Simon Charette
2019-12-21
Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt.
Taoup
2019-12-03
Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callabl...
Baptiste Mispelon
2019-12-02
Fixed #30953 -- Made select_for_update() lock queryset's model when using "se...
Mariusz Felisiak
2019-11-27
Fixed #31029 -- Used more specific links to RFCs.
Baptiste Mispelon
2019-11-21
Fixed #30484 -- Added conditional expressions support to CheckConstraint.
Simon Charette
2019-11-19
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...
Daniel Izquierdo
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-11
Fixed #30958 -- Used a clearer example in the Cast() docs.
Farhaan Bukhsh
[prev]
[next]