|
|
|
@9475
|
[9475]
|
11/16/08 12:58:43 |
kmtracey |
Fixed #9608: Ensured a Model's default repr() is printable even if its … |
|
|
|
@9467
|
[9467]
|
11/16/08 02:50:06 |
mtredinnick |
Fixed #6052 -- Worked around a bug in MySQLdb with regards to … |
|
|
|
@9466
|
[9466]
|
11/16/08 02:48:24 |
mtredinnick |
Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. … |
|
|
|
@9418
|
[9418]
|
11/13/08 18:54:16 |
ikelly |
Refs #9408: Removed support for passing params as dicts in the oracle … |
|
|
|
@9394
|
[9394]
|
11/11/08 18:35:24 |
kmtracey |
Fixed #5079 -- Avoid converting Decimals to floats during save to the … |
|
|
|
@9272
|
[9272]
|
10/24/08 04:36:22 |
mtredinnick |
Fixed #9307 -- Added the ability to pickle the Query class used by the … |
|
|
|
@9251
|
[9251]
|
10/24/08 01:09:47 |
mtredinnick |
Fixed #9406 -- Ensure that each database column is only represented once … |
|
|
|
@9235
|
[9235]
|
10/17/08 19:00:20 |
ikelly |
Fixed #9136: Do slicing in Oracle with rownum instead of row_number() for … |
|
|
|
@9231
|
[9231]
|
10/13/08 14:38:18 |
ikelly |
Fixed Oracle introspection mapping of DATE columns, and added an entry for … |
|
|
|
@9221
|
[9221]
|
10/10/08 12:15:58 |
ikelly |
Fixed .distinct() not working with slicing in Oracle, due to the
row … |
|
|
|
@9206
|
[9206]
|
10/08/08 04:45:27 |
mtredinnick |
A queryset that has had ordering removed (order_by()) can have ordering … |
|
|
|
@9202
|
[9202]
|
10/08/08 03:38:33 |
mtredinnick |
Fixed #6748 -- When printing the repr() of querysets, don't load or … |
|
|
|
@9201
|
[9201]
|
10/08/08 03:37:35 |
mtredinnick |
Applying a limit to a queryset that already had an upper limit of 0 … |
|
|
|
@9150
|
[9150]
|
10/05/08 06:55:52 |
mtredinnick |
Fixed #9068 -- Fixed a couple of typos in InsertQuery?.clone(). Thanks, … |
|
|
|
@9091
|
[9091]
|
09/27/08 23:36:10 |
mtredinnick |
Fixed Queryset.dates() in the presence of extra-select columns.
Any … |
|
|
|
@9081
|
[9081]
|
09/21/08 19:31:22 |
mtredinnick |
Fixed a missing variable initialisation deep in the Query bowels. |
|
|
|
@9060
|
[9060]
|
09/17/08 02:23:17 |
mtredinnick |
Fixed #9113 -- Improved exception message reporting when importing sqlite3 … |
|
|
|
@9008
|
[9008]
|
09/10/08 21:02:06 |
mtredinnick |
Fixed a typo so that cloning UpdateQuery? objects won't fail mysteriously. |
|
|
|
@9007
|
[9007]
|
09/10/08 21:00:27 |
mtredinnick |
A bug from queryset-refactor days: although the Query class has "group_by" … |
|
|
|
@9004
|
[9004]
|
09/10/08 18:03:07 |
ikelly |
Fixed an incorrectly named DatabaseOperations? method. It was causing … |
|
|
|
@8989
|
[8989]
|
09/08/08 21:13:58 |
adrian |
db: Gave each DatabaseClient? class an 'executable_name' attribute (e.g., … |
|
|
|
@8965
|
[8965]
|
09/04/08 11:41:59 |
mboersma |
Fixed re-raising of ORA-01400 as an IntegrityError in a way that works on … |
|
|
|
@8932
|
[8932]
|
09/03/08 13:38:43 |
mtredinnick |
Fixed #7588 -- Inherit fields from concrete ancestor classes via abstract … |
|
|
|
@8908
|
[8908]
|
09/03/08 00:53:50 |
mtredinnick |
Fixed #8825 -- Fixed a small error model field setup (on the model class) … |
|
|
|
@8898
|
[8898]
|
09/02/08 22:48:25 |
mtredinnick |
Fixed #8819 -- Don't include two copies of extra-select columns in the … |
|
|
|
@8884
|
[8884]
|
09/02/08 19:09:33 |
mtredinnick |
Fixed #8669 -- Use a consistent version of create() across the board … |
|
|
|
@8855
|
[8855]
|
09/02/08 10:26:00 |
jacob |
Fixed #8309: subclasses now inherit GenericForeignKey correctly. There's … |
|
|
|
@8853
|
[8853]
|
09/02/08 08:52:07 |
mtredinnick |
Fixed #8790 -- Multi-branch join trees that shared tables of the same name … |
|
|
|
@8851
|
[8851]
|
09/02/08 04:04:54 |
mtredinnick |
Fixed #7154 -- Inherit all model managers from abstract base classes.
Also … |
|
|
|
@8832
|
[8832]
|
09/01/08 21:16:41 |
mtredinnick |
Fixed #8439 -- Complex combinations of Q-objects (using both conjunctions … |
|
|
|
@8831
|
[8831]
|
09/01/08 19:50:19 |
mtredinnick |
A typo fix that fortunately wasn't creating invalid SQL, just slightly … |
|
|
|
@8829
|
[8829]
|
09/01/08 19:20:10 |
mtredinnick |
Get the join promotion code (a bit more) correct when constructing joins … |
|
|
|
@8827
|
[8827]
|
09/01/08 18:18:42 |
ikelly |
Replaced exact lookups of the empty string with isnull lookups in Oracle. … |
|
|
|
@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 … |
|
|
|
@8814
|
[8814]
|
09/01/08 16:04:01 |
jacob |
Fixed #8076: fixed get_(next/previous)_by_date when used with … |
|
|
|
@8810
|
[8810]
|
09/01/08 14:58:41 |
ikelly |
Corrected Oracle DatabaseError? definition. |
|
|
|
@8808
|
[8808]
|
09/01/08 14:37:48 |
ikelly |
Fixed escaping of wildcard characters in iexact lookups in Oracle. |
|
|
|
@8807
|
[8807]
|
09/01/08 14:35:03 |
jacob |
Fixed #8115: avoid a infiniate loop when collecting related objects for … |
|
|
|
@8806
|
[8806]
|
09/01/08 14:20:03 |
jacob |
Repaired an oversight from [8772] that let made certain types of fields … |
|
|
|
@8804
|
[8804]
|
09/01/08 13:45:49 |
ikelly |
Fixed extra_select with DateQuery? in Oracle |
|
|
|
@8802
|
[8802]
|
09/01/08 12:48:39 |
jacob |
Fixed #8354: the MySQL backend no longer raises a cryptic error. Instead, … |
|
|
|
@8794
|
[8794]
|
09/01/08 07:07:26 |
russellm |
Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to … |
|
|
|
@8783
|
[8783]
|
08/31/08 21:43:55 |
mtredinnick |
Fixed #7512 -- Fixed an oversight when I first fixed ordering on … |
|
|
|
@8782
|
[8782]
|
08/31/08 19:49:03 |
mtredinnick |
Fixed #8316 -- Put tighter restrictions on the type of 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 … |
|
|
|
@8730
|
[8730]
|
08/29/08 23:52:56 |
mtredinnick |
[8721] introduced some internal field names. We hide them from the list … |
|
|
|
@8724
|
[8724]
|
08/29/08 17:29:38 |
mtredinnick |
Fixed a typo from the refactoring in [8455]. With bonus test, too. Thanks, … |
|
|
|
@8723
|
[8723]
|
08/29/08 16:48:40 |
mtredinnick |
Fixed a missing piece of [8721]. |
|
|
|
@8721
|
[8721]
|
08/29/08 16:24:00 |
mtredinnick |
Fixed #8279 -- Multiple many-to-many relations to "self" are now possible. |
|
|
|
@8692
|
[8692]
|
08/28/08 23:30:07 |
mtredinnick |
Fixed #8575 -- Catch one particular instance of OperationalError? in MySQL … |
|
|
|
@8691
|
[8691]
|
08/28/08 21:40:56 |
mtredinnick |
Fixed #8101 -- Allow the strings '1' and '0' as filter values for … |
|
|
|
@8690
|
[8690]
|
08/28/08 21:40:50 |
mtredinnick |
Fixed #7823 -- Fixed an edge case in RelatedField?.get_db_prep_lookup() so … |
|
|
|
@8684
|
[8684]
|
08/28/08 16:23:21 |
jacob |
Fixed a bug in NullBooleanField.to_python. |
|
|
|
@8682
|
[8682]
|
08/28/08 15:58:10 |
jacob |
Fixed #8556: added a useful formfield to CommaSeparatedIntegerField. … |
|
|
|
@8674
|
[8674]
|
08/28/08 14:28:31 |
mtredinnick |
Removed a couple of unused imports. |
|
|
|
@8670
|
[8670]
|
08/28/08 12:18:05 |
mtredinnick |
Changed create() and get_or_create() to force an insert (not update an … |
|
|
|
@8663
|
[8663]
|
08/28/08 11:05:09 |
jacob |
FIxed #8613: removed vestigal FileField.save_file(). Thanks, kratorius. |
|
|
|
@8648
|
[8648]
|
08/28/08 01:49:00 |
mtredinnick |
Fixed #8592 -- Fixed a bug in the way savepoint usage was disabled … |
|
|
|
@8646
|
[8646]
|
08/28/08 00:42:05 |
mtredinnick |
Fixed #8597 -- Allow the use of strings containing underscores and … |
|
|
|
@8644
|
[8644]
|
08/28/08 00:00:23 |
mtredinnick |
Improvements to [8608] to fix an infinite loop (for … |
|
|
|
@8638
|
[8638]
|
08/27/08 16:30:47 |
jacob |
Fixed #8534: getting the size of a file no longer opens it (at least for … |
|
|
|
@8637
|
[8637]
|
08/27/08 16:18:45 |
jacob |
Fixed #8175: don't open files we're about to close. This was a pesky bug … |
|
|
|
@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 … |
|
|
|
@8598
|
[8598]
|
08/26/08 15:44:20 |
mtredinnick |
Fixed #8036 -- Fixed a case when attempting to traverse non-existent … |
|
|
|
@8580
|
[8580]
|
08/26/08 03:58:07 |
mtredinnick |
Fixed #8347 -- Added a few missing field type conversion to SQLite's … |
|
|
|
@8571
|
[8571]
|
08/25/08 23:55:56 |
gwilson |
Removed trailing whitespace in a few files. |
|
|
|
@8559
|
[8559]
|
08/25/08 17:43:25 |
mtredinnick |
Fixed #8106 -- Untangled some problems with complex select_related() … |
|
|
|
@8545
|
[8545]
|
08/25/08 12:20:28 |
mboersma |
Fixed get_or_create test case for Oracle by re-raising the more specific … |
|
|
|
@8536
|
[8536]
|
08/25/08 07:56:06 |
jacob |
Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive … |
|
|
|
@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. … |
|
|
|
@8526
|
[8526]
|
08/24/08 22:17:06 |
mtredinnick |
Fixed #8510 -- Allow both strings (mostly for the admin) and integers to … |
|
|
|
@8522
|
[8522]
|
08/24/08 15:16:56 |
mboersma |
Fixed #7628 -- Oracle backend won't try to recreate existing sequences … |
|
|
|
@8515
|
[8515]
|
08/24/08 03:12:13 |
russellm |
Fixed #8298: Added a to_python method for integer fields. This ensures … |
|
|
|
@8499
|
[8499]
|
08/23/08 13:34:32 |
mtredinnick |
Removed a relatively pointless QuerySet? clone introduced in [8472]. |
|
|
|
@8494
|
[8494]
|
08/23/08 13:01:16 |
mtredinnick |
Fixed #8214 -- Added back a stringification that was dropped during … |
|
|
|
@8477
|
[8477]
|
08/22/08 23:59:25 |
brosner |
Fixed #8040 -- SlugField? now returns a proper formfield to deal with … |
|
|
|
@8475
|
[8475]
|
08/22/08 23:14:23 |
brosner |
Fixed #7536 -- Added NEWDECIMAL to introspection types in the mysql … |
|
|
|
@8472
|
[8472]
|
08/22/08 17:00:28 |
mtredinnick |
Fixed #8046 -- The first filter() call on a related manager for … |
|
|
|
@8471
|
[8471]
|
08/22/08 15:26:20 |
mboersma |
Fixed Oracle backend limit/offset SQL to again use extra_select, properly … |
|
|
|
@8469
|
[8469]
|
08/22/08 14:27:26 |
brosner |
Fixed #7947 -- Handle the display of OneToOneField? in model forms … |
|
|
|
@8466
|
[8466]
|
08/22/08 09:18:53 |
russellm |
Fixed #8485: Reordered imports in the database backends to ensure that the … |
|
|
|
@8455
|
[8455]
|
08/20/08 17:38:15 |
mtredinnick |
Made it possible to pickle DateQuerySets?. |
|
|
|
@8445
|
[8445]
|
08/19/08 18:04:34 |
mboersma |
Fixed Oracle backend not to use extra_select for limit/offset type … |
|
|
|
@8442
|
[8442]
|
08/19/08 09:17:24 |
russellm |
Fixed #7908: Added validation checks on attempts to create ForeignKey? and … |
|
|
|
@8429
|
[8429]
|
08/17/08 17:38:36 |
mtredinnick |
Fixed #8039 -- Make sure that extra(tables=...) tables are always included … |
|
|
|
@8426
|
[8426]
|
08/17/08 15:07:59 |
mtredinnick |
Changed the (internal) way extra(select=.., select_params=...) handling is … |
|
|
|
@8424
|
[8424]
|
08/17/08 12:32:31 |
mtredinnick |
Fixed #8238 -- If an invalid database backend is mentioned in settings and … |
|
|
|
@8419
|
[8419]
|
08/16/08 19:07:06 |
mtredinnick |
Fixed #7241 -- More robust exception catching in the transaction … |
|
|
|
@8415
|
[8415]
|
08/16/08 15:59:06 |
gwilson |
Fixed #3121 -- Made get_or_create() work for RelatedManager and … |
|
|
|
@8411
|
[8411]
|
08/16/08 10:58:30 |
mtredinnick |
Fixed #8315 -- If an exception is raised whilst trying to rollback … |
|
|
|
@8402
|
[8402]
|
08/15/08 23:48:57 |
russellm |
Fixed #8355: Removed some whitespace that was apparently causing … |
|
|
|
@8398
|
[8398]
|
08/15/08 18:29:55 |
gwilson |
Fixed #6970 -- Raise the original IntegrityError when all required … |
|
|
|
@8380
|
[8380]
|
08/15/08 09:58:59 |
mtredinnick |
Reverted [8318] and [8329], since the change turned out to have no effect, … |
|
|
|
@8364
|
[8364]
|
08/15/08 02:35:47 |
russellm |
Fixed #8331 -- Added style parameter to sqlite backend implementation of … |
|
|
|
@8355
|
[8355]
|
08/14/08 20:33:18 |
mboersma |
Fixed Oracle backend test case failure in modeltests\lookup. |