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-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
2016-02-26
Fixed #25279 -- Made prefetch_related_objects() public.
Adam Chainz
2016-02-21
Fixed #26238 -- Raised explicit error for non-editable field in ModelForm
Claude Paroz
2016-02-17
Fixed #25687 -- Documented how to add database function support to third-part...
Tim Graham
2016-02-10
Fixed #26154 -- Deprecated CommaSeparatedIntegerField
Brobin
2016-02-01
Unified some doc links to OneToOneField and ManyToManyField.
Tim Graham
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-28
Fixed #25354 -- Added class/app_label interpolation for related_query_name.
James Pulec
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-14
Fixed #26078 -- Clarified "old vs. new" in model._meta upgrade guide.
Tim Graham
2016-01-11
Added missing period to "etc.".
pp
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-26
Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk().
Bryan Marty
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-12-24
Discouraged use of /tmp with predictable names.
Chris Lamb
2015-12-04
Fixed #13774 -- Added models.Field.rel_db_type().
Alexander Sosnovskiy
2015-12-03
Fixed typo in docs/ref/models/instances.txt
Qile Wang
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-30
Removed old versionadded/changed directives.
Sergey Fedoseev
2015-11-24
Clarified default value for DateField to emulate auto_now_add.
Bulgantamir Gankhuyag
2015-11-19
Corrected GenericIPAddressField protocol parameter doc.
areski
2015-11-12
Replaced "inbuilt" with more common "built-in".
Tim Graham
2015-11-03
Fixed #25132 -- Documented how to retrieve a single value using values_list()...
Alex Morozov
2015-11-02
Refs #25629 -- Added `arity` class attribute to `Func` expressions
Sergey Fedoseev
[next]