Carlton Gibson
|
29c126bb34
Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited choices.
|
5 years ago |
Simon Charette
|
9e14bc2135
Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0.
|
5 years ago |
Baptiste Mispelon
|
ff1b19da67
Fixed #31029 -- Used more specific links to RFCs.
|
5 years ago |
Hasan Ramezani
|
153c7956f8
Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFields.
|
5 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
Mariusz Felisiak
|
9aeac29949
Removed unnecessary backslashes from docs.
|
5 years ago |
Brad Solomon
|
67b6cb7723
Fixed #30491 -- Clarified when save() on object with pk executes INSERT.
|
5 years ago |
Gary Donovan
|
516d858e7a
Fixed typo in docs/ref/models/instances.txt.
|
6 years ago |
François Freitag
|
9b15ff08ba
Used auto-numbered lists in documentation.
|
6 years ago |
luz.paz
|
97e637a87f
Fixed typos in comments and docs.
|
6 years ago |
Mariusz Felisiak
|
35319bf12c
Alphabetized imports in various docs.
|
6 years ago |
Jon Dufresne
|
136bf5c214
Fixed #29076 -- Made Model.refresh_from_db() clear cached relationships even if the related id doesn't change.
|
7 years ago |
François Freitag
|
4f1eb64ad0
Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.
|
7 years ago |
Matthias Kestenholz
|
e8c056c31a
Fixed #27434 -- Doc'd how to raise a model validation error for a field not in a model form.
|
8 years ago |
Lachlan Musicman
|
00093daec9
Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.
|
7 years ago |
Claude Paroz
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 years ago |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
8 years ago |
Claude Paroz
|
d2e7d15b4c
Assumed iri_to_uri always returns a string
|
8 years ago |
Claude Paroz
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 years ago |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 years ago |
Tim Graham
|
e2112a5e1a
Made cosmetic edits to the "What happens when you save?" docs.
|
8 years ago |
Adam Chainz
|
224fe22bf1
Doc'd that model instances with pk=None don't compare equal.
|
8 years ago |
Tim Graham
|
9556005425
Fixed #27048 -- Documented that refresh_from_db() doesn't reload @cached_properties.
|
8 years ago |
Tim Graham
|
20d1cb33c2
Fixed #26787 -- Documented deleting and reloading of model instance fields.
|
8 years ago |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 years ago |
Marti Raudsepp
|
b9ae662c97
Fixed #26620 -- Made Model.refresh_from_db() fail when passed unknown kwargs.
|
8 years ago |
Tim Graham
|
f5ff5010cd
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
|
9 years ago |
Anssi Kääriäinen
|
7f51876f99
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferred instance loading.
|
9 years ago |
Marten Kenbeek
|
16411b8400
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
|
9 years ago |
Qile Wang
|
83a710b8d3
Fixed typo in docs/ref/models/instances.txt
|
9 years ago |