summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-01[1.8.x] Bumped version for 1.8.12 release.1.8.12Tim Graham
2016-04-01[1.8.x] Added release date for 1.8.12.Tim Graham
2016-03-31[1.8.x] Fixed #26438 -- Fixed multiple .objects typos in the docs.Simon Charette
2016-03-28[1.8.x] Sorted single letter imports per the latest version of isort.Tim Graham
2016-03-25[1.8.x] Fixed #26408 -- Updated link to DEP 182.Aymeric Augustin
2016-03-25[1.8.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fiel...Tim Graham
2016-03-25[1.8.x] Fixed typo in docs/topics/db/aggregation.txt.Tim Shaffer
2016-03-21[1.8.x] Fixed #26392 -- Corrected login_required/permission_required stacking...Tim Graham
2016-03-19[1.8.x] Fixed a broken link in docs/internals/contributing/writing-documentat...Amine
2016-03-18[1.8.x] Fixed #26375 -- Used a more generic name in a reusable template example.Tim Graham
2016-03-15[1.8.x] Fixed DiscoverRunner failfast parameter default in docs.Andrew Abraham
2016-03-14[1.8.x] Removed unnecessary filter kwarg from .get() in a test.Adam Alton
2016-03-12[1.8.x] Fixed a few docstring typos.Noenglish Professorbut
2016-03-10[1.8.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.Tim Graham
2016-03-09[1.8.x] Fixed indenting in "Serving files in development" code exampleTim Osborn
2016-03-08[1.8.x] Fixed a dead link in django/contrib/sitemaps/__init__.py.Tim Graham
2016-03-07[1.8.x] Fixed #26325 -- Made MultiPartParser ignore filenames that normalize ...John-Mark Bell
2016-03-07[1.8.x] Fixed #26331 -- Fixed test function names with typosGeorge Marshall
2016-03-05[1.8.x] Added stub release notes for 1.8.12.Tim Graham
2016-03-05[1.8.x] Post-release version bump.Tim Graham
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