summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Collapse)Author
2010-05-14[1.1.X] Bump to 1.1.2.1.1.2James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-13[1.1.X] Fixed #13514 -- Corrected the process of loading multiple javascript ↵Russell Keith-Magee
translation catalogs. Thanks to jtiai for the report, to Ramiro Morales for working out the test case, and to Ramiro and Jannis for their help on the fix. Backport of r13250 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #12892 - Fixed unicode related bug in a utility function of ↵Jannis Leidel
the admindocs app that prevented it to be used in non-English environments together with certain versions of docutils. Backport from trunk, r13192 git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13194 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10[1.1.X] Fixed #13168 - Corrected the alignment of the admin inline headers ↵Jannis Leidel
for rtl languages. Thanks for the report and patch, benc. Backport from trunk, r13191 git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04[1.1.X] Fixed #13467 -- Corrected Japanese translation for password reset ↵Russell Keith-Magee
emails. Thanks to cdeyoung for the report. Backport of r13084 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13086 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04[1.1.X] Fixed #13464 -- Reworked module_has_submodule to break the ↵Russell Keith-Magee
requirement for loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach. Backport of r13082 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-03[1.1.X] Updated the Italian translationNicola Larosa
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-03[1.1.X] Italian translation updated by makemessages, to be fixedNicola Larosa
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13075 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-02[1.1.X] Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n ↵Jannis Leidel
admin view. Backport of r13069 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-01[1.1.X] Fixed #13453: Corrected typo in template syntax error message. ↵Karen Tracey
Thanks jheasly. r13061 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-30[1.1.X] Fixed #12851 -- Another attempt at fixing select_related() with ↵Russell Keith-Magee
inherited models, this time with only(). Thanks to phxx for the test case. Backport of r13059 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-30[1.1.X] Fixed #13431 -- Corrected a unicode literal in select widgets. ↵Russell Keith-Magee
Thanks to gutworth for the report. Backport of r13036 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13056 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-30[1.1.X] Fixed #12851 -- Corrected the loading of values when ↵Russell Keith-Magee
select_related() is used on inherited models. Thanks to phxx for the report and test case. Backport of r13054 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-28[1.1.X] Fixed a bug preventing cursor variables from being passed as bind ↵Ian Kelly
parameters in the oracle backend. Backport of r13042 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-27Python 2.3 compatibility: replaced rsplit with something that works on 2.3.Karen Tracey
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13030 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-25[1.1.X] Fixed #13404 -- Reworked module_has_submodule() to allow it to work ↵Russell Keith-Magee
under AppEngine. Thanks to Waldemar Kornewald for the report and testing help. Backport of r13023 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13024 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-23[1.1.X] Fixed #11764 -- Added a missing set of parentheses in a call ↵Russell Keith-Magee
calculating the select_related tables. Thanks to aurelio for the report and original patch, and wogan for the updated patch. Backport of r13019 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-21[1.1.X] Fixed #13396 -- Modified the SQLite introspection code to avoid a ↵Russell Keith-Magee
problem with unconsumed cursors on PyPy. Thanks to Alex Gaynor for the report and fix. Backport of r13016 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-20[1.1.X] Fixed #13387 -- Removed some duplicated departments in the French ↵Russell Keith-Magee
localflavor. Thanks to Pinaraf for the report. Backport of r13006 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13007 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-19[1.1.X] Fixed #13374 -- Corrected some more minor issues causing problems ↵Russell Keith-Magee
for PyPy. Thanks to Alex Gaynor for the report and patch. Backport of r12998 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12999 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-16[1.1.X] Fixed #11810 -- Fixed typo and errors that prevented `modifiable` ↵Justin Bronn
from working in the geographic admin. Thanks to Rob Coup for the bug report. Refs #12504. Backport of r12995 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12996 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-16[1.1.X] Fixed #13357 -- Minor changes to get Django running under PyPy. ↵Russell Keith-Magee
Thanks to Alex Gaynor for the patch. Backport of r12991 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12992 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-15[1.1.X] Fixed #9427: Allow for autodiscover to load admin modules from apps ↵Karen Tracey
in eggs. Thanks clint and metzen. r12989 (and r12192 as a side-effect) from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-15[1.1.X] Fixed #13348: Restored ability to load models from apps in eggs. ↵Karen Tracey
Thanks Ramiro and metzen for pointers on how to find out if a module loaded from an egg has a particular submodule. r12982 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-14[1.1.X] Fixed #13335: Adjusted the r12950 fix to properly handle import ↵Karen Tracey
errors resulting from nested calls to load_app. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12973 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-13[1.1.X] Fixed #13332 -- Corrected the cleanup code in the test client to ↵Russell Keith-Magee
avoid a refcounting problem with signal handlers. This is a fix for the benefit of PyPy's hybrid GC. Thanks to Alex Gaynor for the report and patch. Backport of r12964 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-13[1.1.X] Refs #13227 -- Partial backport of r12865; backported the changes to ↵Russell Keith-Magee
Where tree cloning logic to ensure that unclonable objects in a where() clause don't break querying. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12963 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-12[1.1.X] Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in ↵Karen Tracey
the database r12171 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12960 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-12Fixed #11957 -- exceptions in admin.py are no longer hidden after second requestBrian Rosner
Before you had to restart runserver for the correct exception message to show up again. Reverts fix in r9680 which has this side-affect. Thanks to jarrow, carljm and ramiro for their work on the patch and tickets. Backport of r12956 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12957 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-12[1.1.X] Fixed #13309 -- Ensure that delete() deletes everything it should ↵Russell Keith-Magee
delete(). Thanks to craig.kimerer@gmail.com for the report Backport of r12941 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12955 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-12[1.1.X] Fixed #11696: Changed app loading code so that it does not swallow ↵Karen Tracey
import errors that used to be (prior to r10088) raised. r12950 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12951 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-11[1.1.X] Fixed #9437 -- Now close the connection after getting the PostGIS ↵Justin Bronn
version during spatial backend initialization. Backport of r12948 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12949 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-05[1.1.X] Fixed #13129 -- Corrected CSS on RTL layout when a changelist has ↵Russell Keith-Magee
admin actions and is filtered. Thanks to mksoft for the report and patch. Backport of r12920 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12921 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-05[1.1.X] Fixed #12260 -- Corrected CSS when using checkbox widgets on a ↵Russell Keith-Magee
ModelMultipleChoiceField in admin. Thanks to tiliv for the report and fix. Backport of r12918 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12919 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-05[1.1.X] Fixed #11949 -- Added a hook to allow ModelAdmin customization of ↵Russell Keith-Magee
the delete selected template. Thanks to bendavis78 for the report and patch, and Ramiro Morales for his cleanup work. Backport of r12916 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12917 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-04[1.1.X] Fixed #12328 -- Corrected the handling of subqueries with ordering ↵Russell Keith-Magee
and slicing, especially when used in delete subqueries. Thanks to Walter Doekes for the report. This fixes a feature that isn't available under MySQL and Oracle (Refs #10099). Backport of r12912 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-03[1.1.X] Fixed #12247 -- Corrected the way update queries are processed when ↵Russell Keith-Magee
the update only refers to attributes on a base class. Thanks to jsmullyan for the report, and matiasb for the fix. Backport of r12910 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-02[1.1.X] Fixed #11956 -- Modified the handling of m2m relationships between ↵Russell Keith-Magee
subclasses. Thanks to nidi for the report, and astoneman for the suggestion on how to fix the problem. Backport of r12908 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-01[1.1.X] Fixed #13256 -- `OGRGeometry` no longer raises an exception when ↵Justin Bronn
compared to instances of different types. Thanks, ninowalker for the bug report. Backport of r12905 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-01[1.1.X] Fixed #13259 -- Ensure that multiple calls to message() don't ↵Russell Keith-Magee
corrupt any extra message headers. Thanks to canburak for the report, and Andi Albrecht for the fix. Backport of r12901 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-31[1.1.X] No longer use the deprecated GEOS C API function ↵Justin Bronn
`GEOSGeomFromWKB_buf` when unpickling `GEOSGeometry` objects. Backport of r12898 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-31[1.1.X] Fixed #11916 -- Corrected handling of aggregation when there is a ↵Russell Keith-Magee
subquery provided in an extra(select=) clause. Thanks to jaklaassen@gmail.com for the report, and to tobias, paluh, Karen Tracey and Ian Kelly for their work on the fix. Backport of r12896 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12897 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-31[1.1.X] Fixed #13253 -- Updated the help message for dumpdata to indicate ↵Russell Keith-Magee
that individual models can be serialized. Thanks to arowla for the report. Backport of r12893 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-31[1.1.X] Restored pre-r10062 behavior allowing None from formfield_callback ↵Brian Rosner
to exclude itself from the form Backported from r12891 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-29[1.1.X] Fixed #10594 -- `GeoQuerySet` measurment methods no longer crash on ↵Justin Bronn
geometry fields with NULL values. Thanks, whiteinge for the bug report and yourcelf for the initial patch. Backport of r12885 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12886 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-29[1.1.X] Added another GDAL bug workaround for retrieving the correct ↵Justin Bronn
coordinate dimension on geometry collections. Refs #12312. Backport of r12883 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12884 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-29[1.1.X] Fixed #11785 -- Clarified error message when the layer geometry type ↵Justin Bronn
doesn't match the model field. Thanks, esizikov for bug report and initial patch. Backport of r12880 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12881 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-29[1.1.X] Fixed #12312 -- Set the coordinate dimension on each component of ↵Justin Bronn
geometry collections after transform (refines GDAL bug workaround introduced in r11629). Thanks, yourcelf for bug report. Backport of r12878 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-29[1.1.X] `OGRGeomType` now recognizes 2.5D types, and removes need for ↵Justin Bronn
unnecessary workaround in `Layer.geom_type`; corrected geometry type in test VRT file. Refs #11433. Backport of r11739 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-29[1.1.X] Fixed a brittle test case that was failing on PostGIS versions < 1.4.Justin Bronn
Backport of r11729 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12876 bcc190cf-cafb-0310-a4f2-bffc1f526a37