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