summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.8.x] Bumped version for 1.8.11 release.1.8.11Tim Graham2016-03-051-1/+1
* [1.8.x] Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz2016-03-043-3/+6
* [1.8.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz2016-03-043-7/+17
* [1.8.x] Added stub release notes for 1.8.11.Tim Graham2016-03-042-0/+13
* [1.8.x] Fixed #26321 -- Added missing "for_save" parameter in expressions exa...Tim Graham2016-03-031-3/+3
* [1.8.x] Fixed #26309 -- Documented that login URL settings no longer support ...Alasdair Nicol2016-03-033-13/+20
* [1.8.x] Fixed typo in 1.8.10 release date.Dmitry Dygalo2016-03-021-1/+1
* [1.8.x] Added CVE-2016-2512/2513 to security release archive.Tim Graham2016-03-011-2/+28
* [1.8.x] Post-release version bump.Tim Graham2016-03-011-1/+1
* [1.8.x] Bumped version for 1.8.10 release.1.8.10Tim Graham2016-03-011-1/+1
* [1.8.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...Florian Apolloner2016-02-294-21/+177
* [1.8.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer2016-02-293-2/+34
* [1.8.x] Added stub release notes for security issues.Tim Graham2016-02-291-2/+2
* [1.8.x] Fixed #26286 -- Prevented content type managers from sharing their ca...Simon Charette2016-02-263-10/+27
* [1.8.x] Fixed a function signature in docs/topics/auth/default.txt.Tim Graham2016-02-241-1/+1
* [1.8.x] Removed docs of deprecated SimpleTestCase warnings behavior.Tim Graham2016-02-241-1/+0
* [1.8.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.Jon Dufresne2016-02-244-1/+18
* [1.8.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref2016-02-2345-70/+71
* [1.8.x] Fixed #26188 -- Documented how to wrap password hashers.Tim Graham2016-02-231-0/+83
* [1.8.x] Refs #26253 -- Added tests for deprecation shims in SimpleTemplateRes...Tim Graham2016-02-221-0/+42
* [1.8.x] Fixed import location of check_password() in docs.Daniel Quinn2016-02-221-2/+3
* [1.8.x] Fixed some code blocks indentation in GIS docs.Sergey Fedoseev2016-02-193-6/+6
* [1.8.x] Used relative models imports in the GIS tutorial.Juan José Conti2016-02-191-2/+2
* [1.8.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.Tim Graham2016-02-184-2/+18
* [1.8.x] Fixed #26233 -- Fixed invalid reSt in models.Q docstring.Tim Graham2016-02-181-1/+1
* [1.8.x] Followed recommended ValidationError use in docs.Jon Dufresne2016-02-172-2/+7
* [1.8.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...Claude Paroz2016-02-166-8/+39
* [1.8.x] Fixed possible "RuntimeError: maximum recursion depth exceeded" build...Tim Graham2016-02-161-0/+9
* [1.8.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.Ryan Nowakowski2016-02-151-2/+2
* [1.8.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() pi...Tim Graham2016-02-154-0/+21
* [1.8.x] Fixed #26126 -- Fixed transient failure of test_max_age_expirationBerker Peksag2016-02-151-3/+5
* [1.8.x] Added import in docs/topics/email.txt example.Camilo Nova2016-02-121-0/+2
* [1.8.x] Fixed allow_migrate() signature in documentationMarkus Holtermann2016-02-121-2/+2
* [1.8.x] Fixed #26162 -- Checked query name clashes of hidden relationships.Simon Charette2016-02-083-17/+41
* [1.8.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_...Tim Graham2016-02-084-3/+9
* [1.8.x] Added stub release notes for 1.8.10.Tim Graham2016-02-062-0/+13
* [1.8.x] Fix typos in 1.8 release notes.Carl Meyer2016-02-031-2/+2
* [1.8.x] Refs #26089 -- Removed obsolete docs about custom user model testing.Tim Graham2016-02-022-58/+2
* Updated xhtml2pdf URL in docs.Ramon Moraes2016-02-021-1/+1
* [1.8.x] Added CVE-2016-2048 to the security archive.Tim Graham2016-02-011-0/+12
* [1.8.x] Post-release version bump.Tim Graham2016-02-011-1/+1
* [1.8.x] Bumped version for 1.8.9 release.1.8.9Tim Graham2016-02-011-1/+1
* [1.8.x] Added release date for 1.8.9.Tim Graham2016-02-011-1/+1
* [1.8.x] Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.Tim Graham2016-01-283-3/+10
* [1.8.x] Fixed an admin_scripts test on Ubuntu 16.04/spatialite.Tim Graham2016-01-281-0/+1
* [1.8.x] Fixed #26147 -- Relaxed expected values in GIS tests to account for d...Tim Graham2016-01-282-5/+7
* [1.8.x] Added a missing test method in tests/migrations/test_writer.py.Yoong Kang Lim2016-01-281-0/+2
* [1.8.x] Fixed #26136 -- Removed URL reversing by dotted path from JavaScript ...Yoong Kang Lim2016-01-272-3/+4
* [1.8.x] Fixed #26122 -- Fixed copying a LazyObjectBen Kraft2016-01-263-7/+101
* [1.8.x] Fixed Sphinx highlight warnings in docs.Tim Graham2016-01-252-13/+8