summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2016-03-04[1.9.x] Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz
2016-03-04[1.9.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz
2016-03-04[1.9.x] Fixed typo in docs/releases/1.9.1.txt.Tim Graham
2016-03-04[1.9.x] Added stub release notes for 1.8.11.Tim Graham
2016-03-03[1.9.x] Fixed #26309 -- Documented that login URL settings no longer support ...Alasdair Nicol
2016-03-02[1.9.x] Fixed typo in 1.9.3/1.8.10 release date.Dmitry Dygalo
2016-03-01[1.9.x] Added stub release notes for 1.9.4.Tim Graham
2016-03-01[1.9.x] Added CVE-2016-2512/2513 to security release archive.Tim Graham
2016-03-01[1.9.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...Florian Apolloner
2016-03-01[1.9.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer
2016-03-01[1.9.x] Added stub release notes for security issues.Tim Graham
2016-02-29[1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract...Simon Charette
2016-02-26[1.9.x] Fixed #26286 -- Prevented content type managers from sharing their ca...Simon Charette
2016-02-26[1.9.x] Fixed #26280 -- Fixed cached template loader crash when loading nonex...Ivan Tsouvarev
2016-02-25[1.9.x] Fixed #26231 -- Used .get_username in admin login template.Sjoerd Job Postmus
2016-02-24[1.9.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.Jon Dufresne
2016-02-22[1.9.x] Refs #26253 -- Amended release note as this issue doesn't affect 1.8.Tim Graham
2016-02-22[1.9.x] Fixed #26253 -- Fixed crashing deprecation shims in SimpleTemplateRes...Tim Graham
2016-02-18[1.9.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.Tim Graham
2016-02-17[1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.Akshesh
2016-02-16[1.9.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...Claude Paroz
2016-02-15[1.9.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() pi...Alexey Kotlyarov
2016-02-11[1.9.x] Fixed #26196 -- Made sure __in lookups use to_field as default.Anssi Kääriäinen
2016-02-11[1.9.x] Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descri...Anssi Kääriäinen
2016-02-08Fixed #26162 -- Checked query name clashes of hidden relationships.Simon Charette
2016-02-08[1.9.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_...Tim Graham
2016-02-06[1.9.x] Added stub release notes for 1.8.10.Tim Graham
2016-02-03[1.9.x] Fix typos in 1.8 release notes.Carl Meyer
2016-02-02[1.9.x] Refs #26089 -- Removed obsolete docs about custom user model testing.Tim Graham
2016-02-01[1.9.x] Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.Buddy Lindsey, Jr
2016-02-01[1.9.x] Added CVE-2016-2048 to the security archive.Tim Graham
2016-02-01[1.9.x] Added stub release notes for 1.9.3.Tim Graham
2016-02-01[1.9.x] Added release dates for 1.9.2 and 1.8.9.Tim Graham
2016-02-01[1.9.x] Fixed incorrect permissions check for admin's "Save as new".Myk Willis
2016-02-01[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ...Tim Graham
2016-02-01[1.9.x] Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
2016-01-29[1.9.x] Fixed #26129 -- Made invalid forms display initial values of disabled...Tim Graham
2016-01-28[1.9.x] Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.Tim Graham
2016-01-28[1.9.x] Fixed #26138 -- Ensured geometry_field's geometry is always serializedClaude Paroz
2016-01-26[1.9.x] Fixed #26122 -- Fixed copying a LazyObjectBen Kraft
2016-01-26[1.9.x] Fixed #25848 -- Set template origin on each node.Preston Timmons
2016-01-25[1.9.x] Fixed #26135 -- Adjusted the migration questioner's handling of disab...Simon Charette
2016-01-25[1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
2016-01-25[1.9.x] Refs #26034 -- Added another case fixed by this ticket to release notes.Tim Graham
2016-01-22[1.9.x] Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-21[1.9.x] Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin....Alexander Gaevsky
2016-01-21[1.9.x] Fixed #26063 -- Crash when passing > 2000 params.Aymeric Augustin
2016-01-20[1.9.x] Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M thro...Anssi Kääriäinen
2016-01-20[1.9.x] Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_P...chemary
2016-01-19[1.9.x] Fixed #26096, refs #25196 -- Fixed incorrect argument order in test d...Tim Graham