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
/
topics
/
db
/
queries.txt
Age
Commit message (
Expand
)
Author
2014-01-17
Removed some unnecessary __exact operators in filters.
Tim Graham
2013-10-22
Fixed #17027 -- Added support for the power operator in F expressions.
Florian Hahn
2013-10-11
Minor edits to docs/topics/db/queries.txt.
Cody Scott
2013-10-02
Fixed #10913 -- Documented how related_name affects QuerySet filtering
Tim Graham
2013-09-25
Fixed #3871 -- Custom managers when traversing reverse relations.
Loic Bistuer
2013-09-06
Consolidated documentation for F() and Q()
evildmp
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-07-13
Removed obsolete sentence in queries docs
Claude Paroz
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-05-28
Fixed #20513 - Expanded docs on QuerySet caching.
Tim Graham
2013-05-19
Fixed #20183 - Clarified docs assumption that certain objects exist in database.
Tim Graham
2013-05-18
Add missing imports and models to the examples in the the model layer documen...
Marc Egli
2013-05-07
Remove outdated ForeignKey manager documentation.
Mike Fogel
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-22
Added missing markup to docs.
Tim Graham
2013-02-27
Fixed #19926 -- Fixed a link to code example in queries docs
Claude Paroz
2013-02-18
Fixed #19717 - Removed mentions of "root QuerySet" in docs.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-29
Fixed broken links, round 4. refs #19516
Tim Graham
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-11-27
Fixed #19352 - Added an example in the QuerySet docs.
Tim Graham
2012-11-23
Negligible style fix in docs.
Aymeric Augustin
2012-10-27
Removed a redundant colon in the query docs.
Florian Apolloner
2012-10-11
Merge pull request #428 from donspaulding/patch-1
Tim Graham
2012-10-10
Moved F() '&' and '|' to .bitand() and .bitor()
Anssi Kääriäinen
2012-10-10
Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"
Anssi Kääriäinen
2012-10-06
Fixed #17435 - Clarified that QuerySet.update returns the number of rows matched
Tim Graham
2012-10-05
Fixed format-o in docs/topics/db/queries.txt
Don Spaulding
2012-09-30
Fixed #16211 -- Added comparison and negation ops to F() expressions
Anssi Kääriäinen
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-08
Avoided mixing dates and datetimes in the examples.
Aymeric Augustin
2012-09-08
Fixed #15566 - Documented that update() doesn't honor DateField.auto_now
Tim Graham
2012-09-03
Changes day to from 2 to 30
Matt Stevens
2012-09-03
Clarifies day and month in example queryset
Matt Stevens
2012-08-23
Fixed typo in docs
Carlos Palol
2012-05-03
Fixed broken URLs introduced in 1adc87cd32.
Ramiro Morales
2012-05-03
Updated some URLs in the documentation to point to the new repository.
Ramiro Morales
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-03-14
Fixed #17605: Restored deleted query documentation that used to live in docte...
James Bennett
2012-03-13
Replaced http by https in djangoproject.com links
Claude Paroz
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-03-02
Fixed #17794 - Added a bunch of cross-reference links to the DB queries topic...
Carl Meyer
2011-11-01
Fixed #4027 - Document how to make copies of model instances
Luke Plant
2011-10-30
Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...
Ramiro Morales
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-30
Fixed doc references to `django.db.models.query.QuerySet` and converted some ...
Jannis Leidel
2011-09-11
Fixed #16742 -- Provided code examples in the models documentation for access...
Julien Phalip
2011-08-26
Added a bit to 'Saving ManyToMany Fields' explicitly explaining how to add mu...
Adrian Holovaty
2011-06-28
Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi...
Jannis Leidel
[prev]
[next]