summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-11[1.2.X] Bump to 1.2.7, refs #16804.1.2.7James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16801 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-10[1.2.X] Bump to 1.2.6 for security release.1.2.6James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16769 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-10[1.2.X] Altered the behavior of URLField to avoid a potential DOS vector, ↵Russell Keith-Magee
and to avoid potential leakage of local filesystem data. A security announcement will be made shortly. Backport of r16760 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16766 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-10[1.2.X] Corrected an issue which could allow attackers to manipulate session ↵Russell Keith-Magee
data using the cache. A security announcement will be made shortly. Backport of r16759 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16765 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-10[1.2.X] Added protection against spoofing of X_FORWARDED_HOST headers. A ↵Russell Keith-Magee
security announcement will be made shortly. Backport of r16758 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16764 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-09[1.2.X] Updated AJAX example code in CSRF docs to be consistent regarding ↵Luke Plant
what are safe HTTP methods Backport of [16202] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16204 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-09[1.2.X] Fixed #15469 - CSRF token is inserted on GET requestsLuke Plant
Thanks to goran for report. Backport of [16191] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16194 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-09[1.2.X] Fixed #15869 - example AJAX code in CSRF docs fails sometimes for ↵Luke Plant
IE7 or absolute same origin URLs Thanks to nick for the report. Backport of [16183] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@16185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-24[1.2.X] Ensure stdin is a tty before handing it to termios, so as to prevent ↵Karen Tracey
prolems when running under IDEs. r15911 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-22[1.2.X] Fixed typo in forms API documentation.Simon Meers
Backport of r15896 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-21[1.2.X] Tweaked title level in custom file storage systems documentation.Ramiro Morales
Backport of [15888] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15889 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-19[1.2.X] Fixed #15565: Ensure terminal echo is on after reloader reloads ↵Karen Tracey
(something turns it off on some systems if reload happens while at a pdb prompt). Thanks for the report zimnyx. r15883 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15884 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-19[1.2.X] Fixed #13686 -- Ensure that memcache handling of unicode values in ↵Russell Keith-Magee
add() and set_many() is consistent with the handling provided by get() and set(). Thanks to nedbatchelder for the report, and to jbalogh, accuser and Jacob Burch for their work ont the patch. Backport of r15880 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15881 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-17[1.2.X] Fixed #14133 -- Updated Windows installation instructions for ↵Justin Bronn
GeoDjango, now recommend the OSGeo4W installer for spatial libraries. Backport of r15872 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15873 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-17[1.2.X] Fixed #15622 -- Clear content type cache to avoid problems with ↵Russell Keith-Magee
subsequence TransactionTestCases. Thanks to zyga for the report Backport of r15867 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-17[1.2.X] Fixed #15142 -- Force test views to be non-cached so that projects ↵Russell Keith-Magee
with caching middleware enabled don't cause test failures. Thanks to jsdalton for the report and patch Backport of r15865 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-17[1.2.X] Fixed #15569 -- Corrected the numbering updates to inlines when rows ↵Russell Keith-Magee
are added and deleted. Thanks to sbaechler for the report, to Arthur de Jong and mk for the work on the patch, and to Karen Tracey for the last minute testing help. Backport of r15862 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16[1.2.X] Added GIS test fixture directories to the MANIFEST.Justin Bronn
Backport of r15860 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16[1.2.X] Add `setUp` and `tearDown` methods to the geographic feed and ↵Justin Bronn
sitemap tests to ensure `Site` exists for tests. Backport of r15856 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16[1.2.X] Use Sphinx `:download:` directives for spatial database template ↵Justin Bronn
creation scripts instead of linking to geodjango.org. Backport of r15854 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16[1.2.X] Fixed #15194 -- Add OSGeo4W DLL library names to GEOS and GDAL ↵Justin Bronn
interfaces. Thanks, master for ticket and initial patch. Backport of r15852 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15853 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16[1.2.X] Fixed #15533 -- Now use 3857 as spherical mercator projection ↵Justin Bronn
instead of deprecated 900913 on platforms that support it. Thanks to cnorthwood for bug report and Christopher Schmidt for OpenLayers JavaScript workaround. Backport of r15845 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-15[1.2.X] Fixed #15617 - CSRF referer checking too strictLuke Plant
Thanks to adam for the report. Backport of [15840] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15844 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-15[1.2.X] Previous changeset did not include new test data, stupid ↵Justin Bronn
hgsubversion. Refs #15378. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15815 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-15[1.2.X] Fixed #15378 -- Now properly handle OGR layers that have features ↵Justin Bronn
with invalid geometries. Thanks, kunitoki for bug report and initial patch. Backport of r15813 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-14[1.2.X] Added backwards-incompatibility note for r15808.Carl Meyer
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-14[1.2.X] Fixed #9213 - Added check to prevent inactive users from resetting ↵Carl Meyer
their password. Thanks to John Scott for report and draft patch, and Evgeny Fadeev for final patch with test. Backport of r15805 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-14[1.2.X] Fixed brittle tests that broke with release of GDAL 1.8.Justin Bronn
Backport of r15806 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15807 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-14[1.2.X] Fixed an invalid import in the GeoDjango 3D tests.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15804 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-10[1.2.X] Fixed #15592 -- corrected an missing backtick in the syndication ↵Gabriel Hurley
docs. Thanks to bradley.ayers for the report and patch. Backport of [15793] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15794 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-10[1.2.X] Fixed #15559 - distinct queries introduced by [15607] cause errors ↵Luke Plant
with some custom model fields This patch just reverts [15607] until a more satisfying solution can be found. Refs #11707 Backport of [15791] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-10[1.2.X] Fixed a bunch more tests that were failing in Oracle due to false ↵Ian Kelly
assumptions about the primary keys of objects. Backport of r15789 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15790 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-09[1.2.X] Fixed another case-sensitivity bug in Oracle introspection. This ↵Ian Kelly
one was harmless, but it was causing an irritating test failure. Backport of r15787 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15788 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-09[1.2.X] Fixed a case-sensitivity bug in Oracle introspection that was ↵Ian Kelly
preventing inspectdb from identifying foreign keys. Backport of r15785 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15786 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-09[1.2.X] Fixed a test that was failing in Oracle due to default ordering ↵Ian Kelly
assumptions. Backport of r15783 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15784 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-09[1.2.X] Fixed a number of tests that were failing in Oracle due to false ↵Ian Kelly
assumptions about the primary keys of objects. Backport of r15779 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15780 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-08[1.2.X] Added a skip for a test that fails in Oracle. Unlike other ↵Ian Kelly
backends, Oracle does not allow duplicate rows where there is a unique_together constraint for which some but not all of the columns are NULL. Backport of r15777 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15778 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-08[1.2.X] Fixed field names that were preventing the tests from running in ↵Ian Kelly
Oracle. Backport of r15774 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15775 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-07[1.2.X] Fixed #15554 -- Corrected test failure in contenttypes when default ↵Russell Keith-Magee
site isn't example.com. Thanks to twil for the report, and PaulM for the patch. Backport of r15766 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15767 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-06[1.2.X] Fixed #3094 -- Updated docs to reflect actual behavior of XMLField. ↵Russell Keith-Magee
Thanks to PaulM for the patch. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15764 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-05[1.2.X] Added trove classifiers for specific python versions. Thanks to ↵Russell Keith-Magee
Brett Cannon for the suggestion. Backport of r15760 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15761 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-04[1.2.X] Fixed #11864 -- Improved the "see also" section of the many-to-one ↵Gabriel Hurley
model topic guide to more clearly connect people to the backwards-related objects docs and to the correct point in the model tests for sample code (since the doctests went away). Thanks to dwillis for the work on the patch. Backport of [15758] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15759 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-04[1.2.X] Fixed #15547 -- incorrect link in generic views reference page. 1.2 ↵Simon Meers
only. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15756 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-04[1.2.X] Refs #15550 -- Corrected another primary-key ordering problem in the ↵Russell Keith-Magee
modelforms tests. Thanks to bberes for the report. Backport of r15753 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15754 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-04[1.2.X] Fixed #15550 -- Corrected an ordering dependency in the model_forms ↵Russell Keith-Magee
doctests. Thanks to bberes for the report. Backport of r15745 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15748 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-04[1.2.X] Fixed #15549 -- Removed dependency on specific primary keys. Thanks ↵Russell Keith-Magee
to bberes for the report. Backport of r15744 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15747 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-04[1.2.X] Fixed #15548 -- Added an ordering clause to prevent test failures ↵Russell Keith-Magee
under Postgres. Thanks to bberes for the report. Backport of r15743 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15746 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-03[1.2.X] Fixed #15504 -- Cleaned up contrib.syndication and ↵Gabriel Hurley
contrib.utils.feedgenerator docs. Corrected numerous reST problems, removed duplicate method declarations, corrected method signatures, etc. Thanks to slinkp for the report. Backport of [15739] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15740 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-03[1.2.X] Fixed #11206 -- Ensure that the floatformat template filter doesn't ↵Ramiro Morales
switch to scientific notation when asked to format a zero value with more than six decimal places. Thanks Tai Lee for the report and fix and Facundo Batista for his help when Decimal module expertise was needed. Backport of [15736] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15738 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-03[1.2.X] Added crossref targets for a couple of Django exceptions and cleaned ↵Gabriel Hurley
up related reST markup. Backport of [15733] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15734 bcc190cf-cafb-0310-a4f2-bffc1f526a37