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
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
2012-08-30
Fixed #18871 - Fixed typo in multi-db docs.
Tim Graham
2012-08-23
Fixed typo in docs
Carlos Palol
2012-08-21
Fixed #18637 - Updated some documentation for aspects of models that are Mode...
Tim Graham
2012-08-08
[py3] Replaced __nonzero__ by __bool__
Claude Paroz
2012-07-24
Clarified default name of M2M relationship DB table.
Ramiro Morales
2012-07-14
Fixed a misplaced Sphinx reference.
Aymeric Augustin
2012-06-30
Fixed #17168 - Noted TransactionMiddleware only works with "default" database...
Tim Graham
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-06-06
Replaced documentation snippets using "gender" with less sensitive examples.
Jacob Kaplan-Moss
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-04-21
Added documentation notes about lack of database savepoints support when usin...
Ramiro Morales
2012-04-15
Fixed #18024 -- Reworded sentence in models documentation. Thanks Preston Hol...
Claude Paroz
2012-04-06
Fixed #16233 -- Added link to multiple databases docs from custom sql alias s...
Claude Paroz
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-30
Fixed #17999 -- Restored the links to examples from models documentation. Ref...
Claude Paroz
2012-03-29
Fixed #17999 -- Added a 'See also' paragraph to OneToOneField doc section.
Ramiro Morales
2012-03-27
Added missing indentation in models topic documentation.
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
2012-02-03
Edited db/transactions.txt changes from [17341]
Adrian Holovaty
2012-01-15
Updated link to Django Debug Toolbar homepage.
Ramiro Morales
[next]