summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-15newforms: Fixed unexpected behavior with CharField(required=False, min_length...Adrian Holovaty
2006-12-15newforms: The Form classes created by form_for_model() now have a create() me...Adrian Holovaty
2006-12-15Improved error message in postgresql backendAdrian Holovaty
2006-12-15newforms: Changed form_for_model() to ignore a field if its formfield() retur...Adrian Holovaty
2006-12-15Vastly improved performance of django.utils.text.wrap. Thanks to GvR for the...Jacob Kaplan-Moss
2006-12-15Implemented formfield() for a bunch of database Field classesAdrian Holovaty
2006-12-15Moved newforms import out of Field.formfield()Adrian Holovaty
2006-12-15Clarified docs/newforms.txt 'Migration plan' sectionAdrian Holovaty
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-12-15Fixed #1977 -- Changed postgresql.org URL in global_settings.py and project_t...Adrian Holovaty
2006-12-15Changed runtests.py to set USE_I18N=True during test running, because the tem...Adrian Holovaty
2006-12-15newforms: Added initial implementation of form_for_model and form_for_fieldsAdrian Holovaty
2006-12-15newforms: Split the Form class into BaseForm and Form. The former has all the...Adrian Holovaty
2006-12-14Beefed up 'Using branches' part of docs/contributing.txtAdrian Holovaty
2006-12-14Fixed #3143 -- Added TimeField to newforms. Thanks, jkocherhansAdrian Holovaty
2006-12-14Fixed #1977 -- Changed postgresql.org link regarding timezone choices in docs...Adrian Holovaty
2006-12-13Added 'Notes on field ordering' to docs/newforms.txtAdrian Holovaty
2006-12-13Fixed #3139 -- newforms BoundField no longer returns empty errors when using ...Adrian Holovaty
2006-12-13Updated docs/newforms.txt to reflect [4197]. Refs #3112Adrian Holovaty
2006-12-13Fixed #3112 -- Changed newforms Form.as_table() to use <th> instead of <td> f...Adrian Holovaty
2006-12-13Fixed #3114 -- newforms MultipleChoiceField now handles MultiValueDicts prope...Adrian Holovaty
2006-12-13Fixed #3117 -- Changed setup.py to get version from django.VERSION dynamicall...Adrian Holovaty
2006-12-12Fixed #3132 -- Added prefix support for newforms. Thanks, jkocherhansAdrian Holovaty
2006-12-11Added more to docs/newforms.txtAdrian Holovaty
2006-12-11newforms: Changed Form to use auto_id by defaultAdrian Holovaty
2006-12-11Edited docs/contributing.txt changes from [4190]Adrian Holovaty
2006-12-11Added ticket triage as one way to help out; added details on the need for tes...Russell Keith-Magee
2006-12-08Fixed #3102 -- newforms: Fields can now designate their human-friendly labels...Adrian Holovaty
2006-12-08newforms: Added Field.widget_attrs() hook, which lets a Field designate HTML ...Adrian Holovaty
2006-12-08Fixed small Unicode error in newforms. Thanks, Honza Král. Refs #3114Adrian Holovaty
2006-12-07Added django.contrib.contenttypes.management.create_all_contenttypes() functi...Adrian Holovaty
2006-12-07newforms: Changed Form._html_output() to use dictionary-style format strings ...Adrian Holovaty
2006-12-07Improved [4180] to add HTML escaping on the primary-key value in the error me...Adrian Holovaty
2006-12-07Added improved error message in admin views/main.py when loading ChangeManipu...Adrian Holovaty
2006-12-07newforms: Abstracted common code in Form as_table(), as_ul() and as_p() into ...Adrian Holovaty
2006-12-07Fixed #3107 -- newforms: Added Form.as_p()Adrian Holovaty
2006-12-07newforms: Form.as_ul() no longer puts hidden fields between <li>s. Similar to...Adrian Holovaty
2006-12-07newforms: Same fix as [4174], except for Form.as_table()Adrian Holovaty
2006-12-07Fixed #3101 -- newforms: Form.as_table() no longer puts hidden fields between...Adrian Holovaty
2006-12-07newforms: Small potential bugfix in Form.as_ul() -- called unicode() on Bound...Adrian Holovaty
2006-12-07newforms: Changed Table.as_table() and Table.as_ul() to put hidden-form error...Adrian Holovaty
2006-12-07newforms: Simplified BoundField._errors()Adrian Holovaty
2006-12-07Small tweak to docs/newforms.txtAdrian Holovaty
2006-12-07Changed Flup (FastCGI) backend to set debug=False, to turn off tracebacks in ...Adrian Holovaty
2006-12-07Fixed #3106 -- Typo in sitemap ping_google method. Thanks, Bastian Kleineidam.Russell Keith-Magee
2006-12-06Added preliminary stub for docs/newforms.txtAdrian Holovaty
2006-12-06Fixed #3068 -- Fixed ReST error in docs/settings.txt. Thanks, Antonio CavedoniAdrian Holovaty
2006-12-06Fixed #3095 -- Added translation strings to newforms. Thanks for the patch, H...Adrian Holovaty
2006-12-06Fixed bug in admin with raw_id_admin -- change list in popup didn't append 'p...Adrian Holovaty
2006-12-05Added django.contrib.formtools, including the forced-preview applicationAdrian Holovaty