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-03-12
[1.9.x] Fixed #26239 -- Added a note about how auto_now works with QuerySet.u...
Duane Hilton
2016-03-03
[1.9.x] Fixed #26321 -- Added missing "for_save" parameter in expressions exa...
Tim Graham
2016-03-01
[1.9.x] Fixed typos in docs/ref/models/meta.txt.
Taranjeet
2016-02-29
[1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract...
Simon Charette
2016-02-17
[1.9.x] Fixed #25687 -- Documented how to add database function support to th...
Tim Graham
2016-02-01
[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.
Tim Graham
2016-02-01
[1.9.x] Unified some doc links to OneToOneField and ManyToManyField.
Tim Graham
2016-01-22
[1.9.x] Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-14
[1.9.x] Fixed #26078 -- Clarified "old vs. new" in model._meta upgrade guide.
Tim Graham
2016-01-11
[1.9.x] Added missing period to "etc.".
pp
2015-12-31
[1.9.x] Removed British/Austrialian word: whilist.
Tim Graham
2015-12-24
[1.9.x] Discouraged use of /tmp with predictable names.
Chris Lamb
2015-12-03
[1.9.x] Fixed typo in docs/ref/models/instances.txt
Qile Wang
2015-12-01
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-30
[1.9.x] Removed old versionadded/changed directives.
Sergey Fedoseev
2015-11-24
[1.9.x] Clarified default value for DateField to emulate auto_now_add.
Bulgantamir Gankhuyag
2015-11-19
[1.9.x] Corrected GenericIPAddressField protocol parameter doc.
areski
2015-11-12
[1.9.x] Replaced "inbuilt" with more common "built-in".
Tim Graham
2015-11-03
[1.9.x] Fixed #25132 -- Documented how to retrieve a single value using value...
Alex Morozov
2015-10-30
[1.9.x] Fixed #21422 -- Documented that prefetch_related() results must be ho...
Tim Graham
2015-10-13
[1.9.x] Fixed typo in docs/ref/models/relations.txt.
Tim Graham
2015-09-25
[1.9.x] Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_uni...
Tim Graham
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-09-21
Fixed #24629 -- Unified Transform and Expression APIs
Josh Smeaton
2015-09-18
Made assorted improvements to the Oracle documentation.
Mariusz Felisiak
2015-09-11
Fixed #25382 -- Removed obsolete references to DateQuerySet.
Renato Oliveira
2015-09-03
Documented a limitation of Options.required_db_features.
Tim Graham
2015-08-13
Fixed #24988 -- Documented passing a dictionary of ValidationErrors to Valida...
Adam Brenecki
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-08-05
Fixed #25213 -- Discouraged use of QuerySet.extra()
Tim Graham
2015-08-05
Fixed #25212 -- Documented the RawSQL expression.
Tim Graham
2015-07-31
Removed unnecessary F() from Func expressions docs
Alasdair Nicol
2015-07-27
Refs #18556 -- Fixed a typo in the related manager add() method docs.
Simon Charette
2015-07-28
Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-21
Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-03
Fixed mistake in Model.from_db() example.
Luke
2015-07-02
Fixed #24997 -- Enabled bulk_create() on proxy models
William Schwartz
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-19
Fixed #24881 -- Clarified Meta.order_with_respect_to documentation
johannes.linke
2015-06-15
Fixed #24894 -- Added contrib.postgres.functions.TransactionNow
Adam Chainz
2015-06-09
Clarified the default form widgets for model number fields in docs
Matt Deacalion Stevens
2015-06-08
Fixed #24952 -- Fixed example SQL in Func() expressions docs
Alasdair Nicol
2015-06-05
Minor edits to Greatest/Least docs; refs #24767.
Tim Graham
2015-06-05
Fixed #22571 -- Added clarification about auto_now_add=True
Yamila Moreno
2015-06-05
Capitalized "Python" in docs.
Tim Graham
2015-06-05
Fixed #24925 -- Document using Coalesce on MySQL
Ian Foote
[next]