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
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
2015-01-24
[1.8.x] Fixed #24190 -- Clarified len(queryset)
Collin Anderson
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2015-01-13
Fixed #24060 -- Added OrderBy Expressions
Josh Smeaton
2015-01-12
Fixed #23878 -- Moved Query and Prefetch documentation
Ng Zhi An
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-29
Fixed a vesionadded directive.
Florian Apolloner
2014-12-27
Fixed #23753 -- Added a suite of SQL Functions
Josh Smeaton
2014-12-24
Fixed #24041 -- Documented effect of changing a model instance's primary key.
Helen Sherwood-Taylor
2014-12-23
Fixed #24033 -- Use interval type on Oracle.
Marc Tamlyn
[next]