Django

Code

root/django/trunk/tests/modeltests


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9664 [9664] 12/20/08 22:56:32 kmtracey Fixed #9865 -- Allow saving of new inline-edited objects with custom …
(edit) @9649 [9649] 12/16/08 00:42:19 mtredinnick Removed one test that is only intended for PostgreSQL from the visibility …
(edit) @9620 [9620] 12/09/08 01:03:52 mtredinnick Fixed #9778 -- Added some special casing of the "Join on field 'abc'" …
(edit) @9594 [9594] 12/07/08 22:53:34 adrian Added a 'permanent' argument the simple.redirect_to() generic view. It's …
(edit) @9527 [9527] 11/24/08 14:42:09 jacob Fixed #4924: added support for loading compressed fixtures. Thanks to Lars …
(edit) @9519 [9519] 11/21/08 10:54:10 kmtracey Fixed #9615 -- Typo fix to testcase. Thanks jarrow.
(edit) @9467 [9467] 11/16/08 02:50:06 mtredinnick Fixed #6052 -- Worked around a bug in MySQLdb with regards to …
(edit) @9341 [9341] 11/05/08 13:47:44 kmtracey Fixed #9218 -- Simplified the fix from #9039 and added tests to ensure …
(edit) @9334 [9334] 11/04/08 13:48:35 kmtracey Fixed #9418 -- When saving a model form, defer saving of file-type fields …
(edit) @9326 [9326] 11/01/08 17:25:41 brosner Fixed #9494 -- Ensure the foreign key in an inline formset is always …
(edit) @9297 [9297] 10/31/08 17:07:05 brosner Fixed #8882 -- When a foreign key is among the unique_together fields in …
(edit) @9293 [9293] 10/28/08 15:01:03 brosner Fixed #9462 -- Set the instance in an inline formset correctly so that …
(edit) @9288 [9288] 10/28/08 11:19:14 kmtracey Fixed #9039 take 2 -- Modified the new tests added in [9239] so they pass …
(edit) @9239 [9239] 10/21/08 09:04:24 kmtracey Fixed #9039 -- Don't perform unique checks on NULL values, since NULL != …
(edit) @9226 [9226] 10/10/08 17:13:16 jacob Yet more file storage testing cleanup for the sake of buildbots; this …
(edit) @9222 [9222] 10/10/08 15:09:51 jacob Be nice to buildbots: switched modeltests/files to use a proper isolated …
(edit) @8884 [8884] 09/02/08 19:09:33 mtredinnick Fixed #8669 -- Use a consistent version of create() across the board …
(edit) @8861 [8861] 09/02/08 12:26:24 brosner Fixed #7973 -- Added exclude to BaseModelAdmin? to make everything …
(edit) @8855 [8855] 09/02/08 10:26:00 jacob Fixed #8309: subclasses now inherit GenericForeignKey correctly. There's …
(edit) @8854 [8854] 09/02/08 09:20:11 jacob Fixed #8795: unique_together validation no longer fails on model forms …
(edit) @8842 [8842] 09/01/08 22:07:26 mtredinnick Fixed #8196 -- Make the model_form tests also pass if you don't have …
(edit) @8823 [8823] 09/01/08 17:43:38 brosner Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen …
(edit) @8819 [8819] 09/01/08 17:15:35 jacob Fixed #8210 and #8664: moved USStateField and PhoneNumberField to …
(edit) @8816 [8816] 09/01/08 16:28:32 brosner Fixed #7975 -- Callable defaults in inline model formsets now work …
(edit) @8815 [8815] 09/01/08 16:16:17 jacob Fixed #8763: added an explicit ordering to the generic_relations test so …
(edit) @8806 [8806] 09/01/08 14:20:03 jacob Repaired an oversight from [8772] that let made certain types of fields …
(edit) @8805 [8805] 09/01/08 14:08:08 jacob Fixed #8209: ModelForms now validate unique constraints. Alex Gaynor did …
(edit) @8794 [8794] 09/01/08 07:07:26 russellm Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to …
(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) @8772 [8772] 08/31/08 15:11:11 jacob Fixed #6967: ModelForms now validate choices. Thanks, mattmcc -- the …
(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) @8682 [8682] 08/28/08 15:58:10 jacob Fixed #8556: added a useful formfield to CommaSeparatedIntegerField. …
(edit) @8673 [8673] 08/28/08 14:28:17 mtredinnick Updated a few save() methods on models to accept force_insert and …
(edit) @8644 [8644] 08/28/08 00:00:23 mtredinnick Improvements to [8608] to fix an infinite loop (for …
(edit) @8616 [8616] 08/27/08 02:19:44 gwilson Removed oldforms, validators, and related code: * Removed Manipulator, …
(edit) @8608 [8608] 08/27/08 00:22:33 mtredinnick Fixed #5937 -- When filtering on generic relations, restrict the target …
(edit) @8571 [8571] 08/25/08 23:55:56 gwilson Removed trailing whitespace in a few files.
(edit) @8563 [8563] 08/25/08 18:56:39 mtredinnick Fixed #8542 -- Made the model_formstests tests from [8528] a little …
(edit) @8546 [8546] 08/25/08 13:24:05 jacob Fixed #8285: signal handlers that aren't functions work under DEBUG. This …
(edit) @8532 [8532] 08/24/08 23:13:27 mtredinnick Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString? values …
(edit) @8528 [8528] 08/24/08 22:51:25 brosner Fixed #7888 -- Handle model inheritance with model formsets correctly. …
(edit) @8488 [8488] 08/23/08 11:56:41 mtredinnick Fixed #7042 -- The management validation command nows alerts users to …
(edit) @8477 [8477] 08/22/08 23:59:25 brosner Fixed #8040 -- SlugField? now returns a proper formfield to deal with …
(edit) @8469 [8469] 08/22/08 14:27:26 brosner Fixed #7947 -- Handle the display of OneToOneField? in model forms …
(edit) @8450 [8450] 08/20/08 13:50:06 mtredinnick There are some variations in the printed names of exceptions between …
(edit) @8442 [8442] 08/19/08 09:17:24 russellm Fixed #7908: Added validation checks on attempts to create ForeignKey? and …
(edit) @8398 [8398] 08/15/08 18:29:55 gwilson Fixed #6970 -- Raise the original IntegrityError when all required …
(edit) @8348 [8348] 08/14/08 10:37:43 gwilson Fixed #8206 -- Removed validate methods of Model and Model fields. They …
(edit) @8326 [8326] 08/12/08 09:19:32 gwilson Minor correction for [8325].
(edit) @8325 [8325] 08/12/08 09:15:38 gwilson Fixed a couple typos in the modeltests' descriptions and made use of ReST …
(edit) @8322 [8322] 08/12/08 08:01:17 russellm Added svn:ignore property on some recently added directories.
(edit) @8314 [8314] 08/12/08 00:34:56 mtredinnick Added savepoint support to the transaction code. This is a no-op for most …
(edit) @8291 [8291] 08/10/08 16:10:47 gwilson Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms …
(edit) @8279 [8279] 08/09/08 23:03:01 brosner Fixed #4667 -- Added support for inline generic relations in the admin. …
(edit) @8268 [8268] 08/09/08 12:19:44 mtredinnick Updated the tests.
(edit) @8267 [8267] 08/09/08 12:19:23 mtredinnick Added the ability to force an SQL insert (or force an update) via a …
(edit) @8257 [8257] 08/09/08 09:18:09 jacob Fixed #8187: made PIL imports consistant. Thanks, bastih.
(edit) @8244 [8244] 08/08/08 15:59:02 jacob File storage refactoring, adding far more flexibility to Django's file …
(edit) @8242 [8242] 08/08/08 15:09:53 mtredinnick Fixed #6523 -- Use the correct cast on field types for PostgreSQL …
(edit) @8223 [8223] 08/06/08 10:32:46 jacob Major refactoring of django.dispatch with an eye towards speed. The net …
(edit) @8191 [8191] 08/01/08 23:56:11 gwilson Removed several deprecated features for 1.0 (refs #7830): * "simple" …
(edit) @8185 [8185] 08/01/08 18:16:59 gwilson Fixed #8070 -- Cache related objects passed to Model init as keyword …
(edit) @8179 [8179] 08/01/08 15:35:40 brosner Ensure that custom primary keys are always shown on a formset. Refs #7938. …
(edit) @8178 [8178] 08/01/08 15:12:18 brosner Fixed #8067 -- Replaced dict literals in the model_formsets tests with …
(edit) @8170 [8170] 08/01/08 10:54:53 lukeplant Fixed #2175: Added tests for models with multiple GenericForeignKeys? Also …
(edit) @8166 [8166] 07/31/08 21:23:46 russellm Fixed #8059 -- Added additional clarification to the ordering of …
(edit) @8136 [8136] 07/29/08 07:41:08 russellm Fixed #6095 -- Added the ability to specify the model to use to manage a …
(edit) @8131 [8131] 07/29/08 00:09:29 mtredinnick Fixed #7560 -- Moved a lot of the value conversion preparation …
(edit) @8121 [8121] 07/27/08 18:01:55 gwilson Made the Paginator class a bit more backwards compatible with the lecacy …
(edit) @8114 [8114] 07/27/08 14:05:54 gwilson Corrected wording in comment.
(edit) @8102 [8102] 07/27/08 02:22:39 russellm Fixed #7913 -- Corrected backwards incompatible parts of [7977] when …
(edit) @8097 [8097] 07/26/08 20:18:18 mtredinnick Changed one of the model_formsets tests to be immune to the differences in …
(edit) @8091 [8091] 07/26/08 09:49:39 russellm Added an ordering definition to make test output reliable across database …
(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) @8030 [8030] 07/21/08 12:28:21 lukeplant Fixed #7825 - modeltests/delete tests failing after NFA merge, and …
(edit) @8016 [8016] 07/21/08 06:52:11 russellm Fixed #7727 -- Improved the checks for import failure when using PIL. …
(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) @7982 [7982] 07/19/08 10:05:00 russellm Added svn:ignore properties to some recently added directories.
(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) @7949 [7949] 07/18/08 12:38:53 mtredinnick Removed the mysql_old backend. It smells bad and has no friends.
(edit) @7914 [7914] 07/13/08 03:48:18 russellm Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 …
(edit) @7909 [7909] 07/12/08 15:44:05 jacob FIxed #7696: fixed model_form tests on Windows after [7814]. Thanks, Marty …
(edit) @7900 [7900] 07/12/08 01:16:42 russellm Fixed #7583 -- Corrected the testing docs that referred to the defunct …
(edit) @7868 [7868] 07/08/08 00:28:37 mtredinnick Fixed test suite after [7687].
(edit) @7859 [7859] 07/07/08 18:16:00 jacob Fixed #7614: the quickening has come, and there now is only one …
(edit) @7819 [7819] 07/01/08 23:31:28 gwilson Made legacy ObjectPaginator truly backwards-compatible by catching both …
(edit) @7814 [7814] 07/01/08 10:10:51 jacob Fixed #2070: refactored Django's file upload capabilities. A description …
(edit) @7762 [7762] 06/26/08 02:04:18 mtredinnick Fixed #7215 -- Create correct reverse-relation accessors when using …
(edit) @7722 [7722] 06/21/08 15:57:05 lukeplant Fixed bug with Model.delete() which did not always delete objects in the …
(edit) @7721 [7721] 06/21/08 15:55:17 lukeplant Added tests for corner case with deleting where objects are deleted in the …
(edit) @7625 [7625] 06/12/08 08:19:37 russellm Fixed #7327 -- Added documentation and test case for defining subqueries. …
(edit) @7622 [7622] 06/11/08 23:13:16 adrian Fixed #7026 -- Fixed misleading/incorrect exception text when adding to a …
(edit) @7601 [7601] 06/09/08 11:17:54 jacob Fixed #7298: prevent update() on sliced QuerySet? since UPDATE doesn't …
(edit) @7600 [7600] 06/09/08 09:03:35 russellm Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, …
(edit) @7583 [7583] 06/07/08 01:25:59 russellm Fixed #5836 -- Corrected the logic in the Test Client when an exception …
(edit) @7575 [7575] 06/06/08 06:47:47 russellm Fixed #7366 -- Modified a few expected test outputs to remove the …
Note: See TracRevisionLog for help on using the revision log.