Aron Podrigal
|
85ef98dc6e
Fixed #24305 -- Allowed overriding fields on abstract models.
|
před 9 roky |
Tim Graham
|
af69c9113c
Fixed typo in docs/topics/db/models.txt
|
před 9 roky |
Akshesh
|
49f95cc0a0
Fixed #11560 -- Allowed proxy model multiple-inheritance from the same concrete base model.
|
před 9 roky |
Tim Graham
|
22d2a5b00a
Corrected a run on sentence in doc/topics/db/models.txt.
|
před 9 roky |
Becka R
|
cf48962b36
Clarified "database column type" explanation.
|
před 9 roky |
Tim Graham
|
8ce8beb3f2
Unified some doc links to OneToOneField and ManyToManyField.
|
před 9 roky |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
před 9 roky |
James Pulec
|
f05722a08a
Fixed #25354 -- Added class/app_label interpolation for related_query_name.
|
před 9 roky |
Tim Graham
|
98839e9066
Removed British/Austrialian word: whilist.
|
před 9 roky |
bphillips
|
d508326e2f
Fixed #25672 -- Clarified why related ManyToManyFields with a custom intermediate model disable the remove() method.
|
před 9 roky |
Tomasz Anielak
|
b67502fb8d
Fixed typo in docs/topics/db/models.txt.
|
před 9 roky |
Tim Graham
|
9c5e272860
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set.
|
před 9 roky |
Tim Graham
|
e0837f2cb1
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
|
před 9 roky |
David Sanders
|
5c6316dc34
Clarified that Model.delete() isn't called as a result of a cascading delete.
|
před 9 roky |
Tim Graham
|
de99f558d8
Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_compatible.
|
před 9 roky |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
před 9 roky |
Marco Santamaria
|
bae72bdd2a
Fixed #11078 -- documentation update.
|
před 10 roky |
darkryder
|
9ec8aa5e5d
Fixed #24149 -- Normalized tuple settings to lists.
|
před 10 roky |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
před 10 roky |
Helen Sherwood-Taylor
|
4ccdf6e57f
Fixed #24041 -- Documented effect of changing a model instance's primary key.
|
před 10 roky |
Duane Hilton
|
054bdfeff1
Fixed #17638 -- Added crosslinks between topic and reference guides.
|
před 10 roky |
Tim Graham
|
7006187064
Fixed #23282 -- Corrected inheritance and reverse relations example.
|
před 10 roky |
Ola Sitarska
|
6947885926
Fixed #23283 -- Added default=False to BooleanField's in the docs.
|
před 10 roky |
Tim Graham
|
9f18b6bcb0
Fixed #22978 -- Removed a USA-centric example that didn't add much.
|
před 10 roky |
Moayad Mardini
|
2ea1e70b85
Fixed #22601 -- Added a note about model inheritance.
|
před 10 roky |
Aliaksandr Semianiuk
|
5b185ecc68
Fixed #22019 -- Added Model.objects reference documentation.
|
před 11 roky |
Tim Graham
|
8ec388a69d
Fixed #22442 -- Provided additional documentation regarding id fields clashing.
|
před 11 roky |
Claude Paroz
|
3a97f992fb
Fixed #22313 -- Removed 'u' prefixes from documentation
|
před 11 roky |
Akis Kesoglou
|
aaad3e27ac
Fixed #22217 - ManyToManyField.through_fields fixes.
|
před 11 roky |
Akis Kesoglou
|
c627da0ccc
Fixed #14549 - Removed restriction of single FKs on intermediary tables
|
před 11 roky |