django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2 years ago |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
2 years ago |
Trey Hunner
|
fad070b07b
Improved readability of string interpolation in frequently used examples in docs.
|
2 years ago |
Pamela Fox
|
8e93fc561e
Described Article-Reporter relationship in many-to-one topic.
|
2 years ago |
Mariusz Felisiak
|
39ae8d740e
Added missing backticks to function names.
|
2 years ago |
Nick Pope
|
477c800443
Changed docs and a code comment to use gender-neutral pronouns.
|
4 years ago |
Mariusz Felisiak
|
e5cacb1f47
Refs #30947 -- Changed tuples to lists in model Meta options examples in docs.
|
5 years ago |
Tim Graham
|
6b6bdfe25c
Fixed IntegrityError in docs/topics/db/examples/many_to_one.txt.
|
6 years ago |
Luoxzhg
|
9d7e2c7b44
Fixed mistakes in docs/topics/db/examples/many_to_one.txt.
|
6 years ago |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 years ago |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
9 years ago |
Tim Graham
|
e0837f2cb1
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
|
9 years ago |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 years ago |
Tim Graham
|
5980b05c1f
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
|
9 years ago |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
Karl Hobley
|
81e1a35c36
Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.
|
10 years ago |
areski
|
9d6551204e
Removed unnecessary code-block directives.
|
10 years ago |
Anubhav Joshi
|
5643a3b51b
Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError.
|
10 years ago |
Alasdair Nicol
|
8aa1efff6d
Fixed #21951 -- Updated docs to use __str__ for Python 3
|
11 years ago |
Tim Graham
|
b87c59b04b
Removed some unnecessary __exact operators in filters.
|
11 years ago |
Claude Paroz
|
7442eb1a24
Fixed #20224 -- Update docs examples which mention __unicode__
|
11 years ago |
Aymeric Augustin
|
e69348b4e7
Avoided mixing dates and datetimes in the examples.
|
12 years ago |
James Bennett
|
dad1f5c21e
Fixed #17605: Restored deleted query documentation that used to live in doctests. Thanks zsiciarz for work on the patch.
|
13 years ago |