Carl Meyer
|
7211741fc5
Fixed #20999 - Allow overriding formfield class with choices, without subclass restrictions.
|
11 жил өмнө |
Tim Graham
|
29255fcb4f
Fixed some ReST errors regarding backticks
|
11 жил өмнө |
Tim Graham
|
2d96e660f9
Fixed #14006 -- Documented that Field's 'description' attribute is interpolated with field.__dict__
|
11 жил өмнө |
Claude Paroz
|
7442eb1a24
Fixed #20224 -- Update docs examples which mention __unicode__
|
11 жил өмнө |
Tim Graham
|
b9fceadfd4
Fixed #19539 -- Updated custom model fields example for Python 3.
|
11 жил өмнө |
Trey Hunner
|
2ec54e7fbc
Add missing preposition in documentation
|
11 жил өмнө |
Tim Graham
|
93cffc3b37
Added missing markup to docs.
|
12 жил өмнө |
Aymeric Augustin
|
6197935152
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
|
12 жил өмнө |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 жил өмнө |
Aymeric Augustin
|
f27a4ee327
Removed django.contrib.localflavor.
|
12 жил өмнө |
Tim Graham
|
067505ad19
Fixed broken links, round 4. refs #19516
|
12 жил өмнө |
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 жил өмнө |
Tim Graham
|
dc01e41d23
Fixed #15566 - Documented that update() doesn't honor DateField.auto_now
|
12 жил өмнө |
Aymeric Augustin
|
c5ef65bcf3
[py3] Ported django.utils.encoding.
|
12 жил өмнө |
Claude Paroz
|
784d0c261c
Replaced 'return' by 'raise' in custom model field docs
|
12 жил өмнө |
Claude Paroz
|
596e15293c
Fixed #11162 -- Mentioned ValidationError in custom model field docs
|
12 жил өмнө |
Claude Paroz
|
b9ecbedb31
Fixed #18528 -- Fixed custom field value_to_string example
|
12 жил өмнө |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
12 жил өмнө |
Jacob Kaplan-Moss
|
7edf231d46
Replaced documentation snippets using "gender" with less sensitive examples.
|
12 жил өмнө |
Claude Paroz
|
596cb9c7e2
Replaced print statement by print function (forward compatibility syntax).
|
13 жил өмнө |
Aymeric Augustin
|
246580573d
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
|
13 жил өмнө |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 жил өмнө |
Carl Meyer
|
00678334aa
Fixed #16863 -- Corrected ReST markup to avoid errors building docs.
|
13 жил өмнө |
Gabriel Hurley
|
a40685fdfc
Fixed #15308 -- Sphinx/reST fixes for the Custom Model Fields docs.
|
14 жил өмнө |
Timo Graham
|
07ef43082d
Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.
|
14 жил өмнө |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 жил өмнө |
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 жил өмнө |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 жил өмнө |
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 жил өмнө |
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 жил өмнө |