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
Age
Commit message (
Expand
)
Author
2014-04-21
[1.5.x] Fixed queries that may return unexpected results on MySQL due to type...
Erik Romijn
2014-04-10
[1.5.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.
Tim Graham
2014-01-02
[1.5.x] Fixed typos. Changed grammar.
Frank Tobia
2013-10-11
[1.5.x] Minor edits to docs/topics/db/queries.txt.
Cody Scott
2013-10-10
[1.5.x] Small improvements to docs/topics/db/models.txt
Cody Scott
2013-09-22
[1.5.x] Reference Meta.index_together in DB performance guide.
Ramiro Morales
2013-06-01
[1.5.x] Fixed #20543 - Typo in db model fields docs.
Tim Graham
2013-05-28
[1.5.X] Fixed #20513 - Expanded docs on QuerySet caching.
Tim Graham
2013-05-19
[1.5.X] Fixed #20183 - Clarified docs assumption that certain objects exist i...
Tim Graham
2013-03-31
[1.5.x] Fixed #20168 - Generalized a PostgreSQL specific database query in th...
Tim Graham
2013-03-29
[1.5.x] Fixed #20150 -- Fixed an error in manager doc example
Nimesh Ghelani
2013-03-22
[1.5.x] Added missing markup to docs.
Tim Graham
2013-02-27
[1.5.x] Fixed #19926 -- Fixed a link to code example in queries docs
Claude Paroz
2013-02-23
[1.5.X] Added an example of "default" database dictionary left blank; refs #1...
Tim Graham
2013-02-23
[1.5.X] Fixed #19775 - Clarified requirements of the "default" database.
Tim Graham
2013-02-18
[1.5.X] Fixed #19717 - Removed mentions of "root QuerySet" in docs.
Tim Graham
2013-02-14
[1.5.x] Mention backward relationships in aggregate docs.
Ramiro Morales
2013-02-07
[1.5.x] Fixed #19756 - Corrected a ManyToMany example and added some links an...
Tim Graham
2013-01-02
[1.5.x] Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
[1.5.x] Fixed broken links, round 4. refs #19516
Tim Graham
2012-12-28
[1.5.x] Fixed #19498 -- refactored auth documentation
Preston Holmes
2012-12-26
[1.5.X] Fixed broken links, round 3. refs #19516
Tim Graham
2012-12-21
[1.5.X] Fixed #19506 - Remove 'mysite' prefix in model example.
Tim Graham
2012-12-18
[1.5.X] Fixed #19442 - Clarified that raw SQL must be committed.
Tim Graham
2012-12-15
[1.5.X] Fixed #19384 -- Documented the behavior of custom managers on abstrac...
Russell Keith-Magee
2012-12-14
[1.5.x] Fixed #2304 -- Documented TRANSACTIONS_MANAGED.
Aymeric Augustin
2012-11-27
[1.5.X] Fixed #19352 - Added an example in the QuerySet docs.
Tim Graham
2012-11-23
[1.5.x] Negligible style fix in docs.
Aymeric Augustin
2012-11-23
[1.5.X] Changed if statement to a slightly cleaner variant
WoLpH
2012-11-22
[1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware.
Aymeric Augustin
2012-11-06
[1.5.X] Fixed #19154 - Noted commit_manually requires commit/rollback for reads
Tim Graham
2012-11-02
[1.5.X] Fixed #15361 - Documented performance considerations for QuerySet.get()
Tim Graham
2012-10-27
[1.5.x] Removed a redundant colon in the query docs.
Florian Apolloner
2012-10-12
Merge pull request #422 from elvard/18996
Tim Graham
2012-10-11
Merge pull request #428 from donspaulding/patch-1
Tim Graham
2012-10-11
Fixed #16588 - Warned about field names that conflict with the model API
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-10-04
Fixed #18996 - Docs on overriden model methods
Tomáš Ehrlich
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
Fix typo: Non -> None
James Bennett
2012-09-08
Untabify multi-db docs.
James Bennett
2012-09-08
Ticket 18657: Fix inconsistent DB names in router example.
James Bennett
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
[next]