Carl Meyer
|
b61cafb146
Fixed misspelling in model fields docs.
|
14 years ago |
Simon Meers
|
2cadc6b10a
Tiny formatting tweak.
|
14 years ago |
Simon Meers
|
fa3335fa9f
Fixed #5537 -- document trailing '+' on related_name for supressing backward relation.
|
14 years ago |
Russell Keith-Magee
|
a323fd3c5e
Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the patch.
|
14 years ago |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 years ago |
Russell Keith-Magee
|
819f43f499
Fixed #12229 -- Added documentation of the FieldFile methods that are exposed by FileField and ImageField. Thanks to Gabriel Hurley for the draft patch.
|
14 years ago |
Karen Tracey
|
f2bc4dd0a9
Fixed #12024: Changed admin code to avoid raising an exception when a field listed
|
14 years ago |
Joseph Kocherhans
|
16fe73d918
Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks, Alex Gaynor.
|
14 years ago |
Russell Keith-Magee
|
a555df4c06
Fixed #12837 -- Clarified the naming strategy for m2m intermediate tables. Thanks to Ramiro Morales for the report and patch.
|
14 years ago |
Adrian Holovaty
|
cc25361b17
Fixed #12271 -- Fixed typo in URLField docs. Thanks, adam@andyet.net
|
15 years ago |
Adrian Holovaty
|
665ac8779b
Fixed #10862 -- Clarified confusing documentation about ImageField height/width. Thanks, mw and timo
|
15 years ago |
Adrian Holovaty
|
df9adbafb7
Fixed #12512 -- Fixed typo in docs/ref/models/fields.txt. Thanks, bward1
|
15 years ago |
Joseph Kocherhans
|
cd7da17132
Added a section to the docs for discussing validators and updated a few links to point to it.
|
15 years ago |
Joseph Kocherhans
|
471596fc1a
Merged soc2009/model-validation to trunk. Thanks, Honza!
|
15 years ago |
Gary Wilson Jr
|
adb74a8f2e
Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427).
|
15 years ago |
Karen Tracey
|
5bd63663a9
Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persistently maintaining a patch for this.
|
15 years ago |
James Bennett
|
4a2a0b0e21
Fixed #11931: Removed mention of nonexistent get_sql() method for arguments to limit_choices_to. Since the correct reference involves undocumented ORM internals, this simply removes the reference entirely in favor of publicly-documented use of Q objects.
|
15 years ago |
Russell Keith-Magee
|
6c36d4c4f8
Fixed #10981 -- Clarified documentation regarding lazy cross-application relationships. Thanks to Ramiro for the suggestion.
|
15 years ago |
Russell Keith-Magee
|
83623d45c7
Fixed #10776 -- Added metadata targets for the contrib.admin docs, and used one of those targets to clarify the SlugField docs. Thanks to ernop for the suggestion, and timo for the patch.
|
15 years ago |
Jacob Kaplan-Moss
|
c6c25adf6d
Fixed a whole bunch of small docs typos, errors, and ommissions.
|
15 years ago |
Jacob Kaplan-Moss
|
516051bfd2
A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #9529,
|
15 years ago |
Gary Wilson Jr
|
ef933f1643
Fixed a few class references in the model field docs.
|
15 years ago |
Gary Wilson Jr
|
78cbc3acfa
Fixed #10076 -- Documented invalid arguments for `FileField`, based on patch from timo.
|
15 years ago |
Gary Wilson Jr
|
8ed6b2b1d1
Fixed #9853 -- Added information to the model date/time fields to note the Python objects used to represent them.
|
15 years ago |
Russell Keith-Magee
|
cce822c0f5
Fixed #10329 -- Added link target for get_FOO_display, get_next_by_FOO, and get_previous_by_FOO. Thanks to rctay for the report, and timo for the patch.
|
15 years ago |
Malcolm Tredinnick
|
98710a5a28
Made a couple of cross-references in the model fields documentaiton consistent.
|
15 years ago |
Ian Kelly
|
ad6ce1e6f9
Clarified documentation regarding Oracle's treatment of nulls and empty strings.
|
15 years ago |
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.
|
15 years ago |
Russell Keith-Magee
|
a50a188a62
Fixed #9939 -- Corrected minor error in model fields documentation. Thanks to seemant for the report.
|
15 years ago |
Malcolm Tredinnick
|
b58a260c56
Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.
|
16 years ago |