Django

Code

root/django/trunk/tests/modeltests/model_forms


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7998 [7998] 07/19/08 17:26:32 mtredinnick Reverted [7986]. It turns out that we need to treat filename …
(edit) @7986 [7986] 07/19/08 13:35:11 mtredinnick Fixed #5619 -- Return the same path in get_FOO_filename() before and after …
(edit) @7971 [7971] 07/18/08 20:22:26 jacob Fixed #7741: django.newforms is now django.forms. This is obviously a …
(edit) @7967 [7967] 07/18/08 18:54:34 brosner Merged the newforms-admin branch into trunk. This is a backward …
(edit) @7909 [7909] 07/12/08 15:44:05 jacob FIxed #7696: fixed model_form tests on Windows after [7814]. Thanks, Marty …
(edit) @7859 [7859] 07/07/08 18:16:00 jacob Fixed #7614: the quickening has come, and there now is only one …
(edit) @7814 [7814] 07/01/08 10:10:51 jacob Fixed #2070: refactored Django's file upload capabilities. A description …
(edit) @7335 [7335] 03/20/08 02:19:53 mtredinnick Fixed #6825 -- Fixed the model_forms tests to also work on Windows by …
(edit) @7326 [7326] 03/19/08 18:10:45 jacob Fixed #4620: you can now easily add custom labels to ModelChoiceFields? via …
(edit) @7322 [7322] 03/19/08 14:11:51 jacob Replaced dict reprs in tests with explicit looks at each key. This should …
(edit) @7115 [7115] 02/14/08 11:38:05 mtredinnick Modified [7112] to make things behave more in line with Python subclassing …
(edit) @7112 [7112] 02/14/08 06:56:49 mtredinnick Fixed #6337. Refs #3632 -- Fixed ModelForms? subclassing, to the extent …
(edit) @7025 [7025] 01/18/08 09:53:19 jacob Fixed #6302 for ImageFields?.
(edit) @7021 [7021] 01/17/08 12:03:21 jkocherhans Fixed #6302. FileField? no longer requires a value if one already exists. …
(edit) @6917 [6917] 12/12/07 21:14:31 jkocherhans Changed ModelForms? to allow inheritance as long as their model attributes …
(edit) @6915 [6915] 12/12/07 20:48:04 jkocherhans Fixed #6162. ModelForm?'s init signature now matches Form's. This is a …
(edit) @6844 [6844] 12/02/07 13:29:54 mtredinnick Fixed #6042 -- ModelForms? implementation from Joseph Kocherhans. Still …
(edit) @6733 [6733] 11/29/07 10:32:18 mtredinnick Fixed #4653 -- Improved the logic to decide when to include (and select …
(edit) @6670 [6670] 11/13/07 08:36:29 gwilson Fixed #4787, #5913 -- Updating the queryset on a ModelChoiceField or …
(edit) @6660 [6660] 11/09/07 13:35:56 gwilson Corrected a couple comments in model_forms tests.
(edit) @6250 [6250] 09/14/07 19:19:22 ikelly Added explicit order_by filters to some model_forms tests that were …
(edit) @6246 [6246] 09/14/07 18:09:05 mboersma Fixed test case that failed on Oracle because it assumed an ordering for …
(edit) @6065 [6065] 09/08/07 00:09:39 gwilson Fixed #3557 -- Made SlugField inherit from CharField so that its …
(edit) @5876 [5876] 08/12/07 07:49:01 mtredinnick Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have …
(edit) @5804 [5804] 08/05/07 02:39:36 russellm Fixed #4001 -- Added dynamic save_m2m method() to forms created with …
(edit) @5803 [5803] 08/05/07 00:14:46 gwilson Fixed #2101 -- Renamed maxlength argument to max_length for oldforms …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5237 [5237] 05/14/07 11:24:51 mtredinnick Changed the fix from [5231] so that the backwards-incompatibility is made …
(edit) @5202 [5202] 05/12/07 09:42:46 russellm Added docs for form_for_model and form_for_instance, and added a fields …
(edit) @5119 [5119] 04/28/07 09:18:03 mtredinnick Fixed #3268 -- Changed default model formfields to use a select widget …
(edit) @4961 [4961] 04/08/07 20:22:45 adrian Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and …
(edit) @4844 [4844] 03/29/07 05:53:17 russellm Fixed #3853 -- Added svn:ignore property to a few new directories.
(edit) @4796 [4796] 03/23/07 15:17:04 jacob Renumbered all the doctest examples so that they are ordered correctly on …
(edit) @4556 [4556] 02/20/07 23:59:46 adrian Changed database PhoneNumberField? to use USPhoneNumberField as its …
(edit) @4552 [4552] 02/20/07 23:14:28 adrian Fixed #3534 -- newforms ModelChoiceField? and ModelMultipleChoiceField? no …
(edit) @4548 [4548] 02/19/07 20:59:16 adrian Fixed #3247 -- newforms form_for_model() and form_for_instance() no longer …
(edit) @4547 [4547] 02/19/07 20:42:07 adrian Fixed #3257 -- Added newforms ModelChoiceField? and …
(edit) @4442 [4442] 01/28/07 16:36:02 adrian newforms: Changed database Field formfield() methods to pass help_text to …
(edit) @4439 [4439] 01/27/07 22:56:54 adrian Fixed #3263 -- newforms form_for_model() and form_for_instance() now …
(edit) @4305 [4305] 01/10/07 17:34:37 adrian Fixed #3267 -- newforms: Changed database TextField? to render as Textarea …
(edit) @4300 [4300] 01/08/07 23:49:47 adrian Fixed #3232 -- newforms: Added save_instance(), which saves a given bound …
(edit) @4299 [4299] 01/08/07 23:22:48 adrian newforms: Changed model auto-Form generation so that create() and …
(edit) @4294 [4294] 01/08/07 12:06:22 adrian Fixed #3252 -- Fixed bugs in model_forms unit tests, related to recent …
(edit) @4263 [4263] 12/30/06 00:14:39 adrian Updated docstring in model_forms unit test
(edit) @4261 [4261] 12/29/06 18:12:02 adrian newforms: Got form_for_instance() to select initial ManyToManyField? values …
(edit) @4253 [4253] 12/27/06 20:34:53 adrian newforms: Implemented apply_changes() method for form_for_instance Forms
(edit) @4250 [4250] 12/27/06 19:16:29 adrian newforms: Implemented form_for_instance(). The resulting Form class does …
(edit) @4247 [4247] 12/26/06 23:23:21 adrian newforms: Implemented formfield() for database ForeignKey? class and added …
(edit) @4246 [4246] 12/26/06 23:15:22 adrian newforms: Implemented formfield() for database ManyToManyField? class and …
(edit) @4220 [4220] 12/16/06 23:12:53 adrian newforms: Added optional 'form' parameter to form_for_model
(edit) @4216 [4216] 12/15/06 16:33:24 adrian newforms: The Form classes created by form_for_model() now have a create() …
(edit) @4214 [4214] 12/15/06 15:22:13 adrian newforms: Changed form_for_model() to ignore a field if its formfield() …
(edit) @4211 [4211] 12/15/06 12:32:42 adrian Implemented formfield() for a bunch of database Field classes
(add) @4205 [4205] 12/14/06 23:46:11 adrian newforms: Added initial implementation of form_for_model and …
Note: See TracRevisionLog for help on using the revision log.