Gabriel Hurley
|
9962f352bf
Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to tobych for the report and patch.
|
14 jaren geleden |
Gabriel Hurley
|
7baee5b953
Fixed #14426 -- Removed "mysite" import statements from examples that might teach people "bad habits" in regards to creating reusable apps.
|
14 jaren geleden |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 jaren geleden |
Russell Keith-Magee
|
5dee1066a5
Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for the report.
|
14 jaren geleden |
Russell Keith-Magee
|
b34edc76eb
Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks to ChrisMorgan for the report, and timo for the patch.
|
15 jaren geleden |
Jannis Leidel
|
2187fa3ea4
Added versionchanged directive to docs introduced in r12139.
|
15 jaren geleden |
Adrian Holovaty
|
74f88194c3
Fixed #12345 -- Fixed bug in db/models.txt.
|
15 jaren geleden |
Jannis Leidel
|
058343c5e8
Minor formatting fixes for [12139]
|
15 jaren geleden |
Jannis Leidel
|
bacfe3f3e8
Fixed #9638 - Added %(app_label)s to the related_name format string for abstract models.
|
15 jaren geleden |
Russell Keith-Magee
|
96848352f9
Added `using` to the list of documented arguments for save() on a model; updated the docs to suggest using ``*args, **kwargs`` when implementing model save methods. Thanks to Jeff Croft for the report.
|
15 jaren geleden |
Karen Tracey
|
5a5842ccf2
Fixed #11137 -- Add missing base class in proxy model extra managers doc. Thanks ekarulf.
|
16 jaren geleden |
Karen Tracey
|
2cbec63f0b
Fixed #11106 -- Corrected typo in models doc. Thanks mnieber.
|
16 jaren geleden |
Russell Keith-Magee
|
87d3ff731b
Fixed #9206 -- Clarified documentation of transaction handling in raw SQL, and error recovery for Postgres. Thanks to Richard Davies for the suggestion and draft text.
|
16 jaren geleden |
Jacob Kaplan-Moss
|
c6c25adf6d
Fixed a whole bunch of small docs typos, errors, and ommissions.
|
16 jaren geleden |
James Bennett
|
83c6f8d4e2
Fixed #9012: Changed inappropriate title of models documentation.
|
16 jaren geleden |
Gary Wilson Jr
|
7372ea159a
Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@gmail.com.
|
16 jaren geleden |
Gary Wilson Jr
|
1e214534e7
Fixed #9914 -- Fixed field class name in models docs, patch from timo.
|
16 jaren geleden |
Jacob Kaplan-Moss
|
4246c832b6
Added 1.1 beta release notes.
|
16 jaren geleden |
Malcolm Tredinnick
|
96d5d434fa
Added some documentation explaining "managed=False" vs. "proxy=True".
|
16 jaren geleden |
Malcolm Tredinnick
|
61a2708c41
Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).
|
16 jaren geleden |
Malcolm Tredinnick
|
98710a5a28
Made a couple of cross-references in the model fields documentaiton consistent.
|
16 jaren geleden |
Malcolm Tredinnick
|
7197a4dcb7
Made it explicit if you accidentally override a Field from a parent model.
|
16 jaren geleden |
Russell Keith-Magee
|
0c2a5ebe97
Fixed #9347 -- Added an entry in the field reference for the verbose_name option. Thanks to marcoberi for the suggestion, and timo for the eventual patch.
|
16 jaren geleden |
Russell Keith-Magee
|
b1d487e0f8
Fixed #10118 -- Clarified the error message raised when accessing a subclass model that doesn't exist. Thanks to peterbraden@peterbraden.co.uk for the suggestion.
|
16 jaren geleden |
Russell Keith-Magee
|
54f962c0bf
Fixed #8967: Added documentation for the 'through' option on a many-to-many field in the fields reference documentation.
|
16 jaren geleden |
Russell Keith-Magee
|
bc75e912a4
Fixed #9046: Corrected a typo in the m2m intermediate docs. Thanks to djoume for the report.
|
16 jaren geleden |
Adrian Holovaty
|
a0875bcc89
Fixed #8883 -- Fixed some glitches in model reference. Thanks, arien
|
16 jaren geleden |
Jacob Kaplan-Moss
|
7b0b992a87
Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro.
|
16 jaren geleden |
Jacob Kaplan-Moss
|
64a9469127
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here.
|
16 jaren geleden |
Brian Rosner
|
502fc3ae56
Fixed #8759 -- Corrected a typo in example code. Thanks James Tauber for the find.
|
16 jaren geleden |