|
|
|
@2747
|
[2747]
|
04/24/06 21:22:16 |
russellm |
magic-removal: Added unit tests to ensure related manager descriptors … |
|
|
|
@2688
|
[2688]
|
04/12/06 08:39:34 |
adrian |
magic-removal: Merged to [2687] |
|
|
|
@2663
|
[2663]
|
04/10/06 22:15:22 |
adrian |
magic-removal: Fixed #1565 -- in_bulk() now returns empty dictionary if … |
|
|
|
@2612
|
[2612]
|
04/05/06 06:46:30 |
lukeplant |
magic-removal: Added tests for bug #1535 (currently failing) |
|
|
|
@2610
|
[2610]
|
04/04/06 14:40:00 |
lukeplant |
magic-removal: Added an 'ordering' option on a model in order to make test … |
|
|
|
@2564
|
[2564]
|
03/25/06 19:37:06 |
russellm |
magic-removal: Fixed assignment notation on descriptors for one-to-one … |
|
|
|
@2518
|
[2518]
|
03/12/06 19:33:45 |
adrian |
magic-removal: Added first bit of validation-aware models. Model objects … |
|
|
|
@2511
|
[2511]
|
03/11/06 22:10:57 |
russellm |
magic-removal: Modified descriptor to return None rather than raising … |
|
|
|
@2510
|
[2510]
|
03/11/06 21:58:11 |
russellm |
magic-removal: Added descriptor code for assignment of related object sets … |
|
|
|
@2507
|
[2507]
|
03/08/06 15:05:10 |
jkocherhans |
magic-removal: added a couple of constructor tests for model_inheritance. |
|
|
|
@2506
|
[2506]
|
03/08/06 14:59:00 |
jkocherhans |
magic-removal: model inheirtance can now be more than 1 level deep. |
|
|
|
@2505
|
[2505]
|
03/08/06 14:54:03 |
jkocherhans |
magic-removal: Fixed #1479. I tried to track down the *real* problem to no … |
|
|
|
@2504
|
[2504]
|
03/08/06 14:08:05 |
jkocherhans |
magic-removal: added trivial tests for model inheritance. |
|
|
|
@2485
|
[2485]
|
03/03/06 18:19:59 |
lukeplant |
magic-removal: Implemented 'laziness' for QuerySet? slicing, to restore … |
|
|
|
@2480
|
[2480]
|
03/03/06 16:42:16 |
lukeplant |
magic-removal: Improved clarity of a test (now possible due to ordering on … |
|
|
|
@2477
|
[2477]
|
03/03/06 04:14:53 |
russellm |
magic-removal: Updated unit tests to reflect changes in validation errors … |
|
|
|
@2463
|
[2463]
|
03/01/06 22:20:22 |
adrian |
magic-removal: Fixed typo in modeltests/transactions/models.py docstring |
|
|
|
@2459
|
[2459]
|
03/01/06 14:27:58 |
jacob |
Fixed #1434 -- added tests for ObjectPaginator? (thanks, Matt) |
|
|
|
@2457
|
[2457]
|
03/01/06 11:08:33 |
jacob |
magic-removal: added transaction support to Django! see transactions.txt … |
|
|
|
@2445
|
[2445]
|
02/28/06 12:10:21 |
jacob |
magic-removal: removed "follow" tests since follow is going away and isn't … |
|
|
|
@2437
|
[2437]
|
02/28/06 08:02:20 |
russellm |
magic-removal: Added fixes to OneToOne? descriptors and RelatedObjects? to … |
|
|
|
@2435
|
[2435]
|
02/28/06 05:36:20 |
russellm |
magic-removal: Fixed #1407 -- Added a set method for the single object … |
|
|
|
@2434
|
[2434]
|
02/28/06 04:12:45 |
russellm |
magic-removal: Refs #1407 -- Added remove() and clear() methods for … |
|
|
|
@2430
|
[2430]
|
02/27/06 18:25:25 |
jacob |
Fixed a little typo in the lookup tests. |
|
|
|
@2429
|
[2429]
|
02/27/06 18:23:09 |
jacob |
Fixed custom_methods test which was using ne lookup that no longer … |
|
|
|
@2422
|
[2422]
|
02/27/06 16:51:36 |
jacob |
Added QuerySet?.exclude() which does the opposite of QuerySet?.filter(). As … |
|
|
|
@2410
|
[2410]
|
02/27/06 11:33:23 |
jkocherhans |
magic-removal: fixed #1409 |
|
|
|
@2409
|
[2409]
|
02/27/06 08:23:52 |
russellm |
magic-removal: Modified behavior of add() for ForeignKey? descriptors to … |
|
|
|
@2383
|
[2383]
|
02/24/06 04:36:04 |
russellm |
magic-removal: Fixes #1346 -- Added ability for m2m relations to self to … |
|
|
|
@2380
|
[2380]
|
02/24/06 04:15:27 |
russellm |
magic-removal: Refs #1346 -- Added unit tests for expected behaviour of … |
|
|
|
@2366
|
[2366]
|
02/22/06 07:14:44 |
lukeplant |
magic-removal: Added 'ordering' to models in m2m tests to make them more … |
|
|
|
@2313
|
[2313]
|
02/17/06 06:46:03 |
russellm |
magic-removal: Removed last references to OLD_get_accessor_name, and added … |
|
|
|
@2310
|
[2310]
|
02/16/06 08:07:23 |
russellm |
magic-removal: Fixes #1343 -- Modified model validator to only validate … |
|
|
|
@2307
|
[2307]
|
02/14/06 03:51:27 |
russellm |
magic-removal: Fixed #1219 -- Added implementation of bulk delete, and … |
|
|
|
@2289
|
[2289]
|
02/07/06 12:47:32 |
lukeplant |
magic-removal: Fixed use of return value of cursor.execute() in m2m add() … |
|
|
|
@2280
|
[2280]
|
02/06/06 05:21:02 |
russellm |
magic-removal: Fixed #1305 -- Added new unit test group for reverse lookup … |
|
|
|
@2275
|
[2275]
|
02/04/06 16:47:05 |
lukeplant |
magic-removal: Fixed some incorrect tests in many_to_many |
|
|
|
@2267
|
[2267]
|
02/04/06 12:28:12 |
lukeplant |
magic-removal: Added (failing) tests for m2m .add() (the 'other' end) and … |
|
|
|
@2261
|
[2261]
|
02/03/06 18:12:05 |
adrian |
magic-removal: Fixed bug in m2m_multiple model unit tests. Down to 10 … |
|
|
|
@2260
|
[2260]
|
02/03/06 18:07:03 |
adrian |
magic-removal: Added support for QuerySet?.latest() and Manager.latest(), … |
|
|
|
@2259
|
[2259]
|
02/03/06 17:47:36 |
adrian |
magic-removal: Fixed errors in many_to_one_null model unit tests |
|
|
|
@2258
|
[2258]
|
02/03/06 17:42:46 |
adrian |
magic-removal: Fixed errors in custom_pk model unit tests |
|
|
|
@2256
|
[2256]
|
02/03/06 17:30:12 |
adrian |
magic-removal: Fixed errors in m2m_multiple unit tests |
|
|
|
@2254
|
[2254]
|
02/03/06 17:26:16 |
adrian |
magic-removal: Fixed some bugs in many_to_many unit tests |
|
|
|
@2251
|
[2251]
|
02/03/06 16:31:56 |
adrian |
magic-removal: Fixed incorrect related_name in m2o_recursive unit tests |
|
|
|
@2245
|
[2245]
|
02/03/06 14:29:45 |
adrian |
magic-removal: Fixed bugs in m2o_recursive2 model unit tests |
|
|
|
@2244
|
[2244]
|
02/03/06 14:03:04 |
adrian |
magic-removal: Fixed many_to_many and m2m_multiple model unit tests to use … |
|
|
|
@2241
|
[2241]
|
02/03/06 11:23:24 |
adrian |
magic-removal: Updated one_to_one unit tests to use self.restaurant … |
|
|
|
@2237
|
[2237]
|
02/03/06 07:28:29 |
lukeplant |
magic-removal: Updated m2m_intermediary tests to use new attribute syntax. |
|
|
|
@2210
|
[2210]
|
01/31/06 17:28:47 |
lukeplant |
magic-removal: Fixed some incorrect tests |
|
|
|
@2206
|
[2206]
|
01/31/06 16:02:20 |
lukeplant |
magic-removal: fixed an out-by-one error in the 'basic' model tests |
|
|
|
@2205
|
[2205]
|
01/31/06 15:54:28 |
lukeplant |
magic-removal: extracted usages of QuerySet? in Manager to a single … |
|
|
|
@2202
|
[2202]
|
01/30/06 20:27:18 |
lukeplant |
magic-removal: Fixed an incorrect model test in 'ordering', and updated … |
|
|
|
@2200
|
[2200]
|
01/30/06 20:21:31 |
adrian |
magic-removal: Created InBulkQuerySet?, ValuesQuerySet? and DateQuerySet?, … |
|
|
|
@2199
|
[2199]
|
01/30/06 20:06:42 |
lukeplant |
magic-removal: updated syntax of 'or_lookup' model tests, … |
|
|
|
@2197
|
[2197]
|
01/30/06 19:50:16 |
lukeplant |
magic-removal: Fixed bug with .values() when no arguments are passed, and … |
|
|
|
@2195
|
[2195]
|
01/30/06 19:08:02 |
adrian |
magic-removal: Changed syntax in unit tests -- hopefully for the last … |
|
|
|
@2190
|
[2190]
|
01/30/06 16:44:05 |
adrian |
magic-removal: Updated unit tests to use objects.all() |
|
|
|
@2185
|
[2185]
|
01/30/06 00:07:57 |
adrian |
magic-removal: Fixed a couple more unit-test bugs |
|
|
|
@2184
|
[2184]
|
01/30/06 00:00:50 |
adrian |
magic-removal: Fixed bugs in many_to_one unit tests |
|
|
|
@2183
|
[2183]
|
01/29/06 23:57:30 |
adrian |
magic-removal: Fixed bug in many_to_one unit test |
|
|
|
@2181
|
[2181]
|
01/29/06 23:38:02 |
adrian |
magic-removal: Implemented QuerySet?.values(). All 'lookup' unit tests … |
|
|
|
@2179
|
[2179]
|
01/29/06 23:21:11 |
adrian |
magic-removal: Fixed some errors in 'lookup' model unit tests |
|
|
|
@2177
|
[2177]
|
01/29/06 22:36:41 |
adrian |
magic-removal: Changed get_DATEFIELD_list() manager method to dates(), … |
|
|
|
@2170
|
[2170]
|
01/29/06 21:41:18 |
adrian |
magic-removal: Fixed bug in manipulators model unit tests |
|
|
|
@2169
|
[2169]
|
01/29/06 21:40:06 |
adrian |
magic-removal: Changed custom_managers unit tests to set core_filters … |
|
|
|
@2157
|
[2157]
|
01/29/06 18:38:23 |
adrian |
magic-removal: Updated some of the unit tests to use new syntax. 175 … |
|
|
|
@2151
|
[2151]
|
01/28/06 18:23:52 |
lukeplant |
magic-removal: Updated model tests for new syntax: 'basic', … |
|
|
|
@2145
|
[2145]
|
01/28/06 11:06:05 |
russellm |
magic-removal: Modified query lookup to correctly handle non-plural … |
|
|
|
@2125
|
[2125]
|
01/25/06 15:51:13 |
jkocherhans |
magic-removal: Fixed some model tests that broke with removal of … |
|
|
|
@2107
|
[2107]
|
01/22/06 20:34:07 |
adrian |
magic-removal: Changed delete() safety-mechanism logic to happen as soon … |
|
|
|
@2047
|
[2047]
|
01/18/06 07:16:58 |
russellm |
magic-removal: Refs 1219 -- Added DELETE_ALL=True safety mechanism to … |
|
|
|
@2040
|
[2040]
|
01/17/06 15:55:07 |
adrian |
magic-removal: Added some unit tests to many_to_one that verify deletion … |
|
|
|
@2037
|
[2037]
|
01/17/06 13:18:24 |
adrian |
magic-removal: Changed save_delete_hooks unit test to use new convention … |
|
|
|
@2029
|
[2029]
|
01/17/06 06:06:16 |
russellm |
magic-removal: Fixed #1219 - Added bulk delete for objects. |
|
|
|
@1885
|
[1885]
|
01/09/06 08:34:17 |
russellm |
magic-removal: Cleaned up get_in_bulk() and get_date_list() DB queries … |
|
|
|
@1884
|
[1884]
|
01/09/06 05:01:38 |
russellm |
magic-removal: Fixed #1133 -- Added ability to use Q objects as args
in DB … |
|
|
|
@1877
|
[1877]
|
01/08/06 19:48:02 |
adrian |
magic-removal: Changed 'reserved_names' model unit tests to add tests that … |
|
|
|
@1856
|
[1856]
|
01/08/06 00:16:05 |
adrian |
magic-removal: Fixed #1186 -- Fixed problem resolving primary key in some … |
|
|
|
@1835
|
[1835]
|
01/06/06 14:49:38 |
adrian |
magic-removal: Merged to [1834] |
|
|
|
@1831
|
[1831]
|
01/05/06 16:10:41 |
adrian |
magic-removal: Changed manipulator unit tests to remove usage of sorted() … |
|
|
|
@1802
|
[1802]
|
12/30/05 10:38:26 |
adrian |
magic-removal: Fixed #1143 -- Fixed backwards incompatibilities in … |
|
|
|
@1792
|
[1792]
|
12/29/05 13:11:00 |
adrian |
magic-removal: Fixed #1136: Removed duplicated DB joins resulting from … |
|
|
|
@1765
|
[1765]
|
12/22/05 09:07:36 |
rjwittams |
magic-removal: Manipulator and deletion fixes. |
|
|
|
@1754
|
[1754]
|
12/20/05 20:42:27 |
adrian |
magic-removal: Renamed 'class META' to 'class Meta' in models |
|
|
|
@1746
|
[1746]
|
12/20/05 11:23:22 |
adrian |
magic-removal: Added more manipulator unit tests |
|
|
|
@1734
|
[1734]
|
12/18/05 23:42:08 |
adrian |
magic-removal: Added first stab at manipulator unit tests. |
|
|
|
@1705
|
[1705]
|
12/16/05 16:15:07 |
rjwittams |
Mutually recursive models unit tests. |
|
|
|
@1651
|
[1651]
|
12/14/05 15:50:37 |
adrian |
magic-removal: Fixed bug in custom_pk unit tests |
|
|
|
@1650
|
[1650]
|
12/14/05 15:30:49 |
rjwittams |
magic-removal: related classes methods now added |
|
|
|
@1647
|
[1647]
|
12/14/05 12:49:48 |
adrian |
magic-removal: Implemented hook for custom managers |
|
|
|
@1646
|
[1646]
|
12/14/05 12:41:48 |
adrian |
magic-removal: Added custom_managers model unit tests |
|
|
|
@1645
|
[1645]
|
12/14/05 12:03:33 |
adrian |
magic-removal: Removed subclassing model unit tests for now |
|
|
|
@1637
|
[1637]
|
12/14/05 00:24:32 |
adrian |
magic-removal: Various cleanup and moving, with respect to the recent … |
|
|
|
@1631
|
[1631]
|
12/13/05 23:02:51 |
adrian |
magic-removal: Moved django.core.meta to django.db.models |
|
|
|
@1625
|
[1625]
|
12/13/05 22:25:46 |
adrian |
magic-removal: Removed module_name calls in model unit tests |
|
|
|
@1619
|
[1619]
|
12/13/05 21:36:20 |
adrian |
magic-removal: Improved 'properties' model unit tests to test for setting … |
|
|
|
@1618
|
[1618]
|
12/13/05 21:29:58 |
adrian |
magic-removal: Added 'properties' model unit tests |
|
|
|
@1615
|
[1615]
|
12/13/05 10:44:54 |
adrian |
magic-removal: Added Manager.get method that forbids access by … |
|
|
|
@1608
|
[1608]
|
12/11/05 23:40:09 |
adrian |
magic-removal: Changed runtests.py to use new modeltests package and to … |