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
2015-11-12
[1.8.x] Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering.
Tim Graham
2015-11-07
[1.8.x] Fixed #25681 -- Added 'default' to DATABASES example.
Attila Tovt
2015-10-31
[1.8.x] Fixed typo in docs/topics/db/models.txt.
Tomasz Anielak
2015-09-30
[1.8.x] Clarified that Model.delete() isn't called as a result of a cascading...
David Sanders
2015-09-24
[1.8.x] Fixed #25455 -- Optimized dictfetchall() example.
Tim Graham
2015-09-23
[1.8.x] Fixed typo in docs/topics/db/examples/one_to_one.txt
Don Kirkby
2015-09-21
[1.8.x] Fixed #24921 -- set_autocommit(False) + ORM queries.
Aymeric Augustin
2015-09-05
[1.8.x] Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.
Maarten
2015-09-03
[1.8.x] Fixed #25326 -- Added namedtuple example for executing custom SQL.
Dražen Odobašić
2015-08-25
[1.8.x] Fixed #25311 -- Removed vague language about "partial commits" from d...
Tim Graham
2015-08-10
[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model...
Tim Graham
2015-08-08
[1.8.x] Updated Wikipedia links to use https
Claude Paroz
2015-08-05
[1.8.x] Fixed #25213 -- Discouraged use of QuerySet.extra()
Tim Graham
2015-08-04
[1.8.x] Fixed #25136 -- Documented Count('X', distinct=True) in aggregate top...
Caio Ariede
2015-06-05
[1.8.x] Capitalized "Python" in docs.
Tim Graham
2015-06-01
[1.8.x] Simplified wording in QuerySet.update() docs.
Maximiliano
2015-04-20
[1.8.x] Fixed #11078 -- Removed inaccurate docs about proxy models Meta.
Marco Santamaria
2015-04-14
[1.8.x] Removed docs for removed transaction APIs.
Tim Graham
2015-03-25
[1.8.x] Corrected typo in documentation
David Seddon
2015-03-20
[1.8.x] Refs #14645 -- Documented bug with exclude() and multi-value relations
David Seddon
2015-03-18
[1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to be...
Karl Hobley
2015-03-16
[1.8.x] Fixed allow_migrate() signature in router examples.
Adrian Andreias
2015-03-14
[1.8.x] Fixed doc typos.
Floris den Hengst
2015-02-20
[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-01-10
Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.
Loic Bistuer
2014-12-24
Fixed #24041 -- Documented effect of changing a model instance's primary key.
Helen Sherwood-Taylor
2014-12-20
Correct scoping of savepoint example
David Cramer
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-12-06
Cleaned up a note in docs/topics/db/sql.txt.
wrwrwr
2014-12-03
Fixed typo in aggregation docs link.
Tim Graham
2014-12-03
Fixed a typo in aggregation docs.
Benjamin Bach
2014-12-03
Documented a current limitation of multiple table annotation; refs #10060.
Benjamin Bach
2014-11-17
Fix link target markup
Éric Araujo
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-10-06
Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model...
Ismail Badawi
2014-09-29
Fixed #17638 -- Added crosslinks between topic and reference guides.
Duane Hilton
2014-09-29
Fixed typo in docs/topics/db/managers.txt
Greg Brown
2014-09-03
Fixed typo in docs/topics/db/transactions.txt.
Corey Farwell
2014-08-26
Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.
Tim Graham
2014-08-19
Removed unnecessary code-block directives.
areski
2014-08-19
Fixed #23282 -- Corrected inheritance and reverse relations example.
Tim Graham
2014-08-13
Fixed #23283 -- Added default=False to BooleanField's in the docs.
Ola Sitarska
2014-08-02
Updated MySQL links to version 5.6.
Tim Graham
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-07-08
Fixed #22978 -- Removed a USA-centric example that didn't add much.
Tim Graham
2014-07-02
Removed non-existent reference to args/kwargs in manager docs.
Éric Araujo
2014-06-12
Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.
Moayad Mardini
2014-06-05
Fix missing highlighting in some code examples
Éric Araujo
2014-06-05
Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...
Anubhav Joshi
2014-05-27
Fixed #22601 -- Added a note about model inheritance.
Moayad Mardini
[next]