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-04-22
[1.7.x] Fixed #24613 -- Added example to QuerySet.defer() documentation
Richard Eames
2015-03-29
[1.7.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and ...
Christopher Luc
2015-03-13
[1.7.x] Refs #24462 -- Emphasized that order_by() clears previous ordering.
Tim Graham
2015-03-12
[1.7.x] Fixed typo in docs/ref/models/fields.txt
Steven Das
2015-03-09
[1.7.x] Fixed #24432 -- Added docs for ManyToManyFields that reside in and re...
Floris den Hengst
2015-02-08
[1.7.x] Fixed spelling mistakes in docs.
Tim Graham
2015-02-04
[1.7.x] Fixed typos of "select_related" in docs.
Josh Schneier
2015-01-24
[1.7.x] Fixed #24190 -- Clarified len(queryset)
Collin Anderson
2014-12-24
[1.7.x] Fixed #24041 -- Documented effect of changing a model instance's prim...
Helen Sherwood-Taylor
2014-12-08
[1.7.x] Fixed #23974 -- Clarified wording of FileField.save/delete save param...
Tim Graham
2014-12-06
[1.7.x] Fixed #23965 -- Mentioned that FieldFile inherits from File
Tim Graham
2014-11-21
[1.7.x] Fixed #23865 -- documented how to assign errors to a field in Model.c...
Alasdair Nicol
2014-11-20
[1.7.x] Fixed #23817 -- Updated docs on QuerySet evaluation
Michal Petrucha
2014-11-12
[1.7.x] Fixed #23774 -- Clarified QuerySet.order_by() and related models.
Tim Graham
2014-11-03
[1.7.x] Fixed versionchanged indentation in docs/.
Berker Peksag
2014-10-31
[1.7.x] Fixed #23732 -- Corrected and enhanced select_related() docs.
Tim Graham
2014-10-30
[1.7.x] Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.
Raul Cumplido
2014-10-27
[1.7.x] Fixed QuerySet datetimes argument name in docs.
Oliver Meinusch
2014-10-18
[1.7.x] Fixed #23676 -- Rearranged sentence; "by default" applies only to max...
Jon Dufresne
2014-10-06
[1.7.X] Fixed #23602 -- Add comment on get_absolute_url regarding user input
Carl Meyer
2014-10-01
[1.7.x] Added flat=False to signature of QuerySet.values_list()
jnothman
2014-09-05
[1.7.x] Fixed #22534: Reinforce swappable documentation
Andrew Godwin
2014-09-04
[1.7.x] Fixed documentation links to Query Expression API.
Thomas Chaumeny
2014-08-29
[1.7.x] Corrected a usage example of `related_query_name`.
Simon Charette
2014-08-19
[1.7.x] Fixed #17272 -- Documented that non-editable fields are skipped durin...
Tim Graham
2014-08-19
[1.7.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being es...
Tim Graham
2014-08-02
[1.7.x] Updated MySQL links to version 5.6.
Tim Graham
2014-07-30
[1.7.x] Fixed #23134 -- Fixed typos in docs/ref/models/querysets.txt.
Tim Graham
2014-07-28
[1.7.x] Fixed #22491 -- documented how select_for_update() should be tested.
Moayad Mardini
2014-07-26
[1.7.x] Fixed #22553 -- Added refreshing queryset info to docs.
David Hoffman
2014-07-24
[1.7.x] Fixed #23094 -- Removed redundant argument in select_related() example.
Tim Graham
2014-07-10
[1.7.x] Fixed #22809 -- Added model Field API reference.
Jorge C. Leitão
2014-07-09
[1.7.x] Fixed #22351 -- Removed usage of lambdas in model field options.
Tim Graham
2014-07-08
[1.7.x] Fixed #22812 -- Refactored lookup API documentation.
Jorge C. Leitão
2014-06-18
[1.7.x] Fixed #14481 -- Documented implicit "through" class created by ManyTo...
Jorge C. Leitão
2014-06-17
[1.7.x] Fixed #22819 -- Renamed output_type -> output_field in query expressi...
Tim Graham
2014-06-15
[1.7.x] Fixed #22660: Doc'd you can't have unmigrated apps depend on migrated
Andrew Godwin
2014-06-12
[1.7.x] Fixed #22813 -- Updated Pillow URL in documentation
Claude Paroz
2014-06-04
[1.7.x] Fixed #22710 -- Amended aggregation note for empty QuerySets
Guillaume Pannatier
2014-05-30
[1.7.x] Fixed #22710 -- Documented aggregation behavior for empty QuerySets.
Guillaume Pannatier
2014-05-25
[1.7.x] Fixed typo in docs/ref/models/custom-lookups.txt.
Matthew Schinckel
2014-05-15
[1.7.x] Fixed typo that disabled code example highlighting
Éric Araujo
2014-04-30
[1.7.x] Fixed #19195 -- Allow explicit ordering by a relation `_id` field.
Simon Charette
2014-04-30
[1.7.x] Fixed #22537 -- Add tests and improved docs for field subclass with c...
Mike Fogel
2014-04-25
[1.7.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL inj...
Moayad Mardini
2014-04-21
[1.7.x] Fixed queries that may return unexpected results on MySQL due to type...
Erik Romijn
2014-04-18
[1.7.x] Fixed #22473 -- Emphasized that Model.clean() is not called from Mode...
Tim Graham
2014-04-10
[1.7.x] Documentation fixes for the select_for_update change.
Shai Berger
2014-04-10
[1.7.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode
Shai Berger
2014-04-08
[1.7.x] Fixed #22405 -- Fixed string error in models/queries docs.
Anubhav Joshi
[next]