Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 years ago |
Tim Graham
|
e475e84970
Refs #26021 -- Used hanging indentation in some doc examples.
|
8 years ago |
Tim Graham
|
f5ff5010cd
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
|
8 years ago |
Marc Tamlyn
|
2d877da855
Refs #3254 -- Added full text search to contrib.postgres.
|
9 years ago |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 years ago |
anabelensc
|
4c1fab0f29
Added a missing bracket in a queries docs example.
|
9 years ago |
Tim Graham
|
9c5e272860
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set.
|
9 years ago |
Aymeric Augustin
|
491d01b7e9
Tweak some examples.
|
9 years ago |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
Maximiliano
|
bf07ba523a
Simplified wording in QuerySet.update() docs.
|
9 years ago |
Alexander Sosnovskiy
|
04e8d890ae
Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted objects.
|
10 years ago |
David Seddon
|
0f6f80c2e7
Corrected typo in documentation
|
10 years ago |
David Seddon
|
6770b7ecd2
Refs #14645 -- Documented bug with exclude() and multi-value relations
|
10 years ago |
Loic Bistuer
|
71ada3a8e6
Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.
|
10 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |
Claude Paroz
|
0a4b04fc23
Used https for most *.python.org links
|
10 years ago |
Éric Araujo
|
84cafc2b35
Fix missing highlighting in some code examples
|
10 years ago |
Aliaksandr Semianiuk
|
5b185ecc68
Fixed #22019 -- Added Model.objects reference documentation.
|
10 years ago |
Tim Graham
|
7f2505ad9e
Fixed doc typos.
|
11 years ago |
Nicolaas Heyning
|
e1d2a0bd04
added documentation on Model attributes
|
11 years ago |
Loic Bistuer
|
99416c7ad0
Added an example to the release notes for custom reverse managers.
|
11 years ago |
Alasdair Nicol
|
8aa1efff6d
Fixed #21951 -- Updated docs to use __str__ for Python 3
|
11 years ago |
Tim Graham
|
5c7ac7494a
Fixed #18907 -- Correct docs regard population of model backrefs.
|
11 years ago |
Tim Graham
|
b87c59b04b
Removed some unnecessary __exact operators in filters.
|
11 years ago |
Florian Hahn
|
5240b83462
Fixed #17027 -- Added support for the power operator in F expressions.
|
12 years ago |
Cody Scott
|
8bfc7cc64c
Minor edits to docs/topics/db/queries.txt.
|
11 years ago |
Tim Graham
|
75bb6ba966
Fixed #10913 -- Documented how related_name affects QuerySet filtering
|
11 years ago |
Loic Bistuer
|
04a2a6b0f9
Fixed #3871 -- Custom managers when traversing reverse relations.
|
11 years ago |
evildmp
|
79cc66692a
Consolidated documentation for F() and Q()
|
11 years ago |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 years ago |