summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.2.X] Fixed #17846 -- Made a note about the micro-version in which a securi...stable/1.2.xRamiro Morales2012-03-101-1/+1
* [1.2.X] Bump to 1.2.7, refs #16804.1.2.7James Bennett2011-09-113-3/+3
* [1.2.X] Bump to 1.2.6 for security release.1.2.6James Bennett2011-09-103-3/+3
* [1.2.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee2011-09-103-10/+8
* [1.2.X] Corrected an issue which could allow attackers to manipulate session ...Russell Keith-Magee2011-09-102-9/+15
* [1.2.X] Added protection against spoofing of X_FORWARDED_HOST headers. A secu...Russell Keith-Magee2011-09-105-5/+112
* [1.2.X] Updated AJAX example code in CSRF docs to be consistent regarding wha...Luke Plant2011-05-091-1/+1
* [1.2.X] Fixed #15469 - CSRF token is inserted on GET requestsLuke Plant2011-05-091-1/+5
* [1.2.X] Fixed #15869 - example AJAX code in CSRF docs fails sometimes for IE7...Luke Plant2011-05-091-3/+14
* [1.2.X] Ensure stdin is a tty before handing it to termios, so as to prevent ...Karen Tracey2011-03-241-5/+6
* [1.2.X] Fixed typo in forms API documentation.Simon Meers2011-03-221-1/+1
* [1.2.X] Tweaked title level in custom file storage systems documentation.Ramiro Morales2011-03-211-2/+2
* [1.2.X] Fixed #15565: Ensure terminal echo is on after reloader reloads (some...Karen Tracey2011-03-191-0/+13
* [1.2.X] Fixed #13686 -- Ensure that memcache handling of unicode values in ad...Russell Keith-Magee2011-03-192-4/+28
* [1.2.X] Fixed #14133 -- Updated Windows installation instructions for GeoDjan...Justin Bronn2011-03-172-54/+119
* [1.2.X] Fixed #15622 -- Clear content type cache to avoid problems with subse...Russell Keith-Magee2011-03-171-0/+1
* [1.2.X] Fixed #15142 -- Force test views to be non-cached so that projects wi...Russell Keith-Magee2011-03-172-0/+5
* [1.2.X] Fixed #15569 -- Corrected the numbering updates to inlines when rows ...Russell Keith-Magee2011-03-172-34/+11
* [1.2.X] Added GIS test fixture directories to the MANIFEST.Justin Bronn2011-03-161-0/+2
* [1.2.X] Add `setUp` and `tearDown` methods to the geographic feed and sitemap...Justin Bronn2011-03-162-0/+20
* [1.2.X] Use Sphinx `:download:` directives for spatial database template crea...Justin Bronn2011-03-161-15/+10
* [1.2.X] Fixed #15194 -- Add OSGeo4W DLL library names to GEOS and GDAL interf...Justin Bronn2011-03-162-3/+3
* [1.2.X] Fixed #15533 -- Now use 3857 as spherical mercator projection instead...Justin Bronn2011-03-162-1/+9
* [1.2.X] Fixed #15617 - CSRF referer checking too strictLuke Plant2011-03-155-3/+59
* [1.2.X] Previous changeset did not include new test data, stupid hgsubversion...Justin Bronn2011-03-153-0/+0
* [1.2.X] Fixed #15378 -- Now properly handle OGR layers that have features wit...Justin Bronn2011-03-153-3/+19
* [1.2.X] Added backwards-incompatibility note for r15808.Carl Meyer2011-03-141-0/+17
* [1.2.X] Fixed #9213 - Added check to prevent inactive users from resetting th...Carl Meyer2011-03-142-5/+26
* [1.2.X] Fixed brittle tests that broke with release of GDAL 1.8.Justin Bronn2011-03-143-14/+13
* [1.2.X] Fixed an invalid import in the GeoDjango 3D tests.Justin Bronn2011-03-141-1/+1
* [1.2.X] Fixed #15592 -- corrected an missing backtick in the syndication docs...Gabriel Hurley2011-03-101-1/+1
* [1.2.X] Fixed #15559 - distinct queries introduced by [15607] cause errors wi...Luke Plant2011-03-103-24/+2
* [1.2.X] Fixed a bunch more tests that were failing in Oracle due to false ass...Ian Kelly2011-03-1010-119/+129
* [1.2.X] Fixed another case-sensitivity bug in Oracle introspection. This one...Ian Kelly2011-03-091-1/+1
* [1.2.X] Fixed a case-sensitivity bug in Oracle introspection that was prevent...Ian Kelly2011-03-091-0/+1
* [1.2.X] Fixed a test that was failing in Oracle due to default ordering assum...Ian Kelly2011-03-091-14/+14
* [1.2.X] Fixed a number of tests that were failing in Oracle due to false assu...Ian Kelly2011-03-093-90/+105
* [1.2.X] Added a skip for a test that fails in Oracle. Unlike other backends,...Ian Kelly2011-03-081-25/+29
* [1.2.X] Fixed field names that were preventing the tests from running in Orac...Ian Kelly2011-03-083-5/+5
* [1.2.X] Fixed #15554 -- Corrected test failure in contenttypes when default s...Russell Keith-Magee2011-03-071-2/+5
* [1.2.X] Fixed #3094 -- Updated docs to reflect actual behavior of XMLField. T...Russell Keith-Magee2011-03-061-5/+3
* [1.2.X] Added trove classifiers for specific python versions. Thanks to Brett...Russell Keith-Magee2011-03-051-0/+4
* [1.2.X] Fixed #11864 -- Improved the "see also" section of the many-to-one mo...Gabriel Hurley2011-03-041-10/+14
* [1.2.X] Fixed #15547 -- incorrect link in generic views reference page. 1.2 o...Simon Meers2011-03-041-1/+1
* [1.2.X] Refs #15550 -- Corrected another primary-key ordering problem in the ...Russell Keith-Magee2011-03-041-9/+12
* [1.2.X] Fixed #15550 -- Corrected an ordering dependency in the model_forms d...Russell Keith-Magee2011-03-041-8/+11
* [1.2.X] Fixed #15549 -- Removed dependency on specific primary keys. Thanks t...Russell Keith-Magee2011-03-041-11/+15
* [1.2.X] Fixed #15548 -- Added an ordering clause to prevent test failures und...Russell Keith-Magee2011-03-042-2/+5
* [1.2.X] Fixed #15504 -- Cleaned up contrib.syndication and contrib.utils.feed...Gabriel Hurley2011-03-032-68/+84
* [1.2.X] Fixed #11206 -- Ensure that the floatformat template filter doesn't s...Ramiro Morales2011-03-032-2/+25