Django

Code

root/django/branches/newforms-admin/django/newforms/formsets.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7855 [7855] 07/06/08 19:31:29 brosner newforms-admin: Allow an overridden _construct_form to easily pass …
(edit) @7613 [7613] 06/10/08 22:58:01 brosner newforms-admin: Fixed #6075 -- Implemented max_num on formsets and model …
(edit) @7612 [7612] 06/10/08 14:58:25 brosner newforms-admin: Removed the leading underscore from _formset_factory. It …
(edit) @7603 [7603] 06/09/08 22:54:05 brosner newforms-admin: Fixed #5520 -- Implemented save_as functionality. This …
(edit) @7587 [7587] 06/07/08 17:31:25 brosner newforms-admin: Fixed #7391 -- Mark the output of BaseFormSet?.as_table …
(edit) @7393 [7393] 03/31/08 10:37:09 brosner newforms-admin: Fixed #6390 -- Added a missing import in …
(edit) @7391 [7391] 03/30/08 18:54:55 jkocherhans newforms-admin: Fixed #6926. Formset management forms now use the proper …
(edit) @7270 [7270] 03/17/08 12:55:16 jkocherhans newforms-admin: Cleaned up the implementation and APIs of all the formset …
(edit) @6419 [6419] 09/24/07 21:42:26 jkocherhans newforms-admin: Fixed #5353. Added FormSet? validation hook. Separated a …
(edit) @6104 [6104] 09/11/07 20:37:39 jkocherhans newforms-admin: Fixed #5388. Validation broken for models with > 1 inline …
(edit) @6053 [6053] 09/06/07 21:39:18 jkocherhans Fixed typo in formsets. Thanks Simon Litchfield.
(edit) @6052 [6052] 09/06/07 21:32:03 jkocherhans Fixed #4867. FormSet?.is_valid() now returns False when the FormSet? is not …
(edit) @6029 [6029] 08/31/07 00:43:21 russellm newforms-admin: Made import visibility of formsets and Media consistent …
(edit) @5931 [5931] 08/18/07 01:35:28 russellm newforms-admin: Fixed #5199 -- Corrected is_bound logic for formsets. Well …
(edit) @5926 [5926] 08/18/07 00:42:56 russellm newforms-admin: Fixed #4418 -- Added the ability for widgets, forms, and …
(edit) @5833 [5833] 08/09/07 09:47:49 russellm newforms-admin: Fixed handling of file uploads in inline formsets.
(edit) @5578 [5578] 06/30/07 23:44:39 adrian newforms-admin: Changed _get_add_forms() and _get_change_forms() so they …
(edit) @5577 [5577] 06/30/07 23:42:46 adrian newforms-admin: Corrected small error in _get_add_forms() docstring
(edit) @5473 [5473] 06/14/07 22:40:45 jkocherhans newforms-admin: Got StackedInline? and TabularInline? working. The templates …
(edit) @5325 [5325] 05/23/07 22:38:26 jkocherhans newforms-admin: Cleaned up FormSet? internals and renamed formset.form_list …
(edit) @5244 [5244] 05/14/07 22:37:41 jkocherhans newforms-admin: Merged to [5243]. There are 3 failing tests in …
(edit) @4953 [4953] 04/07/07 00:56:42 jkocherhans newforms-admin: Rewrote most of FormSets? and associated tests. They now …
(add) @4836 [4836] 03/27/07 23:31:06 jkocherhans newforms-admin: Initial implementation of FormSet?.
Note: See TracRevisionLog for help on using the revision log.