summaryrefslogtreecommitdiff
path: root/docs/ref/forms/fields.txt
AgeCommit message (Expand)Author
2014-08-04[1.7.x] Fixed #23169 - Misc docs fixes.areski
2014-06-12[1.7.x] Fixed #22813 -- Updated Pillow URL in documentationClaude Paroz
2014-03-16Fixed #21860 -- Added to_field_name to ModelChoiceField docs.Anubhav Joshi
2014-02-28Fixed doc typos.Tim Graham
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-01-11Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeFieldClaude Paroz
2013-12-25Fixed #21669 -- Typo in docs/ref/forms/fields.txt.Tim Graham
2013-11-18Fixed #21397 -- Re-added flexibility to TypedChoiceField coercionClaude Paroz
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-06Fixed #15511 -- Allow optional fields on ``MultiValueField` subclasses.Tai Lee
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-05-19add missing imports to the examples in the 'Forms'leandrafinger
2013-05-17Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-18Complemented documentation following commit be9ae693cClaude Paroz
2013-02-25Fixed #19801 - Added brackets to input_formats.Tim Graham
2013-02-23Fixed #19686 -- Added HTML5 number input typeClaude Paroz
2013-01-28Added HTML5 url input typeClaude Paroz
2013-01-28Added HTML5 email input typeClaude Paroz
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Added links to default widget in forms.fields documentationClaude Paroz
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-11-07Fixed invalid ipv4 mapped ipv6 addresses in docsDanilo Bargen
2012-10-13Added ref to format localization in Date[Time]Field docsClaude Paroz
2012-10-13Fixed #19119 -- Corrected default date input formats in docsClaude Paroz
2012-10-03Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty v...Stephen Burrows
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-15Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the dr...Tim Graham
2012-09-07Fixed #18490 - Updated DateField input formats; thanks dloewenherz for the dr...Tim Graham
2012-07-08Fixed #18374 -- Explained "corrupt image" errorAymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-05-10Fixed #17950 -- Warned about usability limits of ModelChoiceField.Aymeric Augustin
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-22Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...Alex Gaynor
2012-03-31Removed deprecated URLField.verify_exists.Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-12Fixed some improper quotes in the form fields reference doc.Julien Phalip
2011-09-12Fixed #16291 -- Documented that TypedChoiceField does not coerce empty_value....Julien Phalip
2011-09-10Corrected documentation inconsistencies regarding deprecation of URLField.ver...Carl Meyer
2011-09-10Altered the behavior of URLField to avoid a potential DOS vector, and to avoi...Russell Keith-Magee
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-13Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.Jannis Leidel
2011-06-16Fixed #16264 -- Improved form widget documentation. Many thanks to Bas Peschier.Jannis Leidel
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-04-22Fixed #13584 -- Optionally allow empty files with django.forms.FileField. Tha...Chris Beaven