summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* [1.2.X] Bump to 1.2.7, refs #16804.1.2.7James Bennett2011-09-111-1/+1
* [1.2.X] Bump to 1.2.6 for security release.1.2.6James Bennett2011-09-101-1/+1
* [1.2.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee2011-09-101-1/+1
* [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-102-1/+4
* [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 #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-191-4/+0
* [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] Add `setUp` and `tearDown` methods to the geographic feed and sitemap...Justin Bronn2011-03-162-0/+20
* [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-152-3/+21
* [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] 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 #15559 - distinct queries introduced by [15607] cause errors wi...Luke Plant2011-03-101-1/+1
* [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 #15554 -- Corrected test failure in contenttypes when default s...Russell Keith-Magee2011-03-071-2/+5
* [1.2.X] Fixed #11206 -- Ensure that the floatformat template filter doesn't s...Ramiro Morales2011-03-031-2/+12
* [1.2.X] Fixed #15543 -- Tweaked change from r15696 to not use 'if' syntax int...Ramiro Morales2011-03-031-1/+4
* [1.2.X] Fixed #12252 -- Ensure that queryset unions are commutative. Thanks t...Russell Keith-Magee2011-03-031-5/+13
* [1.2.X] Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin c...Jannis Leidel2011-03-032-2/+4
* [1.2.X] Fixed #13411 -- Made sure URL fragments are correctly handled by the ...Jannis Leidel2011-03-031-1/+8
* [1.2.X] Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are pr...Russell Keith-Magee2011-03-031-2/+5
* [1.2.X] Fixed #15530 -- Corrected typo in template loader deprecation message...Russell Keith-Magee2011-03-031-2/+2
* [1.2.X] Fixed #15532 -- Clarified the error message for unknown auth backends...Russell Keith-Magee2011-03-031-1/+1
* [1.2.X] Fixed #15535 -- Stopped the blocktrans template tag from raising a Ke...Jannis Leidel2011-03-021-1/+1
* [1.2.X] Fixed #11223 -- Fixed logout view to use the 'next' GET parameter cor...Jannis Leidel2011-03-022-25/+83
* [1.2.X] Fixed #717 - If-Modified-Since handling should compare dates accordin...Luke Plant2011-03-014-21/+78
* [1.2.X] Fixed #15520 -- Fixed incompatibility with email module shipped with ...Ramiro Morales2011-02-281-1/+4
* [1.2.X] Fixed #13433 -- Changed default behavior of Django email message wrap...Ramiro Morales2011-02-281-2/+33
* [1.2.X] Fixed #15368 - test failures due to regression with RequestContextLuke Plant2011-02-271-13/+9
* [1.2.X] Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses ...Russell Keith-Magee2011-02-261-3/+1
* [1.2.X] Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable ad...Russell Keith-Magee2011-02-261-1/+3
* [1.2.X] Fixed #15424 -- Corrected lookup of callables listed in admin inlines...Ramiro Morales2011-02-263-15/+21
* [1.2.X] Fixed #15491 -- Added a CDATA block and closed a stray tag in the com...Russell Keith-Magee2011-02-252-1/+3
* [1.2.X] Fixed #15490 -- Added some missing semicolons in admin javascript. Th...Russell Keith-Magee2011-02-252-4/+4
* [1.2.X] Prevented non-admin users from accessing the admin redirect shortcut.Jacob Kaplan-Moss2011-02-241-1/+2
* [1.2.X] Fixed #14012 (again) -- Admin app: Don't show the full user edition v...Ramiro Morales2011-02-241-3/+6
* [1.2.X] Fixed #15371 -- Ensure that a superuser created with the createsuperu...Russell Keith-Magee2011-02-222-4/+8
* [1.2.X] Fixed #13510 -- Corrected colspan of non-field-specific error message...Ramiro Morales2011-02-222-4/+18
* [1.2.X] Fixed error that was introduced in [15601] causing lots of test failu...Luke Plant2011-02-211-1/+1
* [1.2.X] Fixed #11058 - list_display_links doesn't allow callables not defined...Luke Plant2011-02-211-2/+1
* Remove reference to use_l10n which snuck in from a backport from trunk.Chris Beaven2011-02-211-4/+2