summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.3.x] Fixed #21869 -- Fixed docs building with Sphinx 1.2.1.stable/1.3.xTim Graham2014-07-181-2/+4
* [1.3.x] Fixed djangodocs Sphinx extension to work with latest SphinxLuke Plant2014-07-181-0/+1
* [1.3.x] Added a bugfix in docutils 0.11 -- docs will now build properly.Tim Graham2014-07-181-0/+6
* [1.3.x] Fixed our Sphinx extension to work with latest SphinxLuke Plant2014-07-181-0/+1
* Merge pull request #2227 from jheasly/patch-1Tim Graham2014-02-011-1/+1
|\
| * Fixed bad linkJohn Heasly2014-01-311-1/+1
|/
* [1.3.x] Added missing release notes for older versions of DjangoTim Graham2013-08-126-0/+140
* [1.3.x] Bump version to no longer claim to be 1.3.7 final.Carl Meyer2013-03-281-1/+1
* [1.3.x] Bump version numbers to roll a clean package.1.3.7James Bennett2013-02-203-4/+4
* [1.4.x] Note that ALLOWED_HOSTS default changes in Django 1.5.Carl Meyer2013-02-201-0/+5
* [1.3.x] Fixed #19857 -- Fixed broken docs link in project template.Carl Meyer2013-02-191-1/+1
* [1.3.x] Don't characterize XML vulnerabilities as DoS-only.Carl Meyer2013-02-191-6/+5
* [1.3.x] Bump version numbers for security release.1.3.6James Bennett2013-02-193-4/+4
* [1.3.x] Update 1.3.6 release notes for all security fixes.Carl Meyer2013-02-191-1/+49
* [1.3.x] Added a default limit to the maximum number of forms in a formset.Aymeric Augustin2013-02-124-19/+88
* [1.3.x] Checked object permissions on admin history view.Carl Meyer2013-02-122-2/+48
* [1.3.x] Restrict the XML deserializer to prevent network and entity-expansion...Carl Meyer2013-02-122-1/+108
* [1.3.x] Added ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer2013-02-128-36/+191
* [1.3.X] Fixed a test failure in the comment tests.Florian Apolloner2012-12-101-3/+3
* [1.3.x] Bump version numbers for security release.1.3.5James Bennett2012-12-103-4/+4
* [1.3.X] Fixed a security issue in get_host.Florian Apolloner2012-12-032-4/+11
* [1.3.X] Fixed #18856 -- Ensured that redirects can't be poisoned by malicious...Florian Apolloner2012-11-179-52/+163
* Added missed poisoned host header test materialPreston Holmes2012-10-181-0/+67
* [1.3.x] Bump version numbers for security release.1.3.4James Bennett2012-10-173-4/+4
* Fixed a security issue related to password resetsPreston Holmes2012-10-174-1/+46
* [1.3.x] Bump version numbers for bugfix release.1.3.3James Bennett2012-08-013-3/+3
* [1.3.x] Fixed #18692 -- Restored python 2.4 compatibility.Florian Apolloner2012-08-012-3/+3
* [1.3.x] Use correct download URL.1.3.2James Bennett2012-07-301-1/+1
* [1.3.x] Bump version numbers for security releases.James Bennett2012-07-303-3/+3
* [1.3.x] Fixed a security issue in http redirects. Disclosure and new release ...Florian Apolloner2012-07-302-11/+29
* [1.3.x] Fixed second security issue in image uploading. Disclosure and releas...Florian Apolloner2012-07-301-14/+4
* [1.3.x] Fixed a security issue in image uploading. Disclosure and release for...Florian Apolloner2012-07-301-1/+6
* Reverted "[1.3.x] Fixed #18135 -- Close connection used for db version checking"Anssi Kääriäinen2012-05-282-20/+3
* [1.3.x] Fixed #18135 -- Close connection used for db version checkingMichael Newman2012-05-272-3/+20
* [1.3.X] Fixed #17972 -- Ensured that admin filters on a foreign key respect t...Julien Phalip2012-03-314-10/+92
* [1.3.X] Fixed #17634 -- Optimized the performance of MultiValueDict by using ...Aymeric Augustin2012-03-252-6/+15
* [1.3.X] Avoided a test failure if the settings module used to run the test su...Aymeric Augustin2012-03-241-1/+3
* [1.3.x] Fixed #16481 -- Adapted one raw SQL query in cull implementation of t...Aymeric Augustin2012-03-241-1/+7
* [1.3.X] Fixed #16677 -- Fixed the future version of the ssi template tag to w...Aymeric Augustin2012-03-243-12/+31
* [1.3.X] Fixed #16812 -- Percent-encode URLs in verify_exists, to fix test fai...Aymeric Augustin2012-03-241-0/+3
* [1.3.X] Fixed #17488 -- This test passed in 2011 only because 2012-01-01 is a...Ramiro Morales2012-03-171-1/+2
* [1.3.X] Fixed #17841 -- Clarified caching note about authentication backends....Claude Paroz2012-03-161-2/+3
* [1.3.X] Fixed #17908 -- Made some `contrib.markup` tests be skipped so they d...Julien Phalip2012-03-161-3/+3
* [1.3.X] Ensured that some staticfiles tests get properly cleaned up on teardo...Julien Phalip2012-03-161-0/+1
* [1.3.X] Fixed #17900 -- StreamHandler output defaults to stderr. Thanks c4m3l...Claude Paroz2012-03-151-1/+1
* [1.3.X] Fixed #17837. Improved markdown safety.Paul McMillan2012-03-143-2/+45
* [1.3.X] Updated some outdated external URLs in docs.Claude Paroz2012-03-143-5/+5
* Fixed #17584 -- Updated create_template_postgis-debian.sh script for PostgreS...Claude Paroz2012-03-131-5/+11
* [1.3.X] Fixed the localization docs a little to point to the correct Transife...Jannis Leidel2012-03-121-10/+7
* [1.3.X] Fixed #17737 -- Stopped the collectstatic management command from cop...Jannis Leidel2012-03-012-4/+58