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-07-06
[1.8.x] Fixed #25461 -- Corrected meta API code examples to account for MTI.
Romain Garrigues
2016-05-31
[1.8.x] Fixed a typo in the docs.
Florian Apolloner
2016-03-03
[1.8.x] Fixed #26321 -- Added missing "for_save" parameter in expressions exa...
Tim Graham
2015-12-24
[1.8.x] Discouraged use of /tmp with predictable names.
Chris Lamb
2015-11-30
[1.8.x] Fixed typo docs/ref/models/relations.txt
Tim Graham
2015-11-24
[1.8.x] Clarified default value for DateField to emulate auto_now_add.
Bulgantamir Gankhuyag
2015-11-19
[1.8.x] Corrected GenericIPAddressField protocol parameter doc.
areski
2015-11-12
[1.8.x] Replaced "inbuilt" with more common "built-in".
Tim Graham
2015-11-03
[1.8.x] Fixed #25132 -- Documented how to retrieve a single value using value...
Alex Morozov
2015-10-30
[1.8.x] Fixed #21422 -- Documented that prefetch_related() results must be ho...
Tim Graham
2015-09-18
[1.8.x] Made assorted improvements to the Oracle documentation.
Mariusz Felisiak
2015-09-11
[1.8.x] Fixed #25382 -- Removed obsolete references to DateQuerySet.
Renato Oliveira
2015-08-13
[1.8.x] Fixed #24988 -- Documented passing a dictionary of ValidationErrors t...
Adam Brenecki
2015-08-10
[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model...
Tim Graham
2015-08-05
[1.8.x] Fixed #25213 -- Discouraged use of QuerySet.extra()
Tim Graham
2015-08-05
[1.8.x] Fixed #25212 -- Documented the RawSQL expression.
Tim Graham
2015-07-30
[1.8.x] Removed unnecessary F() from Func expressions docs
Alasdair Nicol
2015-07-27
[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signature...
Tim Graham
2015-07-03
[1.8.x] Fixed mistake in Model.from_db() example.
Luke
2015-06-23
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
Tim Graham
2015-06-19
[1.8.x] Fixed #24881 -- Clarified Meta.order_with_respect_to documentation
johannes.linke
2015-06-09
[1.8.x] Clarified the default form widgets for model number fields in docs
Matt Deacalion Stevens
2015-06-08
[1.8.x] Fixed #24952 -- Fixed example SQL in Func() expressions docs
Alasdair Nicol
2015-06-05
[1.8.x] Fixed #22571 -- Added clarification about auto_now_add=True
Yamila Moreno
2015-06-05
[1.8.x] Capitalized "Python" in docs.
Tim Graham
2015-06-05
[1.8.x] Fixed #24925 -- Document using Coalesce on MySQL
Ian Foote
2015-06-01
[1.8.x] Fixed #24880 -- Added more explicit docs on select_for_update() on SQ...
Przemysław Suliga
2015-05-08
[1.8.x] Fixed #24763 -- Moved DoesNotExist exception to model docs.
David Krisch
2015-05-07
[1.8.x] Fixed typo in docs/ref/models/expressions.txt
Ian Foote
2015-04-29
[1.8.x] Fixed #24665 -- Clarified model field flag defaults.
Tim Graham
2015-04-24
[1.8.x] Fixed #24656 -- Added missing imports to query expressions doc.
Nicolas Noé
2015-04-22
[1.8.x] Fixed #24613 -- Added example to QuerySet.defer() documentation
Richard Eames
2015-04-20
[1.8.x] Amended get_all_related_objects() backwards compatible replacement.
Neal Todd
2015-04-18
[1.8.x] Removed DateTimeQuerySet from docs.
Tim Graham
2015-04-07
[1.8.x] Fixed typo in docs/ref/models/expressions.txt
lampslave
2015-03-29
[1.8.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and ...
Christopher Luc
2015-03-22
[1.8.x] Fixed #23814 -- Pointed localflavor documentation to external package
Iacopo Spalletti
2015-03-22
Fixed #24485 -- Allowed combined expressions to set output_field
Josh Smeaton
2015-03-18
[1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to be...
Karl Hobley
2015-03-17
[1.8.x] Refs #24485 -- Renamed some expression types
Josh Smeaton
2015-03-16
[1.8.x] Fixed #24486 -- Documented method to provide output_field to mixed F ...
Josh Smeaton
2015-03-13
[1.8.x] Refs #24462 -- Emphasized that order_by() clears previous ordering.
Tim Graham
2015-03-12
[1.8.x] Fixed typo in docs/ref/models/fields.txt
Steven Das
2015-03-11
[1.8.x] Fixed #24414 -- Added examples of Prefetch object usage to the docs.
Sean Wang
2015-03-09
[1.8.x] Fixed #24432 -- Added docs for ManyToManyFields that reside in and re...
Floris den Hengst
2015-02-20
[1.8.x] Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-14
[1.8.x] Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.
Loic Bistuer
2015-02-12
[1.8.x] Refs #14030 -- Improved expression support for python values
Josh Smeaton
2015-02-04
[1.8.x] Fixed typos of "select_related" in docs and tests.
Josh Schneier
2015-02-03
[1.8.x] Fixed #23617 -- Added get_pk_value_on_save()
Anssi Kääriäinen
[next]