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-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
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
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-12-08
Fixed #23974 -- Clarified wording of FileField.save/delete save parameter.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-06
Fixed #23965 -- Mentioned that FieldFile inherits from File
Tim Graham
2014-11-28
Fixed #901 -- Added Model.refresh_from_db() method
Anssi Kääriäinen
2014-11-21
Fixed #23865 -- documented how to assign errors to a field in Model.clean()
Alasdair Nicol
2014-11-20
Fixed #23817 -- Updated docs on QuerySet evaluation
Michal Petrucha
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-12
Fixed #23774 -- Clarified QuerySet.order_by() and related models.
Tim Graham
2014-11-03
Fixed versionchanged indentation in docs/.
Berker Peksag
2014-10-31
Fixed #23732 -- Corrected and enhanced select_related() docs.
Tim Graham
2014-10-30
Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.
Raul Cumplido
[next]