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
2016-10-25
[1.10.x] Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-10-13
[1.10.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.
Tim Graham
2016-10-07
[1.10.x] Fixed #25475 -- Doc'd how to use a literal % in Func.template.
Tim Graham
2016-10-07
[1.10.x] Doc'd that model instances with pk=None don't compare equal.
Adam Chainz
2016-09-30
[1.10.x] Updated links to the current version of MySQL docs.
Tim Graham
2016-09-17
[1.10.x] Corrected docs for return type of Field.formfield().
zhuanyenan
2016-09-12
[1.10.x] Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.
Simon Charette
2016-08-19
[1.10.x] Fixed #26987 -- Documented using QuerySet.get() without arguments.
Abhishek Bera
2016-08-15
[1.10.x] Made cosmetic edits to Field.default docs.
Victor Oliveira da Silva
2016-08-12
[1.10.x] Fixed #27048 -- Documented that refresh_from_db() doesn't reload @ca...
Tim Graham
2016-07-25
[1.10.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering...
Tim Graham
2016-07-21
[1.10.x] Fixed #26899 -- Documented why RawSQL params is a required parameter.
petedmarsh
2016-07-15
[1.10.x] Fixed inconsistent indentation in docs/ref/models/options.txt
Tim Graham
2016-07-08
[1.10.x] Refs #25774 -- Adjusted datetime database function docs field names.
Simon Charette
2016-07-06
[1.10.x] Fixed #25461 -- Corrected meta API code examples to account for MTI.
Romain Garrigues
2016-06-28
[1.10.x] Refs #23386 -- Documented that F() expressions are applied on each m...
Tsering
2016-06-21
[1.10.x] Fixed #26787 -- Documented deleting and reloading of model instance ...
Tim Graham
2016-06-15
[1.10.x] Refs #14030 -- Updated docs per "Improved expression support for pyt...
Sergey Fedoseev
2016-06-03
[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-06-02
[1.10.x] Fixed #26526 -- Documented QuerySet.latest()'s dependency on databas...
Chad Shryock
2016-05-31
[1.10.x] Fixed a typo in the docs.
Florian Apolloner
2016-05-31
[1.10.x] Fixed #26679 -- Documented which methods are disabled on RelatedMana...
Ketan Bhatt
2016-05-27
[1.10.x] Fixed typo in docs/ref/models/querysets.txt
Nick Smith
2016-05-18
Fixed #26620 -- Made Model.refresh_from_db() fail when passed unknown kwargs.
Marti Raudsepp
2016-05-18
Fixed #25774 -- Refactor datetime expressions into public API
Josh Smeaton
2016-05-17
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...
Loïc Bistuer
2016-05-14
Refs #26021 -- Used hanging indentation in some doc examples.
Tim Graham
2016-05-08
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2016-05-07
Fixed #26508 -- Clarified docs for various FieldFile methods.
Tobias McNulty
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-05-03
Normalized "an SQL" spelling.
Ville Skyttä
2016-05-03
Fixed #26567 -- Updated references to obsolete RFC2616.
Vasiliy Faronov
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-28
Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
2016-04-22
Removed unused BaseExpression.refs_aggregate().
Tim Graham
2016-04-08
Refs #22268 -- Fixed typo in docs/ref/models/querysets.txt
Tim Graham
2016-04-02
Fixed #22268 -- Documented values_list() behavior for multivalued relations.a
Iacopo Spalletti
2016-03-31
Fixed #26438 -- Fixed multiple .objects typos in the docs.
Simon Charette
2016-03-29
Fixed #24932 -- Added Cast database function.
Claude Paroz
2016-03-29
Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql().
Kai Feldhoff
2016-03-21
Refs #25759 -- Documented customizing expressions' SQL on other databases.
Kai Feldhoff
2016-03-12
Fixed #26239 -- Added a note about how auto_now works with QuerySet.update().
Duane Hilton
2016-03-03
Fixed #26321 -- Added missing "for_save" parameter in expressions example.
Tim Graham
2016-03-03
Fixed #26310 -- Documented that a queryset ordering must be specified to ensu...
Tim Graham
2016-03-02
Refs #19527 -- Fixed typo in docs/ref/models/querysets.txt.
Tim Graham
2016-03-02
Fixed #26285 -- Deprecated the MySQL-specific __search lookup.
Marc Tamlyn
2016-03-02
Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...
acrefoot
2016-03-01
Fixed typos in docs/ref/models/meta.txt.
Taranjeet
2016-02-29
Fixed #26186 -- Documented how app relative relationships of abstract models ...
Simon Charette
2016-02-27
Fixed #26230 -- Made default_related_name affect related_query_name.
chenesan
[next]