django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2 tahun lalu |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
2 tahun lalu |
David Smith
|
1024b5e74a
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
|
3 tahun lalu |
Mariusz Felisiak
|
e5cacb1f47
Refs #30947 -- Changed tuples to lists in model Meta options examples in docs.
|
5 tahun lalu |
Mariusz Felisiak
|
a370dbd954
Corrected error message in Many-to-many relationships docs.
|
5 tahun lalu |
Collin Anderson
|
769355c765
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a through model.
|
8 tahun lalu |
Matt Wiens
|
e817ae74da
Followed style guide for model attribute ordering.
|
6 tahun lalu |
Tim Graham
|
cef8f6a61b
Fixed #29591 -- Fixed numbering words in docs/topics/db/examples/many_to_many.txt.
|
6 tahun lalu |
Jezeniel Zapanta
|
abe6c5defe
Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().
|
7 tahun lalu |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 tahun lalu |
Tim Graham
|
8ce8beb3f2
Unified some doc links to OneToOneField and ManyToManyField.
|
9 tahun lalu |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
9 tahun lalu |
Tim Graham
|
9c5e272860
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set.
|
9 tahun lalu |
Tim Graham
|
e0837f2cb1
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
|
9 tahun lalu |
Claude Paroz
|
680a0f08b1
Updated doc links to point to Python 3 documentation
|
10 tahun lalu |
Alasdair Nicol
|
8aa1efff6d
Fixed #21951 -- Updated docs to use __str__ for Python 3
|
11 tahun lalu |
Tim Graham
|
b87c59b04b
Removed some unnecessary __exact operators in filters.
|
11 tahun lalu |
Tim Graham
|
a6e3fb80b0
Fixed #21343 -- Noted many-to-many restrictions with intermediate model.
|
11 tahun lalu |
Claude Paroz
|
7442eb1a24
Fixed #20224 -- Update docs examples which mention __unicode__
|
11 tahun lalu |
Tim Graham
|
43efefae69
Fixed #19756 - Corrected a ManyToMany example and added some links and markup.
|
12 tahun lalu |
Claude Paroz
|
596cb9c7e2
Replaced print statement by print function (forward compatibility syntax).
|
13 tahun lalu |
James Bennett
|
dad1f5c21e
Fixed #17605: Restored deleted query documentation that used to live in doctests. Thanks zsiciarz for work on the patch.
|
13 tahun lalu |