Django

Code

root/django/branches/magic-removal/tests


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2747 [2747] 04/24/06 21:22:16 russellm magic-removal: Added unit tests to ensure related manager descriptors …
(edit) @2734 [2734] 04/23/06 16:59:49 adrian magic-removal: Changed unit tests to run with DEBUG = False
(edit) @2713 [2713] 04/18/06 08:41:21 russellm magic-removal: Fixed #1198 -- Modified handling of escape characters in …
(edit) @2696 [2696] 04/13/06 08:17:05 adrian magic-removal: Merged to [2695]
(edit) @2688 [2688] 04/12/06 08:39:34 adrian magic-removal: Merged to [2687]
(edit) @2663 [2663] 04/10/06 22:15:22 adrian magic-removal: Fixed #1565 -- in_bulk() now returns empty dictionary if …
(edit) @2612 [2612] 04/05/06 06:46:30 lukeplant magic-removal: Added tests for bug #1535 (currently failing)
(edit) @2610 [2610] 04/04/06 14:40:00 lukeplant magic-removal: Added an 'ordering' option on a model in order to make test …
(edit) @2564 [2564] 03/25/06 19:37:06 russellm magic-removal: Fixed assignment notation on descriptors for one-to-one …
(edit) @2518 [2518] 03/12/06 19:33:45 adrian magic-removal: Added first bit of validation-aware models. Model objects …
(edit) @2511 [2511] 03/11/06 22:10:57 russellm magic-removal: Modified descriptor to return None rather than raising …
(edit) @2510 [2510] 03/11/06 21:58:11 russellm magic-removal: Added descriptor code for assignment of related object sets …
(edit) @2507 [2507] 03/08/06 15:05:10 jkocherhans magic-removal: added a couple of constructor tests for model_inheritance.
(edit) @2506 [2506] 03/08/06 14:59:00 jkocherhans magic-removal: model inheirtance can now be more than 1 level deep.
(edit) @2505 [2505] 03/08/06 14:54:03 jkocherhans magic-removal: Fixed #1479. I tried to track down the *real* problem to no …
(edit) @2504 [2504] 03/08/06 14:08:05 jkocherhans magic-removal: added trivial tests for model inheritance.
(edit) @2485 [2485] 03/03/06 18:19:59 lukeplant magic-removal: Implemented 'laziness' for QuerySet? slicing, to restore …
(edit) @2480 [2480] 03/03/06 16:42:16 lukeplant magic-removal: Improved clarity of a test (now possible due to ordering on …
(edit) @2477 [2477] 03/03/06 04:14:53 russellm magic-removal: Updated unit tests to reflect changes in validation errors …
(edit) @2463 [2463] 03/01/06 22:20:22 adrian magic-removal: Fixed typo in modeltests/transactions/models.py docstring
(edit) @2459 [2459] 03/01/06 14:27:58 jacob Fixed #1434 -- added tests for ObjectPaginator? (thanks, Matt)
(edit) @2457 [2457] 03/01/06 11:08:33 jacob magic-removal: added transaction support to Django! see transactions.txt …
(edit) @2445 [2445] 02/28/06 12:10:21 jacob magic-removal: removed "follow" tests since follow is going away and isn't …
(edit) @2437 [2437] 02/28/06 08:02:20 russellm magic-removal: Added fixes to OneToOne? descriptors and RelatedObjects? to …
(edit) @2435 [2435] 02/28/06 05:36:20 russellm magic-removal: Fixed #1407 -- Added a set method for the single object …
(edit) @2434 [2434] 02/28/06 04:12:45 russellm magic-removal: Refs #1407 -- Added remove() and clear() methods for …
(edit) @2430 [2430] 02/27/06 18:25:25 jacob Fixed a little typo in the lookup tests.
(edit) @2429 [2429] 02/27/06 18:23:09 jacob Fixed custom_methods test which was using ne lookup that no longer …
(edit) @2422 [2422] 02/27/06 16:51:36 jacob Added QuerySet?.exclude() which does the opposite of QuerySet?.filter(). As …
(edit) @2410 [2410] 02/27/06 11:33:23 jkocherhans magic-removal: fixed #1409
(edit) @2409 [2409] 02/27/06 08:23:52 russellm magic-removal: Modified behavior of add() for ForeignKey? descriptors to …
(edit) @2393 [2393] 02/25/06 11:37:58 adrian magic-removal: Merged to [2392]
(edit) @2388 [2388] 02/24/06 23:53:55 adrian magic-removal: Merged to [2387]
(edit) @2387 [2387] 02/24/06 22:46:06 adrian magic-removal: Removed legacy init_minimal calls. Unit test framework …
(edit) @2383 [2383] 02/24/06 04:36:04 russellm magic-removal: Fixes #1346 -- Added ability for m2m relations to self to …
(edit) @2380 [2380] 02/24/06 04:15:27 russellm magic-removal: Refs #1346 -- Added unit tests for expected behaviour of …
(edit) @2366 [2366] 02/22/06 07:14:44 lukeplant magic-removal: Added 'ordering' to models in m2m tests to make them more …
(edit) @2339 [2339] 02/18/06 14:24:24 adrian magic-removal: Merged to [2338]
(edit) @2313 [2313] 02/17/06 06:46:03 russellm magic-removal: Removed last references to OLD_get_accessor_name, and added …
(edit) @2310 [2310] 02/16/06 08:07:23 russellm magic-removal: Fixes #1343 -- Modified model validator to only validate …
(edit) @2307 [2307] 02/14/06 03:51:27 russellm magic-removal: Fixed #1219 -- Added implementation of bulk delete, and …
(edit) @2289 [2289] 02/07/06 12:47:32 lukeplant magic-removal: Fixed use of return value of cursor.execute() in m2m add() …
(edit) @2280 [2280] 02/06/06 05:21:02 russellm magic-removal: Fixed #1305 -- Added new unit test group for reverse lookup …
(edit) @2279 [2279] 02/05/06 00:24:35 russellm magic-removal: Deferred import of django.db.models to allow --settings …
(edit) @2278 [2278] 02/04/06 18:03:12 lukeplant magic-removal: elimated 'module._MODELS' and replaced with a register …
(edit) @2275 [2275] 02/04/06 16:47:05 lukeplant magic-removal: Fixed some incorrect tests in many_to_many
(edit) @2267 [2267] 02/04/06 12:28:12 lukeplant magic-removal: Added (failing) tests for m2m .add() (the 'other' end) and …
(edit) @2261 [2261] 02/03/06 18:12:05 adrian magic-removal: Fixed bug in m2m_multiple model unit tests. Down to 10 …
(edit) @2260 [2260] 02/03/06 18:07:03 adrian magic-removal: Added support for QuerySet?.latest() and Manager.latest(), …
(edit) @2259 [2259] 02/03/06 17:47:36 adrian magic-removal: Fixed errors in many_to_one_null model unit tests
(edit) @2258 [2258] 02/03/06 17:42:46 adrian magic-removal: Fixed errors in custom_pk model unit tests
(edit) @2256 [2256] 02/03/06 17:30:12 adrian magic-removal: Fixed errors in m2m_multiple unit tests
(edit) @2254 [2254] 02/03/06 17:26:16 adrian magic-removal: Fixed some bugs in many_to_many unit tests
(edit) @2253 [2253] 02/03/06 17:24:20 adrian magic-removal: Improved model unit-test runner to rollback database for …
(edit) @2251 [2251] 02/03/06 16:31:56 adrian magic-removal: Fixed incorrect related_name in m2o_recursive unit tests
(edit) @2245 [2245] 02/03/06 14:29:45 adrian magic-removal: Fixed bugs in m2o_recursive2 model unit tests
(edit) @2244 [2244] 02/03/06 14:03:04 adrian magic-removal: Fixed many_to_many and m2m_multiple model unit tests to use …
(edit) @2241 [2241] 02/03/06 11:23:24 adrian magic-removal: Updated one_to_one unit tests to use self.restaurant …
(edit) @2237 [2237] 02/03/06 07:28:29 lukeplant magic-removal: Updated m2m_intermediary tests to use new attribute syntax.
(edit) @2210 [2210] 01/31/06 17:28:47 lukeplant magic-removal: Fixed some incorrect tests
(edit) @2206 [2206] 01/31/06 16:02:20 lukeplant magic-removal: fixed an out-by-one error in the 'basic' model tests
(edit) @2205 [2205] 01/31/06 15:54:28 lukeplant magic-removal: extracted usages of QuerySet? in Manager to a single …
(edit) @2202 [2202] 01/30/06 20:27:18 lukeplant magic-removal: Fixed an incorrect model test in 'ordering', and updated …
(edit) @2200 [2200] 01/30/06 20:21:31 adrian magic-removal: Created InBulkQuerySet?, ValuesQuerySet? and DateQuerySet?, …
(edit) @2199 [2199] 01/30/06 20:06:42 lukeplant magic-removal: updated syntax of 'or_lookup' model tests, …
(edit) @2197 [2197] 01/30/06 19:50:16 lukeplant magic-removal: Fixed bug with .values() when no arguments are passed, and …
(edit) @2195 [2195] 01/30/06 19:08:02 adrian magic-removal: Changed syntax in unit tests -- hopefully for the last …
(edit) @2190 [2190] 01/30/06 16:44:05 adrian magic-removal: Updated unit tests to use objects.all()
(edit) @2185 [2185] 01/30/06 00:07:57 adrian magic-removal: Fixed a couple more unit-test bugs
(edit) @2184 [2184] 01/30/06 00:00:50 adrian magic-removal: Fixed bugs in many_to_one unit tests
(edit) @2183 [2183] 01/29/06 23:57:30 adrian magic-removal: Fixed bug in many_to_one unit test
(edit) @2181 [2181] 01/29/06 23:38:02 adrian magic-removal: Implemented QuerySet?.values(). All 'lookup' unit tests …
(edit) @2179 [2179] 01/29/06 23:21:11 adrian magic-removal: Fixed some errors in 'lookup' model unit tests
(edit) @2177 [2177] 01/29/06 22:36:41 adrian magic-removal: Changed get_DATEFIELD_list() manager method to dates(), …
(edit) @2170 [2170] 01/29/06 21:41:18 adrian magic-removal: Fixed bug in manipulators model unit tests
(edit) @2169 [2169] 01/29/06 21:40:06 adrian magic-removal: Changed custom_managers unit tests to set core_filters …
(edit) @2157 [2157] 01/29/06 18:38:23 adrian magic-removal: Updated some of the unit tests to use new syntax. 175 …
(edit) @2151 [2151] 01/28/06 18:23:52 lukeplant magic-removal: Updated model tests for new syntax: 'basic', …
(edit) @2145 [2145] 01/28/06 11:06:05 russellm magic-removal: Modified query lookup to correctly handle non-plural …
(edit) @2125 [2125] 01/25/06 15:51:13 jkocherhans magic-removal: Fixed some model tests that broke with removal of …
(edit) @2107 [2107] 01/22/06 20:34:07 adrian magic-removal: Changed delete() safety-mechanism logic to happen as soon …
(edit) @2047 [2047] 01/18/06 07:16:58 russellm magic-removal: Refs 1219 -- Added DELETE_ALL=True safety mechanism to …
(edit) @2040 [2040] 01/17/06 15:55:07 adrian magic-removal: Added some unit tests to many_to_one that verify deletion …
(edit) @2037 [2037] 01/17/06 13:18:24 adrian magic-removal: Changed save_delete_hooks unit test to use new convention …
(edit) @2035 [2035] 01/17/06 11:57:27 adrian magic-removal: Merged to [2034]
(edit) @2030 [2030] 01/17/06 06:47:12 russellm magic-removal: Fixed template unit tests. Corrected expected output for …
(edit) @2029 [2029] 01/17/06 06:06:16 russellm magic-removal: Fixed #1219 - Added bulk delete for objects.
(edit) @1968 [1968] 01/14/06 19:54:32 adrian magic-removal: Merged to [1967], a fantastic year in pop music
(edit) @1965 [1965] 01/14/06 18:53:19 adrian magic-removal: Merged to [1964]
(edit) @1947 [1947] 01/13/06 11:36:53 jkocherhans magic-removal: updated tests to reflect new location of …
(edit) @1944 [1944] 01/13/06 11:22:44 adrian magic-removal: Fixed #1217 -- Added some template-tag unit tests. Thanks, …
(edit) @1915 [1915] 01/11/06 15:46:32 jkocherhans magic-removal: Updated tests to reflect new location of …
(edit) @1885 [1885] 01/09/06 08:34:17 russellm magic-removal: Cleaned up get_in_bulk() and get_date_list() DB queries …
(edit) @1884 [1884] 01/09/06 05:01:38 russellm magic-removal: Fixed #1133 -- Added ability to use Q objects as args in DB …
(edit) @1877 [1877] 01/08/06 19:48:02 adrian magic-removal: Changed 'reserved_names' model unit tests to add tests that …
(edit) @1856 [1856] 01/08/06 00:16:05 adrian magic-removal: Fixed #1186 -- Fixed problem resolving primary key in some …
(edit) @1845 [1845] 01/06/06 16:45:00 jkocherhans magic-removal: django-admin.py init now installs django.contrib.sessions …
(edit) @1835 [1835] 01/06/06 14:49:38 adrian magic-removal: Merged to [1834]
(edit) @1831 [1831] 01/05/06 16:10:41 adrian magic-removal: Changed manipulator unit tests to remove usage of sorted() …
(edit) @1818 [1818] 01/04/06 11:06:16 adrian magic-removal: Merged to [1817]
Note: See TracRevisionLog for help on using the revision log.