summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2011-09-11[1.2.X] Bump to 1.2.7, refs #16804.1.2.7James Bennett
2011-09-10[1.2.X] Bump to 1.2.6 for security release.1.2.6James Bennett
2011-09-10[1.2.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee
2011-09-10[1.2.X] Corrected an issue which could allow attackers to manipulate session ...Russell Keith-Magee
2011-09-10[1.2.X] Added protection against spoofing of X_FORWARDED_HOST headers. A secu...Russell Keith-Magee
2011-03-24[1.2.X] Ensure stdin is a tty before handing it to termios, so as to prevent ...Karen Tracey
2011-03-19[1.2.X] Fixed #15565: Ensure terminal echo is on after reloader reloads (some...Karen Tracey
2011-03-19[1.2.X] Fixed #13686 -- Ensure that memcache handling of unicode values in ad...Russell Keith-Magee
2011-03-17[1.2.X] Fixed #15622 -- Clear content type cache to avoid problems with subse...Russell Keith-Magee
2011-03-17[1.2.X] Fixed #15142 -- Force test views to be non-cached so that projects wi...Russell Keith-Magee
2011-03-17[1.2.X] Fixed #15569 -- Corrected the numbering updates to inlines when rows ...Russell Keith-Magee
2011-03-16[1.2.X] Add `setUp` and `tearDown` methods to the geographic feed and sitemap...Justin Bronn
2011-03-16[1.2.X] Fixed #15194 -- Add OSGeo4W DLL library names to GEOS and GDAL interf...Justin Bronn
2011-03-16[1.2.X] Fixed #15533 -- Now use 3857 as spherical mercator projection instead...Justin Bronn
2011-03-15[1.2.X] Fixed #15617 - CSRF referer checking too strictLuke Plant
2011-03-15[1.2.X] Previous changeset did not include new test data, stupid hgsubversion...Justin Bronn
2011-03-15[1.2.X] Fixed #15378 -- Now properly handle OGR layers that have features wit...Justin Bronn
2011-03-14[1.2.X] Fixed #9213 - Added check to prevent inactive users from resetting th...Carl Meyer
2011-03-14[1.2.X] Fixed brittle tests that broke with release of GDAL 1.8.Justin Bronn
2011-03-14[1.2.X] Fixed an invalid import in the GeoDjango 3D tests.Justin Bronn
2011-03-10[1.2.X] Fixed #15559 - distinct queries introduced by [15607] cause errors wi...Luke Plant
2011-03-09[1.2.X] Fixed another case-sensitivity bug in Oracle introspection. This one...Ian Kelly
2011-03-09[1.2.X] Fixed a case-sensitivity bug in Oracle introspection that was prevent...Ian Kelly
2011-03-07[1.2.X] Fixed #15554 -- Corrected test failure in contenttypes when default s...Russell Keith-Magee
2011-03-03[1.2.X] Fixed #11206 -- Ensure that the floatformat template filter doesn't s...Ramiro Morales
2011-03-03[1.2.X] Fixed #15543 -- Tweaked change from r15696 to not use 'if' syntax int...Ramiro Morales
2011-03-03[1.2.X] Fixed #12252 -- Ensure that queryset unions are commutative. Thanks t...Russell Keith-Magee
2011-03-03[1.2.X] Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin c...Jannis Leidel
2011-03-03[1.2.X] Fixed #13411 -- Made sure URL fragments are correctly handled by the ...Jannis Leidel
2011-03-03[1.2.X] Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are pr...Russell Keith-Magee
2011-03-03[1.2.X] Fixed #15530 -- Corrected typo in template loader deprecation message...Russell Keith-Magee
2011-03-03[1.2.X] Fixed #15532 -- Clarified the error message for unknown auth backends...Russell Keith-Magee
2011-03-02[1.2.X] Fixed #15535 -- Stopped the blocktrans template tag from raising a Ke...Jannis Leidel
2011-03-02[1.2.X] Fixed #11223 -- Fixed logout view to use the 'next' GET parameter cor...Jannis Leidel
2011-03-01[1.2.X] Fixed #717 - If-Modified-Since handling should compare dates accordin...Luke Plant
2011-02-28[1.2.X] Fixed #15520 -- Fixed incompatibility with email module shipped with ...Ramiro Morales
2011-02-28[1.2.X] Fixed #13433 -- Changed default behavior of Django email message wrap...Ramiro Morales
2011-02-27[1.2.X] Fixed #15368 - test failures due to regression with RequestContextLuke Plant
2011-02-26[1.2.X] Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses ...Russell Keith-Magee
2011-02-26[1.2.X] Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable ad...Russell Keith-Magee
2011-02-26[1.2.X] Fixed #15424 -- Corrected lookup of callables listed in admin inlines...Ramiro Morales
2011-02-25[1.2.X] Fixed #15491 -- Added a CDATA block and closed a stray tag in the com...Russell Keith-Magee
2011-02-25[1.2.X] Fixed #15490 -- Added some missing semicolons in admin javascript. Th...Russell Keith-Magee
2011-02-24[1.2.X] Prevented non-admin users from accessing the admin redirect shortcut.Jacob Kaplan-Moss
2011-02-24[1.2.X] Fixed #14012 (again) -- Admin app: Don't show the full user edition v...Ramiro Morales
2011-02-22[1.2.X] Fixed #15371 -- Ensure that a superuser created with the createsuperu...Russell Keith-Magee
2011-02-22[1.2.X] Fixed #13510 -- Corrected colspan of non-field-specific error message...Ramiro Morales
2011-02-21[1.2.X] Fixed error that was introduced in [15601] causing lots of test failu...Luke Plant
2011-02-21[1.2.X] Fixed #11058 - list_display_links doesn't allow callables not defined...Luke Plant
2011-02-21Remove reference to use_l10n which snuck in from a backport from trunk.Chris Beaven