summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-01[1.9.x] Bumped version for 1.9.12 release.1.9.12Tim Graham
2016-12-01[1.9.x] Added release dates for 1.9.12, 1.8.17.Tim Graham
2016-11-15[1.9.x] Refs #25284 -- Corrected an obsolete implicit __in lookup example.Simon Charette
2016-11-14[1.9.x] Ignored flake8's newly added E305, E741, E743.Tim Graham
2016-11-08[1.9.x] Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
2016-11-01[1.9.x] Added CVE-2016-9013,14 to the security release archive.Tim Graham
2016-11-01[1.9.x] Post-release version bump.Tim Graham
2016-11-01[1.9.x] Bumped version for 1.9.11 release.1.9.11Tim Graham
2016-10-25[1.9.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham
2016-10-25[1.9.x] Fixed CVE-2016-9013 -- Generated a random database user password when...Marti Raudsepp
2016-10-25[1.9.x] Added stub release notes for 1.9.11/1.8.16.Tim Graham
2016-10-13[1.9.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.Tim Graham
2016-10-11[1.9.x] Fixed nonexistent tmc.edu domain in GeoIP test.Tim Graham
2016-10-03[1.9.x] Fixed #27307 -- Added missing url names in sitemaps docs.Tim Graham
2016-10-01[1.9.x] Relaxed a test for PostGIS 2.3.Tim Graham
2016-09-28[1.9.x] Fixed 27283 -- Fixed typo in 1.8 release notes.Alasdair Nicol
2016-09-26[1.9.x] Added CVE-2016-7401 to the security release archive.Tim Graham
2016-09-26[1.9.x] Added a CVE role for Sphinx.Tim Graham
2016-09-26[1.9.x] Post-release version bump.Tim Graham
2016-09-26[1.9.x] Bumped version for 1.9.10 release.1.9.10Tim Graham
2016-09-26[1.9.x] Fixed CVE-2016-7401 -- Fixed CSRF protection bypass on a site with Go...Collin Anderson
2016-09-13[1.9.x] Fixed #27216 -- Corrected import location in admin deprecation messages.Jeff Willette
2016-08-24[1.9.x] Fixed #27115 -- Corrected a screenshot in the tutorial.Tim Graham
2016-08-12[1.9.x] Fixed typo in docs/releases/1.9.txtTim Graham
2016-08-11[1.9.x] Refs #23960 -- Documented how to restore absolute redirect URLs.Moritz Sichert
2016-08-03[1.9.x] Fixed a GeoIP test failure with the latest data.Tim Graham
2016-08-01[1.9.x] Post-release version bump.Tim Graham
2016-08-01[1.9.x] Bumped version for 1.9.9 release.1.9.9Tim Graham
2016-08-01[1.9.x] Added release date for 1.9.9Tim Graham
2016-07-28[1.9.x] Fixed a typo in tests/middleware/test_security.pyTim Graham
2016-07-28[1.9.x] Fixed #26657 -- Made GeomValue omit SRID for MySQL.Tim Graham
2016-07-27[1.9.x] Removed extra periods in docs/howto/static-files/index.txt headers.Kenneth Schnall
2016-07-25[1.9.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.Naved Khan
2016-07-25[1.9.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering ...Tim Graham
2016-07-24[1.9.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the debu...Jon Dufresne
2016-07-24[1.9.x] Added stub release notes for 1.9.9.Jon Dufresne
2016-07-22[1.9.x] Fixed #18348 -- Documented SesssionStore.create()Preetham Nosum
2016-07-21[1.9.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.Raphaël Hertzog
2016-07-21[1.9.x] Fixed #26899 -- Documented why RawSQL params is a required parameter.petedmarsh
2016-07-21[1.9.x] Fixed #26918 -- Clarified source of pre/post_save update_fields argum...Tim Graham
2016-07-19[1.9.x] Fixed a GeoIP test failure with the latest data.Tim Graham
2016-07-18[1.9.x] Added CVE-2016-6186 to the security release archive.Tim Graham
2016-07-18[1.9.x] Post-release version bump.Tim Graham
2016-07-18[1.9.x] Bumped version for 1.9.8 release.1.9.8Tim Graham
2016-07-15[1.9.x] Fixed XSS in admin's add/change related popup.Tim Graham
2016-07-14[1.9.x] Refs #26897 -- Added cleanup to i18n testClaude Paroz
2016-07-14[1.9.x] Refs #26897 -- Missing directory containment in i18n testClaude Paroz
2016-07-14[1.9.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII f...Claude Paroz
2016-07-14[1.9.x] Fixed #26894 -- Fixed a typo in docs/faq/admin.txtTim Graham
2016-07-14[1.9.x] Reworded a sentence in tutorial 7.Daniel Rice