Django

Code

root/django/trunk/tests/regressiontests


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) @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) @7477 [7477] 04/26/08 21:50:16 mtredinnick Merged the queryset-refactor branch into trunk. This is a big internal …
(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) @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) @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) @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) @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) @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) @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) @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) @7021 [7021] 01/17/08 12:03:21 jkocherhans Fixed #6302. FileField? no longer requires a value if one already exists. …
(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) @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) @6905 [6905] 12/10/07 20:22:40 ikelly Fixed ORA-01461 error when trying to store more than 4000 bytes in a …
(edit) @6892 [6892] 12/04/07 15:08:29 jacob Fixed #4131: added an "escapejs" filter for use in JavaScript? strings, and …
(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) @6843 [6843] 12/02/07 12:43:01 mtredinnick Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran.
(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) @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) @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) @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 …
(edit) @6724 [6724] 11/28/07 15:04:05 mtredinnick Fixed #5890 -- fixed the far edge-case of allowing constant strings …
(edit) @6722 [6722] 11/28/07 14:19:54 mtredinnick Fixed #5730: Conditionally escape widget contents in newforms to …
(edit) @6717 [6717] 11/25/07 20:39:48 gwilson Fixed #5993 -- Made RadioSelect easier to subclass by giving it a …
(edit) @6715 [6715] 11/25/07 12:16:40 gwilson Added a few more tests for MultiValueDict.
(edit) @6706 [6706] 11/19/07 19:37:57 mtredinnick Fixed #5983 -- Made iriencode filter respect safe strings. Patch …
(edit) @6696 [6696] 11/18/07 21:12:19 gwilson Removed vary_delim_re in django/utils/cache.py in favor of existing …
(edit) @6694 [6694] 11/18/07 14:25:23 gwilson Fixed #5975 -- Gave ModelChoiceField and ModelMultipleChoiceField
(edit) @6689 [6689] 11/17/07 21:36:03 mtredinnick Fixed #5969 -- Corrected a problem introduced in [6682]. *sigh* As usual, …
(edit) @6684 [6684] 11/17/07 06:18:09 mtredinnick Fixed a couple of chained filter tests that weren't demonstrating what …
(edit) @6683 [6683] 11/17/07 06:12:40 mtredinnick Fixed some missed auto-escaping and URL quoting cases in the urlize …
(edit) @6682 [6682] 11/17/07 06:12:18 mtredinnick Fixed a few problems with variable resolving inside of blocktrans tags. A …
(edit) @6681 [6681] 11/17/07 06:11:54 mtredinnick Translating safe strings should return a safe result.
(edit) @6680 [6680] 11/17/07 06:11:26 mtredinnick Fixed #5945 -- Treat string literals in template filter arguments as …
(edit) @6679 [6679] 11/16/07 22:04:12 mtredinnick Fixed #4713 -- Fixed handling of _() in template tag arguments. Based …
(edit) @6673 [6673] 11/14/07 15:07:27 mtredinnick Content coming via {{ block.super }} is always going to be correctly …
(edit) @6671 [6671] 11/14/07 06:58:53 mtredinnick Implemented auto-escaping of variable output in templates. Fully …
(edit) @6662 [6662] 11/10/07 21:55:44 mtredinnick Fixed #5898 -- Changed a few response processing paths to make things …
(edit) @6647 [6647] 11/03/07 21:32:02 gwilson Added tests for floatformat template filter for number with non-zero …
(edit) @6644 [6644] 11/03/07 21:08:15 mtredinnick Fixed a Python 2.3 problem.
(edit) @6634 [6634] 10/30/07 22:59:40 gwilson Fixed #5816 -- Fixed a regression from [6333] that generates incorrect …
(edit) @6625 [6625] 10/28/07 00:40:26 gwilson Fixed #3457 -- Allow overridding of error messages for newforms Fields.
(edit) @6619 [6619] 10/27/07 01:23:19 mtredinnick Removed an "XFAIL" marker that was accidentally hanging around since …
(edit) @6618 [6618] 10/27/07 01:23:05 mtredinnick Fixed an invalid URL specification.
(edit) @6612 [6612] 10/26/07 15:08:56 jacob Committed missing file from [6608].
(edit) @6608 [6608] 10/26/07 14:52:42 jacob i18n security fix. Details will be posted shortly to the Django mailing …
(edit) @6595 [6595] 10/22/07 17:04:00 mboersma Changed field to "def_date" from "date" in new tests from [6568] so we can …
(edit) @6594 [6594] 10/22/07 08:13:12 mtredinnick Fixed #5794 -- Be more robust when rendering a DateTimeInput? widget. …
(edit) @6593 [6593] 10/21/07 19:52:54 mtredinnick Fixed #5183 -- Added deepcopy, pop() and popitem() to SortedDict. …
(edit) @6582 [6582] 10/21/07 12:14:25 mtredinnick Fixed #2920 -- Removed _() from builtins. This is backwards incompatible, …
Note: See TracRevisionLog for help on using the revision log.