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-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
2015-06-05
Fixed #24767 -- Added Greatest and Least expressions
Ian Foote
2015-06-04
Fixed #22316 -- Added time filters to TimeField on SQLite.
Matthew Somerville
2015-06-02
Fixed #24866 -- Added Now() database function
Adam Chainz
2015-06-02
Fixed #9596 -- Added date transform for DateTimeField.
Jon Dufresne
2015-06-01
Fixed #24880 -- Added more explicit docs on select_for_update() on SQLite.
Przemysław Suliga
2015-05-22
Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...
Alexander Sosnovskiy
2015-05-08
Fixed #24763 -- Moved DoesNotExist exception to model docs.
David Krisch
2015-05-07
Fixed typo in docs/ref/models/expressions.txt
Ian Foote
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-04-29
Fixed #24665 -- Clarified model field flag defaults.
Tim Graham
2015-04-25
Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.
Tim Graham
2015-04-24
Fixed #24656 -- Added missing imports to query expressions doc.
Nicolas Noé
2015-04-22
Fixed #24613 -- Added example to QuerySet.defer() documentation
Richard Eames
2015-04-20
Fixed #22394 -- Refactored built-in datetime lookups to transforms.
Jon Dufresne
2015-04-20
Amended get_all_related_objects() backwards compatible replacement.
Neal Todd
2015-04-18
Removed DateTimeQuerySet from docs.
Tim Graham
2015-04-18
Fixed #23879 -- Allowed model migration skip based on feature/vendor
Claude Paroz
2015-04-07
Fixed typo in docs/ref/models/expressions.txt
lampslave
2015-03-29
Improved docs for timezone handling for auto_now and auto_now_add
Christopher Luc
2015-03-26
Fixed #24510 -- Clarified FileField.upload_to docs.
Matt Seymour
2015-03-25
Fixed #23814 -- Documented apps refactored out of Django.
Fabio Natali
2015-03-22
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
Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.
Karl Hobley
2015-03-17
Refs #24485 -- Renamed some expression types
Josh Smeaton
2015-03-17
Fixed #15579 -- Added ability to delete only child models in multi-table inhe...
Andriy Sokolovskiy
2015-03-16
Fixed #24486 -- Documented method to provide output_field to mixed F expressions
Josh Smeaton
2015-03-13
Refs #24462 -- Emphasized that order_by() clears previous ordering.
Tim Graham
2015-03-12
Fixed typo in docs/ref/models/fields.txt
Steven Das
2015-03-11
Fixed #24414 -- Added examples of Prefetch object usage to the docs.
Sean Wang
2015-03-09
Fixed #24432 -- Added docs for ManyToManyFields that reside in and refer to t...
Floris den Hengst
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-14
Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.
Loic Bistuer
2015-02-12
Refs #14030 -- Improved expression support for python values
Josh Smeaton
2015-02-10
Disallowed importing concrete models without an application.
Aymeric Augustin
2015-02-05
Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.
Loic Bistuer
2015-02-04
Fixed typos of "select_related" in docs and tests.
Josh Schneier
2015-02-03
Fixed #23617 -- Added get_pk_value_on_save()
Anssi Kääriäinen
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-30
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Loic Bistuer
2015-01-24
Fixed #24190 -- Clarified len(queryset)
Collin Anderson
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-18
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2015-01-17
Removed support for custom SQL per deprecation timeline.
Tim Graham
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
[prev]
[next]