Django

Code

root/django/trunk/django/forms


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8957 [8957] 09/03/08 17:45:33 mtredinnick Fixed #8841 -- Fixed a case of ForeignKeys? to models constructed …
(edit) @8911 [8911] 09/03/08 01:22:28 mtredinnick Fixed #8828 -- Trimmed some trailing whitespace that might have been …
(edit) @8872 [8872] 09/02/08 14:33:56 jacob Fixed #8788: fixed a few typoes in [8805]. Thanks, Matthew Flanagan and …
(edit) @8854 [8854] 09/02/08 09:20:11 jacob Fixed #8795: unique_together validation no longer fails on model forms …
(edit) @8823 [8823] 09/01/08 17:43:38 brosner Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen …
(edit) @8822 [8822] 09/01/08 17:32:40 mtredinnick Fixup for Python 2.3.
(edit) @8820 [8820] 09/01/08 17:22:12 jacob Fixed #8777: use better capitalization in unique together error message. …
(edit) @8817 [8817] 09/01/08 16:33:15 brosner Removed a conditional that slipped by that makes inline model formsets …
(edit) @8816 [8816] 09/01/08 16:28:32 brosner Fixed #7975 -- Callable defaults in inline model formsets now work …
(edit) @8805 [8805] 09/01/08 14:08:08 jacob Fixed #8209: ModelForms now validate unique constraints. Alex Gaynor did …
(edit) @8775 [8775] 08/31/08 16:14:46 brosner Enforce max_num=1 on inline model formsets that have a unique foreign key …
(edit) @8771 [8771] 08/31/08 15:10:50 jacob Added a TypedChoiceField which acts just like ChoiceField, except that …
(edit) @8761 [8761] 08/31/08 06:39:06 mtredinnick Fixed #5216 -- Fixed a case of a string not being a unicode string. Thanks …
(edit) @8756 [8756] 08/31/08 04:49:55 brosner Fixed handling of primary keys in model formsets. Model formsets should …
(edit) @8708 [8708] 08/29/08 12:41:40 brosner Fixed #7918 -- Allow the foreign key in an inline to be any where in the …
(edit) @8661 [8661] 08/28/08 10:06:18 jacob Fixed #7753: clean NullBooleanField correctly when using HiddenInput. …
(edit) @8630 [8630] 08/27/08 10:39:00 brosner Corrected a couple of typos in docstrings of methods in BaseFormSet?.
(edit) @8618 [8618] 08/27/08 03:05:59 mtredinnick Fixed #7289 -- Made ModelForms? behave like Forms in the sense that …
(edit) @8616 [8616] 08/27/08 02:19:44 gwilson Removed oldforms, validators, and related code: * Removed Manipulator, …
(edit) @8601 [8601] 08/26/08 16:32:17 mtredinnick Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form …
(edit) @8562 [8562] 08/25/08 17:55:24 jacob Fixed #8543: added translation markings to can_delete and can_order form …
(edit) @8549 [8549] 08/25/08 14:09:44 jacob Updated TimeInput changes from [8491] to allow time widgets to be used …
(edit) @8528 [8528] 08/24/08 22:51:25 brosner Fixed #7888 -- Handle model inheritance with model formsets correctly. …
(edit) @8525 [8525] 08/24/08 19:32:32 mtredinnick Fixed #7195 -- Fixed the validation of MultipleChoice? fields so that they …
(edit) @8492 [8492] 08/23/08 12:36:42 mtredinnick Small edit of [8491].
(edit) @8491 [8491] 08/23/08 12:33:09 mtredinnick Fixed #7499 -- Trim microseconds off rendering of form.TimeFields? by …
(edit) @8489 [8489] 08/23/08 12:26:00 mtredinnick Fixed #7244 -- Allow widget overriding in subclasses for …
(edit) @8391 [8391] 08/15/08 15:09:47 gwilson Fixed #8290 -- Fixed DecimalField?'s cleaning of values with a large number …
(edit) @8291 [8291] 08/10/08 16:10:47 gwilson Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms …
(edit) @8285 [8285] 08/10/08 07:29:47 russellm Fixed #8041 -- Modified media rendering to return safe strings. Thanks to …
(edit) @8243 [8243] 08/08/08 15:27:48 brosner Fixed #8069 -- Corrected the inconsistent case with BaseInlineFormset?. It …
(edit) @8179 [8179] 08/01/08 15:35:40 brosner Ensure that custom primary keys are always shown on a formset. Refs #7938. …
(edit) @8169 [8169] 08/01/08 09:44:38 lukeplant Fixed #8030 - use super() in BaseModelForm?
(edit) @8165 [8165] 07/31/08 19:27:40 russellm Modified inline handling to allow for an inline formset to be displayed …
(edit) @8148 [8148] 07/30/08 00:50:24 mtredinnick The help_text attribute in forms can be a ugettext_lazy() object, so be …
(edit) @8093 [8093] 07/26/08 12:08:53 mtredinnick Fixed #7345 -- In [8089], I'd forgotten that urlparse.urlsplit() didn't …
(edit) @8089 [8089] 07/26/08 00:18:39 mtredinnick Fixed #7345 -- When normalising the URLField form field, attach a …
(edit) @8060 [8060] 07/22/08 23:46:31 brosner Added the ability to customize the prefix value on an inline formset. …
(edit) @8058 [8058] 07/22/08 23:28:52 brosner Made the semi-private _max_form_count live on the public API of formsets …
(edit) @8046 [8046] 07/21/08 22:24:09 adrian Fixed #7847 -- Removed a whole bunch of unused imports from throughout the …
(edit) @8016 [8016] 07/21/08 06:52:11 russellm Fixed #7727 -- Improved the checks for import failure when using PIL. …
(edit) @7982 [7982] 07/19/08 10:05:00 russellm Added svn:ignore properties to some recently added directories.
(edit) @7977 [7977] 07/19/08 02:53:02 russellm Fixed #4412 -- Added support for optgroups, both in the model when …
(edit) @7971 [7971] 07/18/08 20:22:26 jacob Fixed #7741: django.newforms is now django.forms. This is obviously a …
(edit) @4234 [4234] 12/21/06 19:44:34 adrian Changed django.forms to remove duplicate code and import from …
(edit) @4029 [4029] 11/06/06 16:56:23 jacob Fixed #2899: added defaults for data and error_dict params to FormWrapper?. …
(edit) @3850 [3850] 09/25/06 23:37:10 mtredinnick Fixed #2300 -- Added required "value" attribute to …
(edit) @3816 [3816] 09/24/06 07:16:15 mtredinnick Fixed #2727 -- Fixed problem with serialising error messages from …
(edit) @3804 [3804] 09/23/06 07:11:37 mtredinnick Fixed #2599 -- Fixed rendering problem in comma-separated integer …
(edit) @3803 [3803] 09/23/06 07:06:38 mtredinnick Fixed #2579 -- Fixed a problem with empty raw_id_admin form fields. Thanks …
(edit) @3788 [3788] 09/21/06 22:42:31 mtredinnick Fixed #2760 -- Fixed validation of negative float amounts in forms. …
(edit) @3785 [3785] 09/21/06 22:10:49 mtredinnick Fixed #2685 -- Correctly process blank input for USStateField elements. …
(edit) @3780 [3780] 09/21/06 20:49:11 mtredinnick Fixed #2640 -- Allow is_required for CheckboxField? classes (defaults to …
(edit) @3775 [3775] 09/21/06 08:35:34 mtredinnick Fixed #2761 -- Apply escaping to values in form checkbox attributes.
(edit) @3467 [3467] 07/27/06 19:13:10 jacob Fixed #1767 -- boolean fields may now have validators! Thanks, Joseph.
(edit) @3277 [3277] 07/05/06 02:09:53 mtredinnick Fixed #1980, #2155 -- made date, time and datetime html2python methods a …
(edit) @3161 [3161] 06/19/06 22:06:14 adrian Fixed #2190 -- Now allowing NullBooleanField? to be given None
(edit) @3146 [3146] 06/19/06 07:30:43 mtredinnick Fixed #1756 -- Permit selecting no file in a FilePathField? with blank = …
(edit) @3113 [3113] 06/08/06 00:00:13 adrian Fixed #2109 -- Convert old-style classes to new-style classes throughout …
(edit) @3110 [3110] 06/07/06 23:08:17 adrian Fixed #2116 -- Added ul_class parameter to CheckboxSelectMultipleField?. …
(edit) @3070 [3070] 06/03/06 08:37:34 lukeplant Eliminated lots of mutable default arguments (since they are bugs waiting …
(edit) @3048 [3048] 06/01/06 15:47:34 lukeplant Fixed #2045 - TypeError? thrown if a form does not have the correct enctype …
(edit) @3021 [3021] 05/31/06 09:58:20 adrian Fixed #2020 -- <option> values are now escaped in SelectMultipleField?
(edit) @2874 [2874] 05/09/06 11:04:03 adrian Fixed #1477 -- Made maxlength overridablef for URLField formfield
(edit) @2847 [2847] 05/04/06 23:41:22 adrian Fixed #1378 -- Added svn:ignore for pyc files for all Django packages
(copy) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
copied from django/branches/magic-removal/django/forms:
(edit) @2771 [2771] 04/28/06 15:56:58 lukeplant magic-removal: Fixed negligible indentation errors.
Note: See TracRevisionLog for help on using the revision log.