jpribyl
|
17407eca59
Fixed #31894 -- Added note about using JSONField key lookups with QuerySet.exclude() in docs.
|
4 years ago |
sage
|
2d8dcba03a
Fixed #31829 -- Used JSONField __contains lookup on key transforms.
|
4 years ago |
Mariusz Felisiak
|
ba691933ce
Fixed #31836 -- Dropped support for JSONField __contains and __contained_by lookups on SQLite.
|
4 years ago |
Mariusz Felisiak
|
02447fb133
Fixed #31835 -- Dropped support for JSONField __contains lookup on Oracle.
|
4 years ago |
David Smith
|
dbdc192ca3
Preferred usage of among/while to amongst/whilst.
|
4 years ago |
Jon Dufresne
|
494ba27b5f
Changed some doc links to use intersphinx.
|
4 years ago |
Carlton Gibson
|
5af17babb0
Fixed #31591 -- Clarified "reverse" lookup name in making queries docs.
|
4 years ago |
sage
|
6789ded0a6
Fixed #12990, Refs #27694 -- Added JSONField model field.
|
5 years ago |
Adam Johnson
|
d17b380653
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
4 years ago |
Hannes Ljungberg
|
f3da09df0f
Fixed #31396 -- Added binary XOR operator to F expressions.
|
5 years ago |
René Fleschenberg
|
367634f976
Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.
|
5 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
Daniel Musketa
|
6fd9c9daa6
Fixed #30365 -- Fixed syntax highlighting in SQL examples.
|
5 years ago |
Tim Graham
|
a68c029e22
Used extlinks for Django's source code.
|
5 years ago |
Jon Dufresne
|
ad9a28ee38
Refs #29784 -- Normalized Python docs links to omit the version.
|
6 years ago |
Denis
|
1834490a0c
Refs #11278 -- Clarified RelatedManager differences between reverse one-to-many and many-to-many relations.
|
7 years ago |
Stefan Schneider
|
08c8c3ead9
Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.
|
7 years ago |
Stefan Schneider
|
293df73fb6
Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt.
|
7 years ago |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
Tushar Malik
|
14251324e6
Added missing import in docs/topics/db/queries.txt.
|
7 years ago |
Matthias Erll
|
eee34ef64c
Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing.
|
10 years ago |
Claude Paroz
|
01f658644a
Updated various links in docs to avoid redirects
|
7 years ago |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 years ago |
Maxime Lorant
|
241e1e3cd7
Removed SHOUTING in doc examples.
|
8 years ago |
anabelensc
|
1c12df4aa6
Fixed #25912 -- Added binary left/right shift operators to F expressions.
|
9 years ago |
Tim Graham
|
2f44fa7f06
Documented how to copy a OneToOneField.
|
8 years ago |
Tim Graham
|
8dac9890a5
Refs #25550 -- Removed a deprecated reverse assignment example in docs.
|
8 years ago |
Simon Charette
|
9e4fd3301d
Refs #25284 -- Corrected an obsolete implicit __in lookup example.
|
8 years ago |
Timothy Allen
|
5595db9504
Updated docs/topics/db/queries.txt examples to use print() function.
|
8 years ago |
Ed Henderson
|
4a4d7f980e
Fixed #26021 -- Applied hanging indentation to docs.
|
8 years ago |