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-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
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
2014-10-28
Fixed spelling errors in docs.
Tim Graham
2014-10-28
Fixed #23493 -- Added bilateral attribute to Transform
Thomas Chaumeny
2014-10-27
Fixed QuerySet datetimes argument name in docs.
Oliver Meinusch
2014-10-18
Fixed #23676 -- Rearranged sentence; "by default" applies only to max length
Jon Dufresne
2014-10-06
Fixed #23602 -- Add comment on get_absolute_url regarding user input
Markus Holtermann
2014-10-04
Fix formatting error in UUIDField docs.
Marc Tamlyn
2014-10-01
Added flat=False to signature of QuerySet.values_list()
jnothman
2014-09-26
Fixed #23460 -- Added literal `%s` support to extra() QuerySets.
Matt Robenolt
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-08
Fixed #23281 -- Added "concrete model" to glossary.
Tim Graham
2014-09-05
Fixed #22534: Reinforce swappable documentation
Andrew Godwin
2014-09-04
Fixed documentation links to Query Expression API.
Thomas Chaumeny
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
[next]