Irindu Indeera
|
babe9e64a6
Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.
|
7 vuotta sitten |
Simon Charette
|
0ad7e8f71f
Fixed #28003 -- Doc'd what an auto-created OneToOneField parent_link looks like.
|
8 vuotta sitten |
Mariusz Felisiak
|
a3af8c99d9
Removed extra characters in docs header underlines.
|
8 vuotta sitten |
Vytis Banaitis
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 vuotta sitten |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
8 vuotta sitten |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 vuotta sitten |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 vuotta sitten |
Maxime Lorant
|
241e1e3cd7
Removed SHOUTING in doc examples.
|
8 vuotta sitten |
Tim Graham
|
3ce212a23c
Fixed #27494 -- Fixed typos in docs/topics/db/models.txt.
|
8 vuotta sitten |
Jonatas CD
|
e8728f03f0
Refs #11078 -- Doc'd Meta inheritance in proxy models.
|
8 vuotta sitten |
Berker Peksag
|
a02b5848ae
Replaced property() usage with decorator in several places.
|
8 vuotta sitten |
Evan Palmer
|
84d8d1d715
Fixed #25127 -- Documented how to organize models in a package.
|
8 vuotta sitten |
Loïc Bistuer
|
3a47d42fa3
Fixed #20932, #25897 -- Streamlined manager inheritance.
|
9 vuotta sitten |
Aron Podrigal
|
85ef98dc6e
Fixed #24305 -- Allowed overriding fields on abstract models.
|
9 vuotta sitten |
Tim Graham
|
af69c9113c
Fixed typo in docs/topics/db/models.txt
|
9 vuotta sitten |
Akshesh
|
49f95cc0a0
Fixed #11560 -- Allowed proxy model multiple-inheritance from the same concrete base model.
|
9 vuotta sitten |
Tim Graham
|
22d2a5b00a
Corrected a run on sentence in doc/topics/db/models.txt.
|
9 vuotta sitten |
Becka R
|
cf48962b36
Clarified "database column type" explanation.
|
9 vuotta sitten |
Tim Graham
|
8ce8beb3f2
Unified some doc links to OneToOneField and ManyToManyField.
|
9 vuotta sitten |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 vuotta sitten |
James Pulec
|
f05722a08a
Fixed #25354 -- Added class/app_label interpolation for related_query_name.
|
9 vuotta sitten |
Tim Graham
|
98839e9066
Removed British/Austrialian word: whilist.
|
9 vuotta sitten |
bphillips
|
d508326e2f
Fixed #25672 -- Clarified why related ManyToManyFields with a custom intermediate model disable the remove() method.
|
9 vuotta sitten |
Tomasz Anielak
|
b67502fb8d
Fixed typo in docs/topics/db/models.txt.
|
9 vuotta sitten |
Tim Graham
|
9c5e272860
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set.
|
9 vuotta sitten |
Tim Graham
|
e0837f2cb1
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
|
9 vuotta sitten |
David Sanders
|
5c6316dc34
Clarified that Model.delete() isn't called as a result of a cascading delete.
|
9 vuotta sitten |
Tim Graham
|
de99f558d8
Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_compatible.
|
9 vuotta sitten |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 vuotta sitten |
Marco Santamaria
|
bae72bdd2a
Fixed #11078 -- documentation update.
|
10 vuotta sitten |