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