Tim Graham
|
29255fcb4f
Fixed some ReST errors regarding backticks
|
11 years ago |
Tim Graham
|
2d96e660f9
Fixed #14006 -- Documented that Field's 'description' attribute is interpolated with field.__dict__
|
11 years ago |
Claude Paroz
|
7442eb1a24
Fixed #20224 -- Update docs examples which mention __unicode__
|
11 years ago |
Tim Graham
|
b9fceadfd4
Fixed #19539 -- Updated custom model fields example for Python 3.
|
11 years ago |
Trey Hunner
|
2ec54e7fbc
Add missing preposition in documentation
|
11 years ago |
Tim Graham
|
93cffc3b37
Added missing markup to docs.
|
12 years ago |
Aymeric Augustin
|
6197935152
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
|
12 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Aymeric Augustin
|
f27a4ee327
Removed django.contrib.localflavor.
|
12 years ago |
Tim Graham
|
067505ad19
Fixed broken links, round 4. refs #19516
|
12 years ago |
Tim Graham
|
4cef9a09f9
Fixed #17388 - Noted in the custom model field docs that field methods need to handle None if the field may be null.
|
12 years ago |
Tim Graham
|
dc01e41d23
Fixed #15566 - Documented that update() doesn't honor DateField.auto_now
|
12 years ago |
Aymeric Augustin
|
c5ef65bcf3
[py3] Ported django.utils.encoding.
|
12 years ago |
Claude Paroz
|
784d0c261c
Replaced 'return' by 'raise' in custom model field docs
|
12 years ago |
Claude Paroz
|
596e15293c
Fixed #11162 -- Mentioned ValidationError in custom model field docs
|
12 years ago |
Claude Paroz
|
b9ecbedb31
Fixed #18528 -- Fixed custom field value_to_string example
|
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
|
596cb9c7e2
Replaced print statement by print function (forward compatibility syntax).
|
13 years ago |
Aymeric Augustin
|
246580573d
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
|
13 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
Carl Meyer
|
00678334aa
Fixed #16863 -- Corrected ReST markup to avoid errors building docs.
|
13 years ago |
Gabriel Hurley
|
a40685fdfc
Fixed #15308 -- Sphinx/reST fixes for the Custom Model Fields docs.
|
14 years ago |
Timo Graham
|
07ef43082d
Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.
|
14 years ago |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 years ago |
Gabriel Hurley
|
682f4cf9ed
Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs and into their own reference section, and significantly improved the documentation of what admindocs can do. Thanks to jabapyth for the report, and whiteinge 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
|
9f230c7eeb
Fixed #12517 -- Corrected get_prep_lookup example in custom field docs. Thanks to django@pressure.net.nz for the report.
|
15 years ago |
Russell Keith-Magee
|
07590ff4e8
Fixed #13184 -- Document the requirement that custom model fields using SubfieldBase should probably implement formfield. Thanks to Mark L. for the report, and to Joseph and Honza for the guidance on the solution.
|
15 years ago |
Russell Keith-Magee
|
0f2f08a7d7
Documentation markup fixes.
|
15 years ago |