Django

Code

root/django/trunk/tests


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7520 [7520] 05/08/08 07:51:50 adrian Added a bunch of missing svn:ignore properties for .pyc files. Thanks, …
(edit) @7502 [7502] 04/28/08 16:15:05 adrian Changed Query.get_columns() to quote the 'AS' column names in an …
(edit) @7501 [7501] 04/28/08 12:31:08 ikelly Renamed a field in the queries test schema that was preventing the tests …
(edit) @7495 [7495] 04/28/08 06:51:16 mtredinnick Added a test to demonstrate the remaining problem in #7095. Only fails …
(edit) @7493 [7493] 04/27/08 23:29:06 mtredinnick Fixed #7096 -- The simplifications in [7461] weren't complete. They …
(edit) @7490 [7490] 04/27/08 21:27:19 mtredinnick Fixed #7098 -- Old-style related-model order_by() syntax was being …
(edit) @7485 [7485] 04/27/08 19:03:01 adrian Added some tests to modeltests/many_to_one that demonstrate a …
(edit) @7477 [7477] 04/26/08 21:50:16 mtredinnick Merged the queryset-refactor branch into trunk. This is a big internal …
(edit) @7379 [7379] 03/29/08 10:26:58 gwilson Comment correction, get_list is now filter.
(edit) @7359 [7359] 03/24/08 09:19:12 mtredinnick Added a test for month selection under SQLite in case an old possible bug …
(edit) @7355 [7355] 03/24/08 08:10:48 mtredinnick Fixed #6868 -- Fixed test results for Windows systems. Thanks, Ned …
(edit) @7337 [7337] 03/20/08 02:44:46 mtredinnick Fixed #5917 -- More error robustness in date parsing in SelectDateWidget?, …
(edit) @7335 [7335] 03/20/08 02:19:53 mtredinnick Fixed #6825 -- Fixed the model_forms tests to also work on Windows by …
(edit) @7332 [7332] 03/20/08 01:56:46 mtredinnick Forgot to commit a new file from [7328].
(edit) @7331 [7331] 03/20/08 01:56:23 mtredinnick Fixed #6445 -- Allow model instances to be used as a default for …
(edit) @7330 [7330] 03/20/08 01:50:54 mtredinnick Fixed #5982 -- Changed test client's URL processing to match core's …
(edit) @7328 [7328] 03/20/08 01:35:53 mtredinnick Merged the tests and documentation from #4720 to support the changes in …
(edit) @7326 [7326] 03/19/08 18:10:45 jacob Fixed #4620: you can now easily add custom labels to ModelChoiceFields? via …
(edit) @7323 [7323] 03/19/08 17:29:11 jacob Fixed #5894: added FilePathField? to newforms. Thanks, Alex Gaynor.
(edit) @7322 [7322] 03/19/08 14:11:51 jacob Replaced dict reprs in tests with explicit looks at each key. This should …
(edit) @7308 [7308] 03/18/08 16:53:39 adrian Changed pagination tests to suppress the DeprecationWarning?
(edit) @7306 [7306] 03/18/08 16:13:48 adrian Added a new and improved Paginator class, which allows you to pass a Page …
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7291 [7291] 03/18/08 09:20:43 mtredinnick Fixed #6230: Fixed the addition of id values to the select widgets …
(edit) @7269 [7269] 03/17/08 12:47:34 gwilson Fixed #6679 -- In decorator_from_middleware, don't unpack arguments when …
(edit) @7264 [7264] 03/17/08 11:03:46 mtredinnick Tweaked an i18n test that is a bit sensitive to Python versions. It …
(edit) @7258 [7258] 03/17/08 09:05:43 mtredinnick Fixed #6492 -- Added bullet-proofing to isValidFloat validator. Thanks, …
(edit) @7257 [7257] 03/17/08 08:49:04 mtredinnick Fixed #6764 -- Added some error checking around cookie decoding. …
(edit) @7207 [7207] 03/08/08 08:41:13 gwilson Fixed tests added in [7200] to not depend on unpredictable key order of …
(edit) @7200 [7200] 03/07/08 21:06:30 gwilson Fixed #5595 -- Made ModPythonRequest.__repr__ return a string instead of …
(edit) @7161 [7161] 02/26/08 17:12:47 jacob Re-enable substring lookups for IP address fields in Postgres using HOST() …
(edit) @7160 [7160] 02/26/08 16:17:45 jacob Reverted [7151] since it breaks exact IP lookups on PostgreSQL. Reopens …
(edit) @7158 [7158] 02/26/08 15:13:16 jacob Beefed up support for "lazy" related objects. Now, in addition to …
(edit) @7157 [7157] 02/26/08 14:23:10 jacob Fixed a missing init.py from [7153]
(edit) @7153 [7153] 02/25/08 00:02:35 gwilson Fixed #5701 -- Fixed decorators to take the name, attributes, and …
(edit) @7151 [7151] 02/23/08 03:15:35 mtredinnick Fixed #708 -- Fixed searching within IP fields on PostgreSQL. Based on a …
(edit) @7150 [7150] 02/23/08 02:36:41 mtredinnick Fixed #3689, #5223 -- Fixed "1st of January" comparisons for SQLite …
(edit) @7145 [7145] 02/22/08 06:50:10 russellm Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures …
(edit) @7140 [7140] 02/21/08 15:27:44 mtredinnick Fixed #6627 -- Made dict.clear() work for SortedDicts?.
(edit) @7132 [7132] 02/18/08 19:59:34 mtredinnick Fixed #2936, #6500 -- Added a hash() method to Models (since we …
(edit) @7129 [7129] 02/18/08 17:08:51 mtredinnick Fixed #6611 -- When copying a SortedDict, make a new copy of the keys …
(edit) @7120 [7120] 02/15/08 09:17:48 mtredinnick Removed a portion of the test suite that was a pain on Python 2.3. No …
(edit) @7119 [7119] 02/15/08 05:38:53 mtredinnick Made a bunch of tiny documentation formatting and typo fixes. Thanks, …
(edit) @7115 [7115] 02/14/08 11:38:05 mtredinnick Modified [7112] to make things behave more in line with Python subclassing …
(edit) @7112 [7112] 02/14/08 06:56:49 mtredinnick Fixed #6337. Refs #3632 -- Fixed ModelForms? subclassing, to the extent …
(edit) @7091 [7091] 02/05/08 19:04:30 mtredinnick Fixed #6409 -- Unbreak compound locale name parsing (e.g. zh-cn). This …
(edit) @7079 [7079] 02/03/08 02:54:26 mtredinnick Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize …
(edit) @7062 [7062] 02/02/08 20:02:41 mtredinnick Fixed #6465 -- Tweaked MergeDict?.getlist() to work with Django's …
(edit) @7060 [7060] 02/02/08 19:49:55 mtredinnick Fixed #6326 -- Made the test for translations of filter arguments test …
(edit) @7054 [7054] 02/01/08 11:32:29 gwilson Fixed #5422 -- Added a raw parameter to model pre_save and post_save
(edit) @7025 [7025] 01/18/08 09:53:19 jacob Fixed #6302 for ImageFields?.
(edit) @7021 [7021] 01/17/08 12:03:21 jkocherhans Fixed #6302. FileField? no longer requires a value if one already exists. …
(edit) @7015 [7015] 01/12/08 20:19:06 gwilson Fixed #6365 -- Added blank=True to parent attribute of m2o_recursive
(edit) @7000 [7000] 01/06/08 01:23:21 mtredinnick Fixed Python 2.3 problem I introduced all the way back in [6852]. :-(
(edit) @6998 [6998] 01/05/08 21:53:33 mtredinnick Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel.
(edit) @6996 [6996] 01/04/08 18:03:12 adrian Reverted 'regroup' template tag changes from [6956], as they caused bug …
(edit) @6995 [6995] 01/04/08 16:51:22 ikelly Fixed #6254: Made fetchone() in the oracle backend correctly convert …
(edit) @6991 [6991] 01/02/08 20:14:29 gwilson Middleware regression test fixes: * Added a models.py file so the tests …
(edit) @6985 [6985] 01/01/08 23:23:21 adrian Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation …
(edit) @6981 [6981] 01/01/08 23:01:03 adrian Fixed #6295 -- Made the {% for %} tag a bit more efficient by creating a …
(edit) @6956 [6956] 12/19/07 00:11:55 gwilson Removed some reverse string craziness from the regroup template tag …
(edit) @6952 [6952] 12/18/07 22:43:47 mtredinnick Fixed #5670 -- Changed the validation of the UK postcode widget to allow …
(edit) @6950 [6950] 12/18/07 22:20:02 mtredinnick Fixed #6239 -- Fixed an auto-escaping problem with urlizetrunc. Thanks, …
(edit) @6939 [6939] 12/17/07 05:46:48 mtredinnick Fixed #5596 -- Changed the static view for the development server so that …
(edit) @6934 [6934] 12/17/07 04:31:20 mtredinnick Fixed #6200 -- Made the core tests independent of the value of LOGIN_URL, …
(edit) @6928 [6928] 12/17/07 02:50:19 mtredinnick Fixed a Python 2.3 problem from [6927].
(edit) @6927 [6927] 12/17/07 02:05:51 mtredinnick Fixed #5956 -- Added a better error description for non-ASCII HTTP …
(edit) @6926 [6926] 12/17/07 02:05:27 mtredinnick Fixed #5871 -- Factored out the validation errors in localflavor form …
(edit) @6917 [6917] 12/12/07 21:14:31 jkocherhans Changed ModelForms? to allow inheritance as long as their model attributes …
(edit) @6915 [6915] 12/12/07 20:48:04 jkocherhans Fixed #6162. ModelForm?'s init signature now matches Form's. This is a …
(edit) @6905 [6905] 12/10/07 20:22:40 ikelly Fixed ORA-01461 error when trying to store more than 4000 bytes in a …
(edit) @6900 [6900] 12/09/07 01:12:07 mtredinnick Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs …
(edit) @6892 [6892] 12/04/07 15:08:29 jacob Fixed #4131: added an "escapejs" filter for use in JavaScript? strings, and …
(edit) @6891 [6891] 12/04/07 14:31:34 jacob Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the …
(edit) @6887 [6887] 12/04/07 12:03:56 jacob Fixed #6099: the filebased cache backend now uses md5 hashes of keys …
(edit) @6885 [6885] 12/04/07 11:14:32 jacob Fixed #6122: Fixed tests broken by [6872]. Thanks, Matt.
(edit) @6854 [6854] 12/02/07 17:57:22 mtredinnick Fixed #4563 -- Context.pop/push/update return the top-level dictionary …
(edit) @6852 [6852] 12/02/07 17:25:55 mtredinnick Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common …
(edit) @6845 [6845] 12/02/07 14:17:10 mtredinnick Fixed #6071 -- Fixed another infinite recursion problem in SafeString?
(edit) @6844 [6844] 12/02/07 13:29:54 mtredinnick Fixed #6042 -- ModelForms? implementation from Joseph Kocherhans. Still …
(edit) @6843 [6843] 12/02/07 12:43:01 mtredinnick Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran.
(edit) @6838 [6838] 12/02/07 12:21:07 mtredinnick Fixed #3511 -- Changed QuerySet?.get() to return a MultipleObjectsReturned?
(edit) @6835 [6835] 12/02/07 12:10:07 mtredinnick Fixed #3323 -- More robust error handling for related objetcs. Thanks, …
(edit) @6824 [6824] 12/01/07 19:45:59 gwilson Fixed a use of maxlength, refs #2101.
(edit) @6823 [6823] 12/01/07 19:44:58 gwilson Removed unused import.
(edit) @6822 [6822] 12/01/07 18:35:14 mtredinnick Fixed #6086 -- Deprecate the "simple" cache backend in favour of …
(edit) @6816 [6816] 12/01/07 16:26:24 mtredinnick Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode? -> unicode. …
(edit) @6814 [6814] 12/01/07 15:58:51 mtredinnick Fixed #5979 -- Always use SITE_ID=1 when running Django's core tests. …
(edit) @6813 [6813] 12/01/07 15:18:45 mtredinnick Fixed #6068 -- Updated docstrings in model tests to make the …
(edit) @6778 [6778] 11/30/07 09:32:01 mtredinnick Fixed #6057 -- Mark rendered template output as safe for auto-escaping …
(edit) @6752 [6752] 11/29/07 14:10:00 mtredinnick Fixed #6030 -- More robust error handling for the "float" filter. …
(edit) @6751 [6751] 11/29/07 14:09:54 mtredinnick Fixed #6050 -- Handled edge-case of duplicate keys being passed …
(edit) @6749 [6749] 11/29/07 13:39:46 mtredinnick Fixed #6023 -- Fixed daylight savings determination for years beyond 2038 …
(edit) @6748 [6748] 11/29/07 13:30:49 mtredinnick Fixed #5989 -- Fixed a problem with values being incorrectly reused …
(edit) @6746 [6746] 11/29/07 13:30:38 mtredinnick Fixed #6014 -- More robust error handling when validating decimal …
(edit) @6745 [6745] 11/29/07 13:22:03 mtredinnick Fixed #5959 -- Fixed handling of False values in hidden boolean fields. …
(edit) @6744 [6744] 11/29/07 12:15:46 mtredinnick Fixed #5939 -- Added normalization for New Brunswick in the Canadian …
(edit) @6733 [6733] 11/29/07 10:32:18 mtredinnick Fixed #4653 -- Improved the logic to decide when to include (and select …
(edit) @6731 [6731] 11/29/07 09:47:47 mtredinnick Fixed #1291 -- Fixed a potential infinite loop for some URL constructions …
(edit) @6729 [6729] 11/28/07 19:44:30 mtredinnick Added tests and a small optimisation for [6721]. Thanks SmileyChris?. Fixed …
Note: See TracRevisionLog for help on using the revision log.