Aymeric Augustin
|
9ed6e08ff9
Removed deprecated URLField.verify_exists.
|
13 years ago |
Claude Paroz
|
31e84e40f8
Fixed #17870 -- Documented that EmailField default max_length of 75 does not comply with RFCs 3696/5321. Thanks Rotund for the report and the patch and Russell Keith-Magee for the review.
|
13 years ago |
Claude Paroz
|
f13328f776
Fixed #17926 -- Removed mention of XMLField in docs (missing deletion from r15982). Thanks aburgel for the report.
|
13 years ago |
Aymeric Augustin
|
295fd50752
Fixed a typo in the model fields reference.
|
13 years ago |
Karen Tracey
|
c8c71057aa
Fix #15646: Document that a FileField's full path can't be relied upon until its model has been saved to the database. Thanks poirier.
|
13 years ago |
Karen Tracey
|
efe4e2e517
Fix #16570: Restore ability to have decimal fields where max_digits equals decimal_places. Thanks dcwatson and kenth.
|
13 years ago |
Ramiro Morales
|
576e681302
Fixed #17063 -- Fixed visibility of a few version-dependant notes in our documentation.
|
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 |
Julien Phalip
|
406f9d1fa0
Fixed #7609 -- Noted in the model fields reference documentation that `PositiveIntegerField` accepts the value 0 for backwards-compatibility reasons. Thanks to everyone involved in the resolution of this issue, including Paul Collins for the patch.
|
13 years ago |
Carl Meyer
|
84e0055e8d
Corrected documentation inconsistencies regarding deprecation of URLField.verify_exists.
|
13 years ago |
Russell Keith-Magee
|
5f287f75f2
Altered the behavior of URLField to avoid a potential DOS vector, and to avoid potential leakage of local filesystem data. A security announcement will be made shortly.
|
13 years ago |
Ramiro Morales
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 years ago |
Jannis Leidel
|
441c4e08cd
Fixed #16498 -- Fixed typo in GenericIPAddressField docs. Thanks, JshWright.
|
13 years ago |
Luke Plant
|
f5c9c2246e
Improved warning about file uploads in docs, and added link from security overview page
|
13 years ago |
Jannis Leidel
|
ce3c281090
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn.
|
13 years ago |
Andrew Godwin
|
865d684a8a
Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Leah Culver.
|
13 years ago |
Chris Beaven
|
014cc896bc
Fixes #15963 -- Misleading FileField.save documentation. Thanks for the report and patch, ejucovy.
|
13 years ago |
Jannis Leidel
|
c5f58f54fd
Fixed #15941 -- Fixed DateField docs to no longer state that the admin calendar's week always starts on Sunday (refs FIRST_DAY_OF_WEEK setting). Thanks aaugustin.
|
14 years ago |
Chris Beaven
|
91e59aeca0
Fixes #10786 -- Document that NullBooleanField should be used rather than BooleanField with null=True. Thanks sbj3 for the patch.
|
14 years ago |
Adrian Holovaty
|
94af19c43f
Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
|
14 years ago |
Russell Keith-Magee
|
d1290b5b43
Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served any useful purpose since oldforms. Thanks to PaulM for driving the issue and providing the patch.
|
14 years ago |
Carl Meyer
|
93a4d46184
Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai for the report.
|
14 years ago |
Timo Graham
|
1b90cdcf23
Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for the report.
|
14 years ago |
Timo Graham
|
ad4969e5e8
Fixed #14959 - Add a link to localflavor in the model field docs. Thanks PaulM for the suggestion, elbarto for the patch.
|
14 years ago |
Ramiro Morales
|
a43c2f50c2
Fixed #7726 -- Added validation of max_digits and decimal_places options to DecimalField model field. Thanks theevilgeek for the report and elbarto for the patch.
|
14 years ago |
Gabriel Hurley
|
7f3210efa8
Fixed #14403 -- Provided some extra resources on the difference between FloatField and DecimalField in the model field reference. Thanks to typeshige for the report and trebor74hr and dmedvinsky for the draft patch.
|
14 years ago |
Gabriel Hurley
|
cd977b9221
Fixed #14905 -- Corrected some misleading linking and language in the FileField docs. Thanks to Keryn Knight for the report and draft patch.
|
14 years ago |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 years ago |
Timo Graham
|
8d10e0c325
Fixed #6434 - Add clarifying note about auto_now and auto_now_add. thank adamv for the patch.
|
14 years ago |