summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-05[1.8.x] Bumped version for 1.8.11 release.1.8.11Tim Graham
2016-03-04[1.8.x] Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz
2016-03-04[1.8.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz
2016-03-04[1.8.x] Added stub release notes for 1.8.11.Tim Graham
2016-03-03[1.8.x] Fixed #26321 -- Added missing "for_save" parameter in expressions exa...Tim Graham
2016-03-03[1.8.x] Fixed #26309 -- Documented that login URL settings no longer support ...Alasdair Nicol
2016-03-02[1.8.x] Fixed typo in 1.8.10 release date.Dmitry Dygalo
2016-03-01[1.8.x] Added CVE-2016-2512/2513 to security release archive.Tim Graham
2016-03-01[1.8.x] Post-release version bump.Tim Graham
2016-03-01[1.8.x] Bumped version for 1.8.10 release.1.8.10Tim Graham
2016-02-29[1.8.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...Florian Apolloner
2016-02-29[1.8.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer
2016-02-29[1.8.x] Added stub release notes for security issues.Tim Graham
2016-02-26[1.8.x] Fixed #26286 -- Prevented content type managers from sharing their ca...Simon Charette
2016-02-24[1.8.x] Fixed a function signature in docs/topics/auth/default.txt.Tim Graham
2016-02-24[1.8.x] Removed docs of deprecated SimpleTestCase warnings behavior.Tim Graham
2016-02-24[1.8.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.Jon Dufresne
2016-02-23[1.8.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2016-02-23[1.8.x] Fixed #26188 -- Documented how to wrap password hashers.Tim Graham
2016-02-22[1.8.x] Refs #26253 -- Added tests for deprecation shims in SimpleTemplateRes...Tim Graham
2016-02-22[1.8.x] Fixed import location of check_password() in docs.Daniel Quinn
2016-02-19[1.8.x] Fixed some code blocks indentation in GIS docs.Sergey Fedoseev
2016-02-19[1.8.x] Used relative models imports in the GIS tutorial.Juan José Conti
2016-02-18[1.8.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.Tim Graham
2016-02-18[1.8.x] Fixed #26233 -- Fixed invalid reSt in models.Q docstring.Tim Graham
2016-02-17[1.8.x] Followed recommended ValidationError use in docs.Jon Dufresne
2016-02-16[1.8.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...Claude Paroz
2016-02-16[1.8.x] Fixed possible "RuntimeError: maximum recursion depth exceeded" build...Tim Graham
2016-02-15[1.8.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.Ryan Nowakowski
2016-02-15[1.8.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() pi...Tim Graham
2016-02-15[1.8.x] Fixed #26126 -- Fixed transient failure of test_max_age_expirationBerker Peksag
2016-02-12[1.8.x] Added import in docs/topics/email.txt example.Camilo Nova
2016-02-12[1.8.x] Fixed allow_migrate() signature in documentationMarkus Holtermann
2016-02-08[1.8.x] Fixed #26162 -- Checked query name clashes of hidden relationships.Simon Charette
2016-02-08[1.8.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_...Tim Graham
2016-02-06[1.8.x] Added stub release notes for 1.8.10.Tim Graham
2016-02-03[1.8.x] Fix typos in 1.8 release notes.Carl Meyer
2016-02-02[1.8.x] Refs #26089 -- Removed obsolete docs about custom user model testing.Tim Graham
2016-02-02Updated xhtml2pdf URL in docs.Ramon Moraes
2016-02-01[1.8.x] Added CVE-2016-2048 to the security archive.Tim Graham
2016-02-01[1.8.x] Post-release version bump.Tim Graham
2016-02-01[1.8.x] Bumped version for 1.8.9 release.1.8.9Tim Graham
2016-02-01[1.8.x] Added release date for 1.8.9.Tim Graham
2016-01-28[1.8.x] Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.Tim Graham
2016-01-28[1.8.x] Fixed an admin_scripts test on Ubuntu 16.04/spatialite.Tim Graham
2016-01-28[1.8.x] Fixed #26147 -- Relaxed expected values in GIS tests to account for d...Tim Graham
2016-01-28[1.8.x] Added a missing test method in tests/migrations/test_writer.py.Yoong Kang Lim
2016-01-27[1.8.x] Fixed #26136 -- Removed URL reversing by dotted path from JavaScript ...Yoong Kang Lim
2016-01-26[1.8.x] Fixed #26122 -- Fixed copying a LazyObjectBen Kraft
2016-01-25[1.8.x] Fixed Sphinx highlight warnings in docs.Tim Graham