WoLpH
|
eabb44417c
changed if statement to a slightly cleaner/less confusing variant
|
12 years ago |
Tim Graham
|
5fb22329a1
Merge pull request #422 from elvard/18996
|
12 years ago |
Tim Graham
|
dd0cbc6bdc
Fixed #16588 - Warned about field names that conflict with the model API
|
12 years ago |
Tomáš Ehrlich
|
443999a1ee
Fixed #18996 - Docs on overriden model methods
|
12 years ago |
Tim Graham
|
13d47c3f33
Fixed #18637 - Updated some documentation for aspects of models that are ModelForm specific, not admin specific.
|
12 years ago |
Ramiro Morales
|
50837434db
Clarified default name of M2M relationship DB table.
|
12 years ago |
Claude Paroz
|
4a103086d5
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
12 years ago |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
12 years ago |
Jacob Kaplan-Moss
|
7edf231d46
Replaced documentation snippets using "gender" with less sensitive examples.
|
12 years ago |
Claude Paroz
|
157f823819
Fixed #18024 -- Reworded sentence in models documentation. Thanks Preston Holmes for the patch.
|
13 years ago |
Claude Paroz
|
27322df995
Fixed #17999 -- Restored the links to examples from models documentation. Refs #17605.
|
13 years ago |
Ramiro Morales
|
782c1a770e
Fixed #17999 -- Added a 'See also' paragraph to OneToOneField doc section.
|
13 years ago |
Claude Paroz
|
f95baa1d8a
Added missing indentation in models topic documentation.
|
13 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 |
Claude Paroz
|
78638a9a51
Replaced http by https in djangoproject.com links
|
13 years ago |
Aymeric Augustin
|
1adf8d4386
Fixed #17240 -- Replaced links to the online version of the docs by internal references.
|
13 years ago |
Aymeric Augustin
|
64fdd84474
Fixed #17184 -- Typo in models documentation. Thanks elimisteve for the report.
|
13 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
Julien Phalip
|
fd90453462
Fixed #16742 -- Provided code examples in the models documentation for accessing extra fields on many-to-many relationships. Many thanks to aj for the suggestion and to Nick Lang for the patch.
|
13 years ago |
Ramiro Morales
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 years ago |
Malcolm Tredinnick
|
1f233b479a
Made documentation of ManyToManyField placement clearer (kind of).
|
13 years ago |
Simon Meers
|
5ecb88c146
Fixed #16014 -- numerous documentation typos -- thanks psmith.
|
13 years ago |
Gabriel Hurley
|
8940969a7a
Fixed #11864 -- Improved the "see also" section of the many-to-one model topic guide to more clearly connect people to the backwards-related objects docs and to the correct point in the model tests for sample code (since the doctests went away). Thanks to dwillis for the work on the patch.
|
14 years ago |
Timo Graham
|
a9ebf9ec24
Fixed #7325 -- Broken links for model documentation; thanks Justin Lilly.
|
14 years ago |
Timo Graham
|
f2c4c63cdc
Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for the report.
|
14 years ago |
Timo Graham
|
08cec1f508
Fixed #12313 - Add a note that QuerySet.delete() doesn't necessarily call obj.delete(). thanks FunkyELF for the suggestion.
|
14 years ago |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 years ago |
Timo Graham
|
dc2a3f8280
Fixed #14848 - change example verbose name to match convention. thanks madisv for the suggestion.
|
14 years ago |
Simon Meers
|
ffa4badbd8
Fixed #14841 -- added xrefs to topics/db/models. Thanks adamv.
|
14 years ago |
Alex Gaynor
|
cf03598eec
Fixed #14629 -- corrected a misspelling and poor wording in the docs. Thanks to OldTroll for the patch.
|
14 years ago |